+ 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012' + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --clean WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.2 starting (python version = 3.9.18, NVR = mock-6.2-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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --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/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.2 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '__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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}} 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: d6750846-fcd0-4ff1-80b5-4842c132d8dc 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-ansible-role-lunasa-hsm-4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/4a/38/4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75_9e27a0ec enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/62/bf/62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9_c3f04f2c enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-deef0d4d28d6a1ba84b9f3af49efdd85042f68ff baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/de/ef/deef0d4d28d6a1ba84b9f3af49efdd85042f68ff_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-f584c54dfd03e81c1e9c30e2d22f19d2d17a4353 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/f5/84/f584c54dfd03e81c1e9c30e2d22f19d2d17a4353_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-a1be40e05e0cbe450503c7fb187763d5731ec6e6 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/a1/be/a1be40e05e0cbe450503c7fb187763d5731ec6e6_3fb46216 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-mistral-9a41e546e94a8a9155c3525f3e9f99749370dc8a baseurl=https://trunk.rdoproject.org/centos10-master/component/common/9a/41/9a41e546e94a8a9155c3525f3e9f99749370dc8a_f4a47540 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-21943b55215d3716284d387365dd1f035494da74 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/21/94/21943b55215d3716284d387365dd1f035494da74_7cf6f415 enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-698f7b605926ab26eb1577f8728f77c71e2fbda1 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/69/8f/698f7b605926ab26eb1577f8728f77c71e2fbda1_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-e055873be4079bc9d37165cf75de5495603133b0 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/e0/55/e055873be4079bc9d37165cf75de5495603133b0_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-8b0a181c18ed898f79e86fa9b2d128b9aa8731f8 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/8b/0a/8b0a181c18ed898f79e86fa9b2d128b9aa8731f8_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/32/6d/326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-a016f7a349d55e07c81b693d3dfe9a3ba6244ee9 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/a0/16/a016f7a349d55e07c81b693d3dfe9a3ba6244ee9_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-2fb6ba9343e39f60f058a781afd14b906dd84daa baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/2f/b6/2fb6ba9343e39f60f058a781afd14b906dd84daa_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-15981117ee28627f235264e505e1e0d5956cf4e4 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/15/98/15981117ee28627f235264e505e1e0d5956cf4e4_fa75ed37 enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-87560df365a9f9fc232653131f4ed8b5296f99b8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/87/56/87560df365a9f9fc232653131f4ed8b5296f99b8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ovn-2eada288298bb1982b148144797191254f72f717 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/2e/ad/2eada288298bb1982b148144797191254f72f717_4045074b enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-9106b27fe31e09880096bf20f19c219e3a7a1934 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/91/06/9106b27fe31e09880096bf20f19c219e3a7a1934_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-mistral-tests-tempest-d8be6d1269a1d2bd9816946609161643219c503c baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/d8/be/d8be6d1269a1d2bd9816946609161643219c503c_c979f8a2 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-mistral-ui-65db4b54f114106032012eea637f58ddb71606a8 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/65/db/65db4b54f114106032012eea637f58ddb71606a8_1d64bb4f 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --init WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.2 starting (python version = 3.9.18, NVR = mock-6.2-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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --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.2 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '__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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}} 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: 9f42c8c9-47b0-495f-8ff6-790b9d89b4d7 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-ansible-role-lunasa-hsm-4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/4a/38/4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75_9e27a0ec enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/62/bf/62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9_c3f04f2c enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-deef0d4d28d6a1ba84b9f3af49efdd85042f68ff baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/de/ef/deef0d4d28d6a1ba84b9f3af49efdd85042f68ff_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-f584c54dfd03e81c1e9c30e2d22f19d2d17a4353 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/f5/84/f584c54dfd03e81c1e9c30e2d22f19d2d17a4353_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-a1be40e05e0cbe450503c7fb187763d5731ec6e6 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/a1/be/a1be40e05e0cbe450503c7fb187763d5731ec6e6_3fb46216 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-mistral-9a41e546e94a8a9155c3525f3e9f99749370dc8a baseurl=https://trunk.rdoproject.org/centos10-master/component/common/9a/41/9a41e546e94a8a9155c3525f3e9f99749370dc8a_f4a47540 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-21943b55215d3716284d387365dd1f035494da74 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/21/94/21943b55215d3716284d387365dd1f035494da74_7cf6f415 enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-698f7b605926ab26eb1577f8728f77c71e2fbda1 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/69/8f/698f7b605926ab26eb1577f8728f77c71e2fbda1_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-e055873be4079bc9d37165cf75de5495603133b0 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/e0/55/e055873be4079bc9d37165cf75de5495603133b0_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-8b0a181c18ed898f79e86fa9b2d128b9aa8731f8 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/8b/0a/8b0a181c18ed898f79e86fa9b2d128b9aa8731f8_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/32/6d/326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-a016f7a349d55e07c81b693d3dfe9a3ba6244ee9 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/a0/16/a016f7a349d55e07c81b693d3dfe9a3ba6244ee9_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-2fb6ba9343e39f60f058a781afd14b906dd84daa baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/2f/b6/2fb6ba9343e39f60f058a781afd14b906dd84daa_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-15981117ee28627f235264e505e1e0d5956cf4e4 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/15/98/15981117ee28627f235264e505e1e0d5956cf4e4_fa75ed37 enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-87560df365a9f9fc232653131f4ed8b5296f99b8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/87/56/87560df365a9f9fc232653131f4ed8b5296f99b8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ovn-2eada288298bb1982b148144797191254f72f717 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/2e/ad/2eada288298bb1982b148144797191254f72f717_4045074b enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-9106b27fe31e09880096bf20f19c219e3a7a1934 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/91/06/9106b27fe31e09880096bf20f19c219e3a7a1934_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-mistral-tests-tempest-d8be6d1269a1d2bd9816946609161643219c503c baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/d8/be/d8be6d1269a1d2bd9816946609161643219c503c_c979f8a2 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-mistral-ui-65db4b54f114106032012eea637f58ddb71606a8 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/65/db/65db4b54f114106032012eea637f58ddb71606a8_1d64bb4f 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 Mock Version: 6.2 INFO: Mock Version: 6.2 INFO: Mock Version: 6.2 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.newd3w0d', '/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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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'] with env {'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: 16114812 5477564 1288496 3033452 12719692 10637248 DEBUG: Swap: 16777212 5395764 11381448 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 840M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 196G 354G 36% / 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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._zhv0z7y', '/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 eafded7f2b0e4bd6d079a375ef46e3a3a663f810 Previous HEAD position was 5e89931ba Merge "Remove tags from README" HEAD is now at eafded7f2 Merge "Release notes - update structure for old files" + '[' -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/python-django-horizon + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/data/python-django-horizon + '[' -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 25.4.1.dev13 eafded7 + UPSTREAMVERSION=25.4.1.dev13 + [[ 25.4.1.dev13 =~ ([^-]*)-(.+) ]] + [[ 25.4.1.dev13 =~ (.*?)\.(0rc.+) ]] + [[ 25.4.1.dev13 =~ (.*?)\.(0b.+) ]] + [[ 25.4.1.dev13 =~ (.*?)\.(0a.+) ]] + [[ 25.4.1.dev13 =~ (.*?)\.(dev.+) ]] + VERSION=25.4.1 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20250609144208.eafded7 + '[' -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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --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.2 starting (python version = 3.9.18, NVR = mock-6.2-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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --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/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.2 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '__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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}} 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: a20e2bf7-3d16-40ca-978b-760f8a569749 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-ansible-role-lunasa-hsm-4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/4a/38/4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75_9e27a0ec enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/62/bf/62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9_c3f04f2c enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-deef0d4d28d6a1ba84b9f3af49efdd85042f68ff baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/de/ef/deef0d4d28d6a1ba84b9f3af49efdd85042f68ff_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-f584c54dfd03e81c1e9c30e2d22f19d2d17a4353 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/f5/84/f584c54dfd03e81c1e9c30e2d22f19d2d17a4353_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-a1be40e05e0cbe450503c7fb187763d5731ec6e6 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/a1/be/a1be40e05e0cbe450503c7fb187763d5731ec6e6_3fb46216 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-mistral-9a41e546e94a8a9155c3525f3e9f99749370dc8a baseurl=https://trunk.rdoproject.org/centos10-master/component/common/9a/41/9a41e546e94a8a9155c3525f3e9f99749370dc8a_f4a47540 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-21943b55215d3716284d387365dd1f035494da74 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/21/94/21943b55215d3716284d387365dd1f035494da74_7cf6f415 enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-698f7b605926ab26eb1577f8728f77c71e2fbda1 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/69/8f/698f7b605926ab26eb1577f8728f77c71e2fbda1_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-e055873be4079bc9d37165cf75de5495603133b0 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/e0/55/e055873be4079bc9d37165cf75de5495603133b0_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-8b0a181c18ed898f79e86fa9b2d128b9aa8731f8 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/8b/0a/8b0a181c18ed898f79e86fa9b2d128b9aa8731f8_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/32/6d/326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-a016f7a349d55e07c81b693d3dfe9a3ba6244ee9 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/a0/16/a016f7a349d55e07c81b693d3dfe9a3ba6244ee9_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-2fb6ba9343e39f60f058a781afd14b906dd84daa baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/2f/b6/2fb6ba9343e39f60f058a781afd14b906dd84daa_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-15981117ee28627f235264e505e1e0d5956cf4e4 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/15/98/15981117ee28627f235264e505e1e0d5956cf4e4_fa75ed37 enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-87560df365a9f9fc232653131f4ed8b5296f99b8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/87/56/87560df365a9f9fc232653131f4ed8b5296f99b8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ovn-2eada288298bb1982b148144797191254f72f717 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/2e/ad/2eada288298bb1982b148144797191254f72f717_4045074b enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-9106b27fe31e09880096bf20f19c219e3a7a1934 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/91/06/9106b27fe31e09880096bf20f19c219e3a7a1934_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-mistral-tests-tempest-d8be6d1269a1d2bd9816946609161643219c503c baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/d8/be/d8be6d1269a1d2bd9816946609161643219c503c_c979f8a2 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-mistral-ui-65db4b54f114106032012eea637f58ddb71606a8 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/65/db/65db4b54f114106032012eea637f58ddb71606a8_1d64bb4f 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 Mock Version: 6.2 INFO: Mock Version: 6.2 INFO: Mock Version: 6.2 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.1akn0qs9', '/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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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'] with env {'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: 16114812 5722084 1039860 3179720 12870076 10392728 DEBUG: Swap: 16777212 5395764 11381448 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 981M 3.4G 23% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 196G 354G 36% / 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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.4o5dr8e3', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: Running in chroot: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Start: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: child environment: None DEBUG: Executing command: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True /usr/lib/python3.12/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. [pbr] Generating ChangeLog /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running sdist [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.2s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.5s) running egg_info creating horizon.egg-info writing horizon.egg-info/PKG-INFO writing dependency_links to horizon.egg-info/dependency_links.txt writing entry points to horizon.egg-info/entry_points.txt writing requirements to horizon.egg-info/requires.txt writing top-level names to horizon.egg-info/top_level.txt writing pbr to horizon.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'horizon.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 'horizon.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating horizon-25.4.1.dev13 creating horizon-25.4.1.dev13/.zuul.d creating horizon-25.4.1.dev13/doc creating horizon-25.4.1.dev13/doc/source creating horizon-25.4.1.dev13/doc/source/admin creating horizon-25.4.1.dev13/doc/source/admin/figures creating horizon-25.4.1.dev13/doc/source/configuration creating horizon-25.4.1.dev13/doc/source/contributor creating horizon-25.4.1.dev13/doc/source/contributor/policies creating horizon-25.4.1.dev13/doc/source/contributor/ref creating horizon-25.4.1.dev13/doc/source/contributor/ref/openstack_auth creating horizon-25.4.1.dev13/doc/source/contributor/topics creating horizon-25.4.1.dev13/doc/source/contributor/tutorials creating horizon-25.4.1.dev13/doc/source/images creating horizon-25.4.1.dev13/doc/source/install creating horizon-25.4.1.dev13/doc/source/locale creating horizon-25.4.1.dev13/doc/source/locale/de creating horizon-25.4.1.dev13/doc/source/locale/de/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/en_GB creating horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/eo creating horizon-25.4.1.dev13/doc/source/locale/eo/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/es creating horizon-25.4.1.dev13/doc/source/locale/es/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/fr creating horizon-25.4.1.dev13/doc/source/locale/fr/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/id creating horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/ja creating horizon-25.4.1.dev13/doc/source/locale/ja/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/ko_KR creating horizon-25.4.1.dev13/doc/source/locale/ko_KR/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/ne creating horizon-25.4.1.dev13/doc/source/locale/ne/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/pt_BR creating horizon-25.4.1.dev13/doc/source/locale/pt_BR/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/ru creating horizon-25.4.1.dev13/doc/source/locale/ru/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/locale/zh_CN creating horizon-25.4.1.dev13/doc/source/locale/zh_CN/LC_MESSAGES creating horizon-25.4.1.dev13/doc/source/user creating horizon-25.4.1.dev13/doc/source/user/figures creating horizon-25.4.1.dev13/horizon creating horizon-25.4.1.dev13/horizon.egg-info creating horizon-25.4.1.dev13/horizon/browsers creating horizon-25.4.1.dev13/horizon/conf creating horizon-25.4.1.dev13/horizon/conf/dash_template creating horizon-25.4.1.dev13/horizon/conf/dash_template/static creating horizon-25.4.1.dev13/horizon/conf/dash_template/static/dash_name creating horizon-25.4.1.dev13/horizon/conf/dash_template/static/dash_name/js creating horizon-25.4.1.dev13/horizon/conf/dash_template/static/dash_name/scss creating horizon-25.4.1.dev13/horizon/conf/dash_template/templates creating horizon-25.4.1.dev13/horizon/conf/dash_template/templates/dash_name creating horizon-25.4.1.dev13/horizon/conf/panel_template creating horizon-25.4.1.dev13/horizon/conf/panel_template/templates creating horizon-25.4.1.dev13/horizon/conf/panel_template/templates/panel_name creating horizon-25.4.1.dev13/horizon/contrib creating horizon-25.4.1.dev13/horizon/contrib/staticfiles creating horizon-25.4.1.dev13/horizon/forms creating horizon-25.4.1.dev13/horizon/hacking creating horizon-25.4.1.dev13/horizon/locale creating horizon-25.4.1.dev13/horizon/locale/ar creating horizon-25.4.1.dev13/horizon/locale/ar/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/ca creating horizon-25.4.1.dev13/horizon/locale/ca/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/cs creating horizon-25.4.1.dev13/horizon/locale/cs/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/de creating horizon-25.4.1.dev13/horizon/locale/de/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/en_AU creating horizon-25.4.1.dev13/horizon/locale/en_AU/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/en_GB creating horizon-25.4.1.dev13/horizon/locale/en_GB/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/eo creating horizon-25.4.1.dev13/horizon/locale/eo/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/es creating horizon-25.4.1.dev13/horizon/locale/es/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/es_MX creating horizon-25.4.1.dev13/horizon/locale/es_MX/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/fi_FI creating horizon-25.4.1.dev13/horizon/locale/fi_FI/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/fil creating horizon-25.4.1.dev13/horizon/locale/fil/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/fr creating horizon-25.4.1.dev13/horizon/locale/fr/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/hi creating horizon-25.4.1.dev13/horizon/locale/hi/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/hu creating horizon-25.4.1.dev13/horizon/locale/hu/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/id creating horizon-25.4.1.dev13/horizon/locale/id/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/it creating horizon-25.4.1.dev13/horizon/locale/it/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/ja creating horizon-25.4.1.dev13/horizon/locale/ja/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/ka_GE creating horizon-25.4.1.dev13/horizon/locale/ka_GE/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/ko_KR creating horizon-25.4.1.dev13/horizon/locale/ko_KR/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/nl_NL creating horizon-25.4.1.dev13/horizon/locale/nl_NL/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/pa_IN creating horizon-25.4.1.dev13/horizon/locale/pa_IN/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/pl_PL creating horizon-25.4.1.dev13/horizon/locale/pl_PL/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/pt creating horizon-25.4.1.dev13/horizon/locale/pt/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/pt_BR creating horizon-25.4.1.dev13/horizon/locale/pt_BR/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/ru creating horizon-25.4.1.dev13/horizon/locale/ru/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/sl_SI creating horizon-25.4.1.dev13/horizon/locale/sl_SI/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/sr creating horizon-25.4.1.dev13/horizon/locale/sr/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/tr_TR creating horizon-25.4.1.dev13/horizon/locale/tr_TR/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/zh_Hans creating horizon-25.4.1.dev13/horizon/locale/zh_Hans/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/locale/zh_Hant creating horizon-25.4.1.dev13/horizon/locale/zh_Hant/LC_MESSAGES creating horizon-25.4.1.dev13/horizon/management creating horizon-25.4.1.dev13/horizon/management/commands creating horizon-25.4.1.dev13/horizon/middleware creating horizon-25.4.1.dev13/horizon/static creating horizon-25.4.1.dev13/horizon/static/auth creating horizon-25.4.1.dev13/horizon/static/auth/login creating horizon-25.4.1.dev13/horizon/static/framework creating horizon-25.4.1.dev13/horizon/static/framework/conf creating horizon-25.4.1.dev13/horizon/static/framework/util creating horizon-25.4.1.dev13/horizon/static/framework/util/actions creating horizon-25.4.1.dev13/horizon/static/framework/util/bind-scope creating horizon-25.4.1.dev13/horizon/static/framework/util/extensible creating horizon-25.4.1.dev13/horizon/static/framework/util/file creating horizon-25.4.1.dev13/horizon/static/framework/util/filters creating horizon-25.4.1.dev13/horizon/static/framework/util/http creating horizon-25.4.1.dev13/horizon/static/framework/util/i18n creating horizon-25.4.1.dev13/horizon/static/framework/util/navigations creating horizon-25.4.1.dev13/horizon/static/framework/util/promise-toggle creating horizon-25.4.1.dev13/horizon/static/framework/util/q creating horizon-25.4.1.dev13/horizon/static/framework/util/tech-debt creating horizon-25.4.1.dev13/horizon/static/framework/util/timezones creating horizon-25.4.1.dev13/horizon/static/framework/util/uuid creating horizon-25.4.1.dev13/horizon/static/framework/util/validators creating horizon-25.4.1.dev13/horizon/static/framework/util/workflow creating horizon-25.4.1.dev13/horizon/static/framework/widgets creating horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list creating horizon-25.4.1.dev13/horizon/static/framework/widgets/charts creating horizon-25.4.1.dev13/horizon/static/framework/widgets/contenteditable creating horizon-25.4.1.dev13/horizon/static/framework/widgets/details creating horizon-25.4.1.dev13/horizon/static/framework/widgets/form creating horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields creating horizon-25.4.1.dev13/horizon/static/framework/widgets/headers creating horizon-25.4.1.dev13/horizon/static/framework/widgets/help-panel creating horizon-25.4.1.dev13/horizon/static/framework/widgets/load-edit creating horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search creating horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata creating horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display creating horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree creating horizon-25.4.1.dev13/horizon/static/framework/widgets/modal creating horizon-25.4.1.dev13/horizon/static/framework/widgets/modal-wait-spinner creating horizon-25.4.1.dev13/horizon/static/framework/widgets/panel creating horizon-25.4.1.dev13/horizon/static/framework/widgets/property creating horizon-25.4.1.dev13/horizon/static/framework/widgets/table creating horizon-25.4.1.dev13/horizon/static/framework/widgets/toast creating horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table creating horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard creating horizon-25.4.1.dev13/horizon/static/horizon creating horizon-25.4.1.dev13/horizon/static/horizon/js creating horizon-25.4.1.dev13/horizon/static/horizon/lib creating horizon-25.4.1.dev13/horizon/static/horizon/lib/jquery creating horizon-25.4.1.dev13/horizon/static/horizon/tests creating horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine creating horizon-25.4.1.dev13/horizon/tables creating horizon-25.4.1.dev13/horizon/tabs creating horizon-25.4.1.dev13/horizon/templates creating horizon-25.4.1.dev13/horizon/templates/auth creating horizon-25.4.1.dev13/horizon/templates/bootstrap creating horizon-25.4.1.dev13/horizon/templates/horizon creating horizon-25.4.1.dev13/horizon/templates/horizon/client_side creating horizon-25.4.1.dev13/horizon/templates/horizon/common creating horizon-25.4.1.dev13/horizon/templates/horizon/common/fields creating horizon-25.4.1.dev13/horizon/templates/horizon/jasmine creating horizon-25.4.1.dev13/horizon/templatetags creating horizon-25.4.1.dev13/horizon/test creating horizon-25.4.1.dev13/horizon/test/customization creating horizon-25.4.1.dev13/horizon/test/dummy_auth creating horizon-25.4.1.dev13/horizon/test/jasmine creating horizon-25.4.1.dev13/horizon/test/messages creating horizon-25.4.1.dev13/horizon/test/selenium creating horizon-25.4.1.dev13/horizon/test/templates creating horizon-25.4.1.dev13/horizon/test/templates/registration creating horizon-25.4.1.dev13/horizon/test/test_dashboards creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens/templates creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens/templates/kittens creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/static creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/static/cats creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/static/cats/js creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/static/cats/scss creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/templates creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/templates/cats creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers/templates creating horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers/templates/tigers creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies/templates creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies/templates/puppies creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/static creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/static/dogs creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/static/dogs/js creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/static/dogs/scss creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/templates creating horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/templates/dogs creating horizon-25.4.1.dev13/horizon/test/unit creating horizon-25.4.1.dev13/horizon/test/unit/forms creating horizon-25.4.1.dev13/horizon/test/unit/hacking creating horizon-25.4.1.dev13/horizon/test/unit/management creating horizon-25.4.1.dev13/horizon/test/unit/management/commands creating horizon-25.4.1.dev13/horizon/test/unit/middleware creating horizon-25.4.1.dev13/horizon/test/unit/tables creating horizon-25.4.1.dev13/horizon/test/unit/tabs creating horizon-25.4.1.dev13/horizon/test/unit/templatetags creating horizon-25.4.1.dev13/horizon/test/unit/utils creating horizon-25.4.1.dev13/horizon/test/unit/workflows creating horizon-25.4.1.dev13/horizon/utils creating horizon-25.4.1.dev13/horizon/workflows creating horizon-25.4.1.dev13/openstack_auth creating horizon-25.4.1.dev13/openstack_auth/locale creating horizon-25.4.1.dev13/openstack_auth/locale/de creating horizon-25.4.1.dev13/openstack_auth/locale/de/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/en_GB creating horizon-25.4.1.dev13/openstack_auth/locale/en_GB/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/eo creating horizon-25.4.1.dev13/openstack_auth/locale/eo/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/es creating horizon-25.4.1.dev13/openstack_auth/locale/es/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/fr creating horizon-25.4.1.dev13/openstack_auth/locale/fr/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/id creating horizon-25.4.1.dev13/openstack_auth/locale/id/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/ja creating horizon-25.4.1.dev13/openstack_auth/locale/ja/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/ka_GE creating horizon-25.4.1.dev13/openstack_auth/locale/ka_GE/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/ko_KR creating horizon-25.4.1.dev13/openstack_auth/locale/ko_KR/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/ne creating horizon-25.4.1.dev13/openstack_auth/locale/ne/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/pt_BR creating horizon-25.4.1.dev13/openstack_auth/locale/pt_BR/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/ru creating horizon-25.4.1.dev13/openstack_auth/locale/ru/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/zh_Hans creating horizon-25.4.1.dev13/openstack_auth/locale/zh_Hans/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/locale/zh_Hant creating horizon-25.4.1.dev13/openstack_auth/locale/zh_Hant/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_auth/plugin creating horizon-25.4.1.dev13/openstack_auth/tests creating horizon-25.4.1.dev13/openstack_auth/tests/conf creating horizon-25.4.1.dev13/openstack_auth/tests/templates creating horizon-25.4.1.dev13/openstack_auth/tests/templates/auth creating horizon-25.4.1.dev13/openstack_auth/tests/unit creating horizon-25.4.1.dev13/openstack_dashboard creating horizon-25.4.1.dev13/openstack_dashboard/api creating horizon-25.4.1.dev13/openstack_dashboard/api/rest creating horizon-25.4.1.dev13/openstack_dashboard/conf creating horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies creating horizon-25.4.1.dev13/openstack_dashboard/conf/nova_policy.d creating horizon-25.4.1.dev13/openstack_dashboard/contrib creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/form_builder creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler/templates creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler/templates/profiler creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/resource_browser creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview/templates creating horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview creating horizon-25.4.1.dev13/openstack_dashboard/dashboards creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups/templates/backups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults/templates/defaults creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors/templates/flavors creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images/templates/images creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info/templates/info creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances/templates/instances creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports/extensions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks/agents creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview/templates/overview creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/extensions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/trunks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials/templates/credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains/templates/domains creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings/templates/mappings creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates/projects creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/users creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles/templates/roles creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/role_assignments creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates/backups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers/templates/containers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/images creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/workflows creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_qos creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/instances creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/networks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/routers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/subnets creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/subnets creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview/templates/overview creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions/extraroutes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/extensions creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/ports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/server_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots/templates/snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/trunks creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials/templates/credentials creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password/templates/password creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user/templates creating horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user/templates/user creating horizon-25.4.1.dev13/openstack_dashboard/enabled creating horizon-25.4.1.dev13/openstack_dashboard/local creating horizon-25.4.1.dev13/openstack_dashboard/local/enabled creating horizon-25.4.1.dev13/openstack_dashboard/local/local_settings.d creating horizon-25.4.1.dev13/openstack_dashboard/locale creating horizon-25.4.1.dev13/openstack_dashboard/locale/as creating horizon-25.4.1.dev13/openstack_dashboard/locale/as/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/bn_IN creating horizon-25.4.1.dev13/openstack_dashboard/locale/bn_IN/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/brx creating horizon-25.4.1.dev13/openstack_dashboard/locale/brx/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/cs creating horizon-25.4.1.dev13/openstack_dashboard/locale/cs/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/de creating horizon-25.4.1.dev13/openstack_dashboard/locale/de/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/en_AU creating horizon-25.4.1.dev13/openstack_dashboard/locale/en_AU/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/en_GB creating horizon-25.4.1.dev13/openstack_dashboard/locale/en_GB/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/eo creating horizon-25.4.1.dev13/openstack_dashboard/locale/eo/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/es creating horizon-25.4.1.dev13/openstack_dashboard/locale/es/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/fr creating horizon-25.4.1.dev13/openstack_dashboard/locale/fr/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/gu creating horizon-25.4.1.dev13/openstack_dashboard/locale/gu/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/hi creating horizon-25.4.1.dev13/openstack_dashboard/locale/hi/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/id creating horizon-25.4.1.dev13/openstack_dashboard/locale/id/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/it creating horizon-25.4.1.dev13/openstack_dashboard/locale/it/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ja creating horizon-25.4.1.dev13/openstack_dashboard/locale/ja/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ka_GE creating horizon-25.4.1.dev13/openstack_dashboard/locale/ka_GE/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/kn creating horizon-25.4.1.dev13/openstack_dashboard/locale/kn/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ko_KR creating horizon-25.4.1.dev13/openstack_dashboard/locale/ko_KR/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/kok creating horizon-25.4.1.dev13/openstack_dashboard/locale/kok/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ks creating horizon-25.4.1.dev13/openstack_dashboard/locale/ks/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/mai creating horizon-25.4.1.dev13/openstack_dashboard/locale/mai/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/mni creating horizon-25.4.1.dev13/openstack_dashboard/locale/mni/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/mr creating horizon-25.4.1.dev13/openstack_dashboard/locale/mr/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ne creating horizon-25.4.1.dev13/openstack_dashboard/locale/ne/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/pa_IN creating horizon-25.4.1.dev13/openstack_dashboard/locale/pa_IN/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/pl_PL creating horizon-25.4.1.dev13/openstack_dashboard/locale/pl_PL/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/pt_BR creating horizon-25.4.1.dev13/openstack_dashboard/locale/pt_BR/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ru creating horizon-25.4.1.dev13/openstack_dashboard/locale/ru/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ta creating horizon-25.4.1.dev13/openstack_dashboard/locale/ta/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/tr_TR creating horizon-25.4.1.dev13/openstack_dashboard/locale/tr_TR/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/ur creating horizon-25.4.1.dev13/openstack_dashboard/locale/ur/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hans creating horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hans/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hant creating horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hant/LC_MESSAGES creating horizon-25.4.1.dev13/openstack_dashboard/management creating horizon-25.4.1.dev13/openstack_dashboard/management/commands creating horizon-25.4.1.dev13/openstack_dashboard/static creating horizon-25.4.1.dev13/openstack_dashboard/static/app creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/conf creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/filters creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-image creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-volume creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/deactivate creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/edit-image creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/update-metadata creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/workflows creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions/workflow creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions/workflow creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/details creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/details creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps creating horizon-25.4.1.dev13/openstack_dashboard/static/app/core/workflow creating horizon-25.4.1.dev13/openstack_dashboard/static/app/resources creating horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt creating horizon-25.4.1.dev13/openstack_dashboard/static/dashboard creating horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img creating horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss creating horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components creating horizon-25.4.1.dev13/openstack_dashboard/static/js creating horizon-25.4.1.dev13/openstack_dashboard/static/js/angular creating horizon-25.4.1.dev13/openstack_dashboard/static/js/angular/directives creating horizon-25.4.1.dev13/openstack_dashboard/templates creating horizon-25.4.1.dev13/openstack_dashboard/templates/angular creating horizon-25.4.1.dev13/openstack_dashboard/templates/auth creating horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection creating horizon-25.4.1.dev13/openstack_dashboard/templates/header creating horizon-25.4.1.dev13/openstack_dashboard/templates/horizon creating horizon-25.4.1.dev13/openstack_dashboard/templates/themes creating horizon-25.4.1.dev13/openstack_dashboard/templatetags creating horizon-25.4.1.dev13/openstack_dashboard/test creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/network creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system/system_info creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/volume creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/identity creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network/security_groups creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/object_store creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/volumes creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/settings creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests creating horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests/test-data creating horizon-25.4.1.dev13/openstack_dashboard/test/jasmine creating horizon-25.4.1.dev13/openstack_dashboard/test/selenium creating horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration creating horizon-25.4.1.dev13/openstack_dashboard/test/selenium/ui creating horizon-25.4.1.dev13/openstack_dashboard/test/templates creating horizon-25.4.1.dev13/openstack_dashboard/test/templates/registration creating horizon-25.4.1.dev13/openstack_dashboard/test/test_data creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel/templates creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel/templates/another_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel/templates creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/static creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/templates creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel/templates creating horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel/templates/second_panel creating horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins creating horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_config creating horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config creating horizon-25.4.1.dev13/openstack_dashboard/test/unit creating horizon-25.4.1.dev13/openstack_dashboard/test/unit/api creating horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest creating horizon-25.4.1.dev13/openstack_dashboard/test/unit/usage creating horizon-25.4.1.dev13/openstack_dashboard/test/unit/utils creating horizon-25.4.1.dev13/openstack_dashboard/themes creating horizon-25.4.1.dev13/openstack_dashboard/themes/default creating horizon-25.4.1.dev13/openstack_dashboard/themes/default/horizon creating horizon-25.4.1.dev13/openstack_dashboard/themes/default/horizon/components creating horizon-25.4.1.dev13/openstack_dashboard/themes/example creating horizon-25.4.1.dev13/openstack_dashboard/themes/example/static creating horizon-25.4.1.dev13/openstack_dashboard/themes/example/static/js creating horizon-25.4.1.dev13/openstack_dashboard/themes/example/templates creating horizon-25.4.1.dev13/openstack_dashboard/themes/example/templates/auth creating horizon-25.4.1.dev13/openstack_dashboard/themes/material creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/static creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/bootstrap creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/js creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/auth creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/header creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/horizon creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/horizon/client_side creating horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/material creating horizon-25.4.1.dev13/openstack_dashboard/usage creating horizon-25.4.1.dev13/openstack_dashboard/utils creating horizon-25.4.1.dev13/playbooks creating horizon-25.4.1.dev13/playbooks/cross-jobs creating horizon-25.4.1.dev13/playbooks/horizon-devstack-integration creating horizon-25.4.1.dev13/playbooks/horizon-nodejs creating horizon-25.4.1.dev13/playbooks/horizon-selenium-headless creating horizon-25.4.1.dev13/playbooks/horizon-tox-django creating horizon-25.4.1.dev13/playbooks/npm-test-xstatic-master creating horizon-25.4.1.dev13/releasenotes creating horizon-25.4.1.dev13/releasenotes/notes creating horizon-25.4.1.dev13/releasenotes/source creating horizon-25.4.1.dev13/releasenotes/source/_static creating horizon-25.4.1.dev13/releasenotes/source/_templates creating horizon-25.4.1.dev13/releasenotes/source/locale creating horizon-25.4.1.dev13/releasenotes/source/locale/de creating horizon-25.4.1.dev13/releasenotes/source/locale/de/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/en_GB creating horizon-25.4.1.dev13/releasenotes/source/locale/en_GB/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/fr creating horizon-25.4.1.dev13/releasenotes/source/locale/fr/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/id creating horizon-25.4.1.dev13/releasenotes/source/locale/id/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/ja creating horizon-25.4.1.dev13/releasenotes/source/locale/ja/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/ko_KR creating horizon-25.4.1.dev13/releasenotes/source/locale/ko_KR/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/pt_BR creating horizon-25.4.1.dev13/releasenotes/source/locale/pt_BR/LC_MESSAGES creating horizon-25.4.1.dev13/releasenotes/source/locale/zh_CN creating horizon-25.4.1.dev13/releasenotes/source/locale/zh_CN/LC_MESSAGES creating horizon-25.4.1.dev13/roles creating horizon-25.4.1.dev13/roles/ensure-django creating horizon-25.4.1.dev13/roles/ensure-django/defaults creating horizon-25.4.1.dev13/roles/ensure-django/tasks creating horizon-25.4.1.dev13/roles/fetch-video-output creating horizon-25.4.1.dev13/roles/fetch-video-output/defaults creating horizon-25.4.1.dev13/roles/fetch-video-output/tasks creating horizon-25.4.1.dev13/roles/setup-selenium-tests creating horizon-25.4.1.dev13/roles/setup-selenium-tests/defaults creating horizon-25.4.1.dev13/roles/setup-selenium-tests/tasks creating horizon-25.4.1.dev13/tools copying files to horizon-25.4.1.dev13... copying .eslintignore -> horizon-25.4.1.dev13 copying .eslintrc -> horizon-25.4.1.dev13 copying .mailmap -> horizon-25.4.1.dev13 copying .pylintrc -> horizon-25.4.1.dev13 copying AUTHORS -> horizon-25.4.1.dev13 copying CONTRIBUTING.rst -> horizon-25.4.1.dev13 copying ChangeLog -> horizon-25.4.1.dev13 copying HACKING.rst -> horizon-25.4.1.dev13 copying LICENSE -> horizon-25.4.1.dev13 copying README.rst -> horizon-25.4.1.dev13 copying babel-django.cfg -> horizon-25.4.1.dev13 copying babel-djangojs.cfg -> horizon-25.4.1.dev13 copying bindep.txt -> horizon-25.4.1.dev13 copying manage.py -> horizon-25.4.1.dev13 copying package.json -> horizon-25.4.1.dev13 copying plugin-registry.csv -> horizon-25.4.1.dev13 copying reno.yaml -> horizon-25.4.1.dev13 copying requirements.txt -> horizon-25.4.1.dev13 copying setup.cfg -> horizon-25.4.1.dev13 copying setup.py -> horizon-25.4.1.dev13 copying test-requirements.txt -> horizon-25.4.1.dev13 copying test-shim.js -> horizon-25.4.1.dev13 copying tox.ini -> horizon-25.4.1.dev13 copying .zuul.d/base.yaml -> horizon-25.4.1.dev13/.zuul.d copying .zuul.d/cross-jobs.yaml -> horizon-25.4.1.dev13/.zuul.d copying .zuul.d/django-jobs.yaml -> horizon-25.4.1.dev13/.zuul.d copying .zuul.d/nodejs-jobs.yaml -> horizon-25.4.1.dev13/.zuul.d copying .zuul.d/project.yaml -> horizon-25.4.1.dev13/.zuul.d copying .zuul.d/tempest-and-integrated.yaml -> horizon-25.4.1.dev13/.zuul.d copying .zuul.d/xstatic-master.yaml -> horizon-25.4.1.dev13/.zuul.d copying doc/requirements.txt -> horizon-25.4.1.dev13/doc copying doc/source/conf.py -> horizon-25.4.1.dev13/doc/source copying doc/source/glossary.rst -> horizon-25.4.1.dev13/doc/source copying doc/source/index.rst -> horizon-25.4.1.dev13/doc/source copying doc/source/admin/admin-manage-roles.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/customize-configure.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/index.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-flavors.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-host-aggregates.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-images.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-instances.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-projects-and-users.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-services.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/manage-volumes.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/sessions.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/set-quotas.rst -> horizon-25.4.1.dev13/doc/source/admin copying doc/source/admin/figures/change_instance_state.png -> horizon-25.4.1.dev13/doc/source/admin/figures copying doc/source/admin/figures/create_flavor.png -> horizon-25.4.1.dev13/doc/source/admin/figures copying doc/source/admin/figures/create_image.png -> horizon-25.4.1.dev13/doc/source/admin/figures copying doc/source/admin/figures/create_volume_type_encryption.png -> horizon-25.4.1.dev13/doc/source/admin/figures copying doc/source/configuration/branding.rst -> horizon-25.4.1.dev13/doc/source/configuration copying doc/source/configuration/customizing.rst -> horizon-25.4.1.dev13/doc/source/configuration copying doc/source/configuration/index.rst -> horizon-25.4.1.dev13/doc/source/configuration copying doc/source/configuration/pluggable_panels.rst -> horizon-25.4.1.dev13/doc/source/configuration copying doc/source/configuration/settings.rst -> horizon-25.4.1.dev13/doc/source/configuration copying doc/source/configuration/themes.rst -> horizon-25.4.1.dev13/doc/source/configuration copying doc/source/contributor/contributing.rst -> horizon-25.4.1.dev13/doc/source/contributor copying doc/source/contributor/faq.rst -> horizon-25.4.1.dev13/doc/source/contributor copying doc/source/contributor/index.rst -> horizon-25.4.1.dev13/doc/source/contributor copying doc/source/contributor/intro.rst -> horizon-25.4.1.dev13/doc/source/contributor copying doc/source/contributor/quickstart.rst -> horizon-25.4.1.dev13/doc/source/contributor copying doc/source/contributor/testing.rst -> horizon-25.4.1.dev13/doc/source/contributor copying doc/source/contributor/policies/core-reviewers.rst -> horizon-25.4.1.dev13/doc/source/contributor/policies copying doc/source/contributor/policies/horizon-bugs.rst -> horizon-25.4.1.dev13/doc/source/contributor/policies copying doc/source/contributor/policies/horizon-groups.rst -> horizon-25.4.1.dev13/doc/source/contributor/policies copying doc/source/contributor/policies/index.rst -> horizon-25.4.1.dev13/doc/source/contributor/policies copying doc/source/contributor/policies/releasing.rst -> horizon-25.4.1.dev13/doc/source/contributor/policies copying doc/source/contributor/policies/supported-software.rst -> horizon-25.4.1.dev13/doc/source/contributor/policies copying doc/source/contributor/ref/context_processors.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/decorators.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/exceptions.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/forms.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/horizon.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/index.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/middleware.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/tables.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/tabs.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/test.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/workflows.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref copying doc/source/contributor/ref/openstack_auth/backend.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref/openstack_auth copying doc/source/contributor/ref/openstack_auth/forms.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref/openstack_auth copying doc/source/contributor/ref/openstack_auth/user.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref/openstack_auth copying doc/source/contributor/ref/openstack_auth/utils.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref/openstack_auth copying doc/source/contributor/ref/openstack_auth/views.rst -> horizon-25.4.1.dev13/doc/source/contributor/ref/openstack_auth copying doc/source/contributor/topics/angularjs.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/code-style.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/devstack.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/index.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/ini-based-configuration.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/javascript_testing.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/microversion_support.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/packaging.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/policy.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/profiling.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/release-notes.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/styling.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/tables.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/testing.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/translation.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/topics/workflows.rst -> horizon-25.4.1.dev13/doc/source/contributor/topics copying doc/source/contributor/tutorials/dashboard.rst -> horizon-25.4.1.dev13/doc/source/contributor/tutorials copying doc/source/contributor/tutorials/index.rst -> horizon-25.4.1.dev13/doc/source/contributor/tutorials copying doc/source/contributor/tutorials/plugin.rst -> horizon-25.4.1.dev13/doc/source/contributor/tutorials copying doc/source/contributor/tutorials/table_actions.rst -> horizon-25.4.1.dev13/doc/source/contributor/tutorials copying doc/source/contributor/tutorials/workflow_extend.rst -> horizon-25.4.1.dev13/doc/source/contributor/tutorials copying doc/source/images/message_extraction.png -> horizon-25.4.1.dev13/doc/source/images copying doc/source/images/message_substitution.png -> horizon-25.4.1.dev13/doc/source/images copying doc/source/install/from-source.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/index.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/install-debian.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/install-rdo.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/install-ubuntu.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/next-steps.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/note_configuration_vary_by_distribution.txt -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/plugin-registry.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/system-requirements.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/verify-debian.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/verify-rdo.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/install/verify-ubuntu.rst -> horizon-25.4.1.dev13/doc/source/install copying doc/source/locale/de/LC_MESSAGES/doc-install.po -> horizon-25.4.1.dev13/doc/source/locale/de/LC_MESSAGES copying doc/source/locale/de/LC_MESSAGES/doc-user.po -> horizon-25.4.1.dev13/doc/source/locale/de/LC_MESSAGES copying doc/source/locale/de/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/de/LC_MESSAGES copying doc/source/locale/en_GB/LC_MESSAGES/doc-admin.po -> horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES copying doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po -> horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES copying doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po -> horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES copying doc/source/locale/en_GB/LC_MESSAGES/doc-install.po -> horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES copying doc/source/locale/en_GB/LC_MESSAGES/doc-user.po -> horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES copying doc/source/locale/en_GB/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/en_GB/LC_MESSAGES copying doc/source/locale/eo/LC_MESSAGES/doc-install.po -> horizon-25.4.1.dev13/doc/source/locale/eo/LC_MESSAGES copying doc/source/locale/eo/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/eo/LC_MESSAGES copying doc/source/locale/es/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/es/LC_MESSAGES copying doc/source/locale/fr/LC_MESSAGES/doc-admin.po -> horizon-25.4.1.dev13/doc/source/locale/fr/LC_MESSAGES copying doc/source/locale/fr/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/fr/LC_MESSAGES copying doc/source/locale/id/LC_MESSAGES/doc-admin.po -> horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES copying doc/source/locale/id/LC_MESSAGES/doc-configuration.po -> horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES copying doc/source/locale/id/LC_MESSAGES/doc-contributor.po -> horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES copying doc/source/locale/id/LC_MESSAGES/doc-install.po -> horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES copying doc/source/locale/id/LC_MESSAGES/doc-user.po -> horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES copying doc/source/locale/id/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/id/LC_MESSAGES copying doc/source/locale/ja/LC_MESSAGES/doc-install.po -> horizon-25.4.1.dev13/doc/source/locale/ja/LC_MESSAGES copying doc/source/locale/ko_KR/LC_MESSAGES/doc-admin.po -> horizon-25.4.1.dev13/doc/source/locale/ko_KR/LC_MESSAGES copying doc/source/locale/ko_KR/LC_MESSAGES/doc-install.po -> horizon-25.4.1.dev13/doc/source/locale/ko_KR/LC_MESSAGES copying doc/source/locale/ko_KR/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/ko_KR/LC_MESSAGES copying doc/source/locale/ne/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/ne/LC_MESSAGES copying doc/source/locale/pt_BR/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/pt_BR/LC_MESSAGES copying doc/source/locale/ru/LC_MESSAGES/doc-user.po -> horizon-25.4.1.dev13/doc/source/locale/ru/LC_MESSAGES copying doc/source/locale/ru/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/ru/LC_MESSAGES copying doc/source/locale/zh_CN/LC_MESSAGES/doc.po -> horizon-25.4.1.dev13/doc/source/locale/zh_CN/LC_MESSAGES copying doc/source/user/browser_support.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/configure-access-and-security-for-instances.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/create-networks.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/index.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/launch-instances.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/log-in.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/manage-containers.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/manage-images.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/manage-volumes.rst -> horizon-25.4.1.dev13/doc/source/user copying doc/source/user/figures/create_image.png -> horizon-25.4.1.dev13/doc/source/user/figures copying doc/source/user/figures/dashboard_admin_tab.png -> horizon-25.4.1.dev13/doc/source/user/figures copying doc/source/user/figures/dashboard_identity_tab.png -> horizon-25.4.1.dev13/doc/source/user/figures copying doc/source/user/figures/dashboard_project_tab.png -> horizon-25.4.1.dev13/doc/source/user/figures copying doc/source/user/figures/dashboard_settings_tab.png -> horizon-25.4.1.dev13/doc/source/user/figures copying horizon/__init__.py -> horizon-25.4.1.dev13/horizon copying horizon/base.py -> horizon-25.4.1.dev13/horizon copying horizon/cache.py -> horizon-25.4.1.dev13/horizon copying horizon/context_processors.py -> horizon-25.4.1.dev13/horizon copying horizon/decorators.py -> horizon-25.4.1.dev13/horizon copying horizon/defaults.py -> horizon-25.4.1.dev13/horizon copying horizon/exceptions.py -> horizon-25.4.1.dev13/horizon copying horizon/karma.conf.js -> horizon-25.4.1.dev13/horizon copying horizon/loaders.py -> horizon-25.4.1.dev13/horizon copying horizon/messages.py -> horizon-25.4.1.dev13/horizon copying horizon/notifications.py -> horizon-25.4.1.dev13/horizon copying horizon/site_urls.py -> horizon-25.4.1.dev13/horizon copying horizon/themes.py -> horizon-25.4.1.dev13/horizon copying horizon/version.py -> horizon-25.4.1.dev13/horizon copying horizon/views.py -> horizon-25.4.1.dev13/horizon copying horizon.egg-info/PKG-INFO -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/SOURCES.txt -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/dependency_links.txt -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/entry_points.txt -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/not-zip-safe -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/pbr.json -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/requires.txt -> horizon-25.4.1.dev13/horizon.egg-info copying horizon.egg-info/top_level.txt -> horizon-25.4.1.dev13/horizon.egg-info copying horizon/browsers/__init__.py -> horizon-25.4.1.dev13/horizon/browsers copying horizon/browsers/base.py -> horizon-25.4.1.dev13/horizon/browsers copying horizon/browsers/breadcrumb.py -> horizon-25.4.1.dev13/horizon/browsers copying horizon/browsers/views.py -> horizon-25.4.1.dev13/horizon/browsers copying horizon/conf/__init__.py -> horizon-25.4.1.dev13/horizon/conf copying horizon/conf/default.py -> horizon-25.4.1.dev13/horizon/conf copying horizon/conf/dash_template/__init__.py -> horizon-25.4.1.dev13/horizon/conf/dash_template copying horizon/conf/dash_template/dashboard.py.tmpl -> horizon-25.4.1.dev13/horizon/conf/dash_template copying horizon/conf/dash_template/static/dash_name/js/dash_name.js -> horizon-25.4.1.dev13/horizon/conf/dash_template/static/dash_name/js copying horizon/conf/dash_template/static/dash_name/scss/dash_name.scss -> horizon-25.4.1.dev13/horizon/conf/dash_template/static/dash_name/scss copying horizon/conf/dash_template/templates/dash_name/base.html -> horizon-25.4.1.dev13/horizon/conf/dash_template/templates/dash_name copying horizon/conf/panel_template/__init__.py -> horizon-25.4.1.dev13/horizon/conf/panel_template copying horizon/conf/panel_template/panel.py.tmpl -> horizon-25.4.1.dev13/horizon/conf/panel_template copying horizon/conf/panel_template/tests.py.tmpl -> horizon-25.4.1.dev13/horizon/conf/panel_template copying horizon/conf/panel_template/urls.py.tmpl -> horizon-25.4.1.dev13/horizon/conf/panel_template copying horizon/conf/panel_template/views.py -> horizon-25.4.1.dev13/horizon/conf/panel_template copying horizon/conf/panel_template/templates/panel_name/index.html -> horizon-25.4.1.dev13/horizon/conf/panel_template/templates/panel_name copying horizon/contrib/__init__.py -> horizon-25.4.1.dev13/horizon/contrib copying horizon/contrib/bootstrap_datepicker.py -> horizon-25.4.1.dev13/horizon/contrib copying horizon/contrib/staticfiles/__init__.py -> horizon-25.4.1.dev13/horizon/contrib/staticfiles copying horizon/contrib/staticfiles/finders.py -> horizon-25.4.1.dev13/horizon/contrib/staticfiles copying horizon/forms/__init__.py -> horizon-25.4.1.dev13/horizon/forms copying horizon/forms/base.py -> horizon-25.4.1.dev13/horizon/forms copying horizon/forms/fields.py -> horizon-25.4.1.dev13/horizon/forms copying horizon/forms/views.py -> horizon-25.4.1.dev13/horizon/forms copying horizon/hacking/__init__.py -> horizon-25.4.1.dev13/horizon/hacking copying horizon/hacking/checks.py -> horizon-25.4.1.dev13/horizon/hacking copying horizon/locale/ar/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/ar/LC_MESSAGES copying horizon/locale/ca/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/ca/LC_MESSAGES copying horizon/locale/cs/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/cs/LC_MESSAGES copying horizon/locale/cs/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/cs/LC_MESSAGES copying horizon/locale/de/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/de/LC_MESSAGES copying horizon/locale/de/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/de/LC_MESSAGES copying horizon/locale/en_AU/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/en_AU/LC_MESSAGES copying horizon/locale/en_AU/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/en_AU/LC_MESSAGES copying horizon/locale/en_GB/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/en_GB/LC_MESSAGES copying horizon/locale/en_GB/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/en_GB/LC_MESSAGES copying horizon/locale/eo/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/eo/LC_MESSAGES copying horizon/locale/eo/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/eo/LC_MESSAGES copying horizon/locale/es/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/es/LC_MESSAGES copying horizon/locale/es/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/es/LC_MESSAGES copying horizon/locale/es_MX/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/es_MX/LC_MESSAGES copying horizon/locale/fi_FI/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/fi_FI/LC_MESSAGES copying horizon/locale/fil/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/fil/LC_MESSAGES copying horizon/locale/fr/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/fr/LC_MESSAGES copying horizon/locale/fr/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/fr/LC_MESSAGES copying horizon/locale/hi/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/hi/LC_MESSAGES copying horizon/locale/hu/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/hu/LC_MESSAGES copying horizon/locale/id/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/id/LC_MESSAGES copying horizon/locale/id/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/id/LC_MESSAGES copying horizon/locale/it/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/it/LC_MESSAGES copying horizon/locale/it/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/it/LC_MESSAGES copying horizon/locale/ja/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/ja/LC_MESSAGES copying horizon/locale/ja/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/ja/LC_MESSAGES copying horizon/locale/ka_GE/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/ka_GE/LC_MESSAGES copying horizon/locale/ka_GE/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/ka_GE/LC_MESSAGES copying horizon/locale/ko_KR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/ko_KR/LC_MESSAGES copying horizon/locale/ko_KR/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/ko_KR/LC_MESSAGES copying horizon/locale/nl_NL/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/nl_NL/LC_MESSAGES copying horizon/locale/nl_NL/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/nl_NL/LC_MESSAGES copying horizon/locale/pa_IN/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/pa_IN/LC_MESSAGES copying horizon/locale/pa_IN/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/pa_IN/LC_MESSAGES copying horizon/locale/pl_PL/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/pl_PL/LC_MESSAGES copying horizon/locale/pl_PL/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/pl_PL/LC_MESSAGES copying horizon/locale/pt/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/pt/LC_MESSAGES copying horizon/locale/pt_BR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/pt_BR/LC_MESSAGES copying horizon/locale/pt_BR/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/pt_BR/LC_MESSAGES copying horizon/locale/ru/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/ru/LC_MESSAGES copying horizon/locale/ru/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/ru/LC_MESSAGES copying horizon/locale/sl_SI/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/sl_SI/LC_MESSAGES copying horizon/locale/sr/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/sr/LC_MESSAGES copying horizon/locale/tr_TR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/tr_TR/LC_MESSAGES copying horizon/locale/tr_TR/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/tr_TR/LC_MESSAGES copying horizon/locale/zh_Hans/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/zh_Hans/LC_MESSAGES copying horizon/locale/zh_Hans/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/zh_Hans/LC_MESSAGES copying horizon/locale/zh_Hant/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/horizon/locale/zh_Hant/LC_MESSAGES copying horizon/locale/zh_Hant/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/horizon/locale/zh_Hant/LC_MESSAGES copying horizon/management/__init__.py -> horizon-25.4.1.dev13/horizon/management copying horizon/management/commands/__init__.py -> horizon-25.4.1.dev13/horizon/management/commands copying horizon/management/commands/pull_catalog.py -> horizon-25.4.1.dev13/horizon/management/commands copying horizon/management/commands/startdash.py -> horizon-25.4.1.dev13/horizon/management/commands copying horizon/management/commands/startpanel.py -> horizon-25.4.1.dev13/horizon/management/commands copying horizon/middleware/__init__.py -> horizon-25.4.1.dev13/horizon/middleware copying horizon/middleware/base.py -> horizon-25.4.1.dev13/horizon/middleware copying horizon/middleware/operation_log.py -> horizon-25.4.1.dev13/horizon/middleware copying horizon/middleware/simultaneous_sessions.py -> horizon-25.4.1.dev13/horizon/middleware copying horizon/static/auth/.eslintrc -> horizon-25.4.1.dev13/horizon/static/auth copying horizon/static/auth/auth.module.js -> horizon-25.4.1.dev13/horizon/static/auth copying horizon/static/auth/login/login-finder.directive.js -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.controller.js -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.module.js -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.module.spec.js -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.regular.mock.html -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.spec.js -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/auth/login/login.websso.mock.html -> horizon-25.4.1.dev13/horizon/static/auth/login copying horizon/static/framework/.eslintrc -> horizon-25.4.1.dev13/horizon/static/framework copying horizon/static/framework/framework.module.js -> horizon-25.4.1.dev13/horizon/static/framework copying horizon/static/framework/framework.module.spec.js -> horizon-25.4.1.dev13/horizon/static/framework copying horizon/static/framework/framework.scss -> horizon-25.4.1.dev13/horizon/static/framework copying horizon/static/framework/conf/conf.js -> horizon-25.4.1.dev13/horizon/static/framework/conf copying horizon/static/framework/conf/permissions.service.js -> horizon-25.4.1.dev13/horizon/static/framework/conf copying horizon/static/framework/conf/permissions.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/conf copying horizon/static/framework/conf/resource-type-registry.service.js -> horizon-25.4.1.dev13/horizon/static/framework/conf copying horizon/static/framework/conf/resource-type-registry.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/conf copying horizon/static/framework/util/util.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util copying horizon/static/framework/util/actions/action-result.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/actions copying horizon/static/framework/util/actions/action-result.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/actions copying horizon/static/framework/util/actions/actions.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/actions copying horizon/static/framework/util/bind-scope/bind-scope.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/util/bind-scope copying horizon/static/framework/util/bind-scope/bind-scope.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/bind-scope copying horizon/static/framework/util/bind-scope/bind-scope.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/bind-scope copying horizon/static/framework/util/extensible/extensible.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/extensible copying horizon/static/framework/util/extensible/extensible.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/extensible copying horizon/static/framework/util/extensible/extensible.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/extensible copying horizon/static/framework/util/file/file-reader.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/file copying horizon/static/framework/util/file/file-reader.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/file copying horizon/static/framework/util/file/file.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/file copying horizon/static/framework/util/file/text-download.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/file copying horizon/static/framework/util/file/text-download.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/file copying horizon/static/framework/util/filters/filters.js -> horizon-25.4.1.dev13/horizon/static/framework/util/filters copying horizon/static/framework/util/filters/filters.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/filters copying horizon/static/framework/util/filters/filters.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/filters copying horizon/static/framework/util/filters/helpers.borrowed-from-underscore.js -> horizon-25.4.1.dev13/horizon/static/framework/util/filters copying horizon/static/framework/util/http/http.js -> horizon-25.4.1.dev13/horizon/static/framework/util/http copying horizon/static/framework/util/http/http.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/http copying horizon/static/framework/util/i18n/i18n.js -> horizon-25.4.1.dev13/horizon/static/framework/util/i18n copying horizon/static/framework/util/i18n/i18n.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/i18n copying horizon/static/framework/util/navigations/navigations.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/navigations copying horizon/static/framework/util/navigations/navigations.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/navigations copying horizon/static/framework/util/navigations/navigations.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/navigations copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/util/promise-toggle copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.mock.js -> horizon-25.4.1.dev13/horizon/static/framework/util/promise-toggle copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/promise-toggle copying horizon/static/framework/util/promise-toggle/promise-toggle.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/promise-toggle copying horizon/static/framework/util/q/q.extensions.js -> horizon-25.4.1.dev13/horizon/static/framework/util/q copying horizon/static/framework/util/q/q.extensions.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/q copying horizon/static/framework/util/q/q.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/q copying horizon/static/framework/util/q/q.module.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/q copying horizon/static/framework/util/tech-debt/dummy.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/util/tech-debt copying horizon/static/framework/util/tech-debt/helper-functions.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/tech-debt copying horizon/static/framework/util/tech-debt/helper-functions.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/tech-debt copying horizon/static/framework/util/tech-debt/image-file-on-change.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/util/tech-debt copying horizon/static/framework/util/tech-debt/tech-debt.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/tech-debt copying horizon/static/framework/util/timezones/timezone.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/timezones copying horizon/static/framework/util/timezones/timezone.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/timezones copying horizon/static/framework/util/uuid/uuid.js -> horizon-25.4.1.dev13/horizon/static/framework/util/uuid copying horizon/static/framework/util/uuid/uuid.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/uuid copying horizon/static/framework/util/validators/hz-password-match.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/validators/hz-password-match.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/validators/validate-number-max.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/validators/validate-number-min.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/validators/validate-unique.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/validators/validators.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/validators/validators.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/validators copying horizon/static/framework/util/workflow/workflow.module.js -> horizon-25.4.1.dev13/horizon/static/framework/util/workflow copying horizon/static/framework/util/workflow/workflow.service.js -> horizon-25.4.1.dev13/horizon/static/framework/util/workflow copying horizon/static/framework/util/workflow/workflow.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/util/workflow copying horizon/static/framework/widgets/widgets.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets copying horizon/static/framework/widgets/widgets.module.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets copying horizon/static/framework/widgets/widgets.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets copying horizon/static/framework/widgets/action-list/action-list.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action-list.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action-list.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action-list.single-button-dropdown.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action-list.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action-list.split-botton-dropdown.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/action.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-batch.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-create.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-danger.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-delete-selected.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-delete.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-detail.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions-row.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.batch.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.custom.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.custom2.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.detail.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.row.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/actions.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/button-group.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/button-tooltip.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/menu-item.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/menu.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/menu.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/single-button.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/split-button.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/action-list/warning-tooltip.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/action-list copying horizon/static/framework/widgets/charts/chart-tooltip.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/chart-tooltip.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/chart-tooltip.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/chart-tooltip.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/charts.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/charts.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/pie-chart.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/pie-chart.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/pie-chart.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/charts/pie-chart.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/charts copying horizon/static/framework/widgets/contenteditable/contenteditable.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/contenteditable copying horizon/static/framework/widgets/contenteditable/contenteditable.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/contenteditable copying horizon/static/framework/widgets/contenteditable/contenteditable.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/contenteditable copying horizon/static/framework/widgets/details/details.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/details copying horizon/static/framework/widgets/details/details.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/details copying horizon/static/framework/widgets/details/details.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/details copying horizon/static/framework/widgets/details/routed-details-view.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/details copying horizon/static/framework/widgets/details/routed-details-view.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/details copying horizon/static/framework/widgets/details/routed-details-view.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/details copying horizon/static/framework/widgets/form/builders.provider.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/builders.provider.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/decorator.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/decorator.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/form.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/modal-form.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/modal-form.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/modal-form.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/modal-form.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/modal-form.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form copying horizon/static/framework/widgets/form/fields/array.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/checkbox.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/checkboxes.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/default.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/fieldset.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/help.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/password-confirm.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/radio-buttons.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/radios-inline.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/radios.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/section.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/select.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/submit.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/tabarray.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/tabs.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/form/fields/textarea.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/form/fields copying horizon/static/framework/widgets/headers/headers.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/headers copying horizon/static/framework/widgets/headers/headers.module.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/headers copying horizon/static/framework/widgets/headers/headers.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/headers copying horizon/static/framework/widgets/headers/hz-page-header.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/headers copying horizon/static/framework/widgets/headers/hz-page-header.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/headers copying horizon/static/framework/widgets/headers/hz-page-header.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/headers copying horizon/static/framework/widgets/help-panel/help-panel.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/help-panel copying horizon/static/framework/widgets/help-panel/help-panel.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/help-panel copying horizon/static/framework/widgets/help-panel/help-panel.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/help-panel copying horizon/static/framework/widgets/help-panel/help-panel.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/help-panel copying horizon/static/framework/widgets/help-panel/help-panel.module.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/help-panel copying horizon/static/framework/widgets/load-edit/load-edit.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/load-edit copying horizon/static/framework/widgets/load-edit/load-edit.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/load-edit copying horizon/static/framework/widgets/load-edit/load-edit.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/load-edit copying horizon/static/framework/widgets/load-edit/load-edit.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/load-edit copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/magic-search.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/st-magic-search.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/magic-search copying horizon/static/framework/widgets/metadata/metadata.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata copying horizon/static/framework/widgets/metadata/metadata.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata copying horizon/static/framework/widgets/metadata/display/display.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display copying horizon/static/framework/widgets/metadata/display/display.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display copying horizon/static/framework/widgets/metadata/display/display.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display copying horizon/static/framework/widgets/metadata/display/metadata-display.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display copying horizon/static/framework/widgets/metadata/display/metadata-display.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display copying horizon/static/framework/widgets/metadata/display/metadata-display.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/display copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/metadata-tree.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/metadata-tree.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/metadata-tree.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/tree.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/tree.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/tree.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/metadata/tree/tree.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/metadata/tree copying horizon/static/framework/widgets/modal/delete-modal.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/delete-modal.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/modal.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/simple-modal.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/simple-modal.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/simple-modal.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/simple-modal.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/wizard-modal.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/wizard-modal.service.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/wizard.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal/wizard.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal-wait-spinner copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal-wait-spinner copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal-wait-spinner copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal-wait-spinner copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.template.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/modal-wait-spinner copying horizon/static/framework/widgets/panel/hz-resource-panel.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/panel copying horizon/static/framework/widgets/panel/hz-resource-panel.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/panel copying horizon/static/framework/widgets/panel/hz-resource-panel.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/panel copying horizon/static/framework/widgets/panel/hz-resource-panel.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/panel copying horizon/static/framework/widgets/panel/panel.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/panel copying horizon/static/framework/widgets/property/hz-field.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/hz-resource-property-list.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/hz-resource-property-list.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/hz-resource-property.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/hz-resource-property.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/hz-resource-property.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/hz-resource-property.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/property/property.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/property copying horizon/static/framework/widgets/table/hz-cell.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-detail-row.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-detail-row.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-dynamic-table.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-dynamic-table.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-dynamic-table.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-dynamic-table.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-dynamic-table.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-dynamic-table.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-expand-detail.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-no-items.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-no-items.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-no-items.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-resource-table.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-resource-table.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-resource-table.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-resource-table.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-search-bar.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-select-all.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-select.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-table-footer.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-table-footer.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-table-footer.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/hz-table.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/no-items.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/pagination.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/search-bar.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/search-bar.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/st-table.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/table.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/table.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/table.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/table.scss -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/table/table.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/table copying horizon/static/framework/widgets/toast/toast.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/toast copying horizon/static/framework/widgets/toast/toast.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/toast copying horizon/static/framework/widgets/toast/toast.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/toast copying horizon/static/framework/widgets/toast/toast.service.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/toast copying horizon/static/framework/widgets/toast/toast.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/toast copying horizon/static/framework/widgets/transfer-table/filter-available.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/filter-available.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.basic.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.clone.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.directive.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.example.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.max-1.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.max-2.mock.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/transfer-table/transfer-table.module.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/transfer-table copying horizon/static/framework/widgets/wizard/modal-container.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/framework/widgets/wizard/wizard.controller.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/framework/widgets/wizard/wizard.controller.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/framework/widgets/wizard/wizard.directive.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/framework/widgets/wizard/wizard.html -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/framework/widgets/wizard/wizard.module.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/framework/widgets/wizard/wizard.spec.js -> horizon-25.4.1.dev13/horizon/static/framework/widgets/wizard copying horizon/static/horizon/.eslintrc -> horizon-25.4.1.dev13/horizon/static/horizon copying horizon/static/horizon/js/horizon.communication.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.d3barchart.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.d3linechart.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.d3piechart.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.datepickers.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.extensible_header.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.forms.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.formset_table.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.hacks.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.heattop.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.lists.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.loader.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.membership.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.messages.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.modals.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.selenium.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.sidebar.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.string.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.tables.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.tabs.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.templates.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.users.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.uuid.js -> horizon-25.4.1.dev13/horizon/static/horizon/js copying horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js -> horizon-25.4.1.dev13/horizon/static/horizon/lib/jquery copying horizon/static/horizon/tests/jasmine/instances.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/messages.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/modals.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/quota.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/string.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/tables.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/templates.legacy-spec.js -> horizon-25.4.1.dev13/horizon/static/horizon/tests/jasmine copying horizon/tables/__init__.py -> horizon-25.4.1.dev13/horizon/tables copying horizon/tables/actions.py -> horizon-25.4.1.dev13/horizon/tables copying horizon/tables/base.py -> horizon-25.4.1.dev13/horizon/tables copying horizon/tables/formset.py -> horizon-25.4.1.dev13/horizon/tables copying horizon/tables/views.py -> horizon-25.4.1.dev13/horizon/tables copying horizon/tabs/__init__.py -> horizon-25.4.1.dev13/horizon/tabs copying horizon/tabs/base.py -> horizon-25.4.1.dev13/horizon/tabs copying horizon/tabs/views.py -> horizon-25.4.1.dev13/horizon/tabs copying horizon/templates/_login_footer.html -> horizon-25.4.1.dev13/horizon/templates copying horizon/templates/_login_form_footer.html -> horizon-25.4.1.dev13/horizon/templates copying horizon/templates/not_authorized.html -> horizon-25.4.1.dev13/horizon/templates copying horizon/templates/auth/_description.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_login.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_login_form.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_login_modal.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_login_page.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_password_form.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_password_page.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_splash.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_totp_form.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/_totp_page.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/login.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/password.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/auth/totp.html -> horizon-25.4.1.dev13/horizon/templates/auth copying horizon/templates/bootstrap/breadcrumb.html -> horizon-25.4.1.dev13/horizon/templates/bootstrap copying horizon/templates/bootstrap/progress_bar.html -> horizon-25.4.1.dev13/horizon/templates/bootstrap copying horizon/templates/horizon/_messages.html -> horizon-25.4.1.dev13/horizon/templates/horizon copying horizon/templates/horizon/_nav_list.html -> horizon-25.4.1.dev13/horizon/templates/horizon copying horizon/templates/horizon/_script_i18n.html -> horizon-25.4.1.dev13/horizon/templates/horizon copying horizon/templates/horizon/_sidebar.html -> horizon-25.4.1.dev13/horizon/templates/horizon copying horizon/templates/horizon/_subnav_list.html -> horizon-25.4.1.dev13/horizon/templates/horizon copying horizon/templates/horizon/client_side/_alert_message.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_confirm.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_loading_inline.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_loading_modal.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_membership.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_modal.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_progress.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_script_loader.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_table_row.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/template.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/templates.html -> horizon-25.4.1.dev13/horizon/templates/horizon/client_side copying horizon/templates/horizon/common/_breadcrumb.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_action.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_cell.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_pagination.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_pagination_with_pages.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_action_row.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_actions_dropdown.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_actions_row.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_table_actions.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_view.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_datepicker.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_datepicker_form.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_detail.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_detail_header.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_detail_tab_group.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_detail_table.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_domain_page_header.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_errors.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_field.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_field_decorator.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_field_required.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_fields.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_formset_table.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_formset_table_row.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_horizontal_field.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_horizontal_fields.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_keystone_provider_selector.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_limit_summary.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal_form.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal_form_add_members.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_page_header.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_region_selector.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_resource_browser.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_sidebar.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_sidebar_module.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_tab_group.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_usage_summary.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow_base.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow_step.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow_step_update_members.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common copying horizon/templates/horizon/common/fields/_themable_checkbox.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common/fields copying horizon/templates/horizon/common/fields/_themable_radiobutton.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common/fields copying horizon/templates/horizon/common/fields/_themable_select.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common/fields copying horizon/templates/horizon/common/fields/_themable_spinner.html -> horizon-25.4.1.dev13/horizon/templates/horizon/common/fields copying horizon/templates/horizon/jasmine/index.html -> horizon-25.4.1.dev13/horizon/templates/horizon/jasmine copying horizon/templates/horizon/jasmine/jasmine.html -> horizon-25.4.1.dev13/horizon/templates/horizon/jasmine copying horizon/templates/horizon/jasmine/jasmine_legacy.html -> horizon-25.4.1.dev13/horizon/templates/horizon/jasmine copying horizon/templatetags/__init__.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/angular.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/bootstrap.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/branding.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/breadcrumb_nav.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/form_helpers.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/horizon.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/parse_date.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/shellfilter.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/sizeformat.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/splitfilter.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/templatetags/truncate_filter.py -> horizon-25.4.1.dev13/horizon/templatetags copying horizon/test/__init__.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/firefox_binary.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/helpers.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/settings.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/urls.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/utils.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/webdriver.py -> horizon-25.4.1.dev13/horizon/test copying horizon/test/customization/__init__.py -> horizon-25.4.1.dev13/horizon/test/customization copying horizon/test/customization/cust_test1.py -> horizon-25.4.1.dev13/horizon/test/customization copying horizon/test/customization/cust_test2.py -> horizon-25.4.1.dev13/horizon/test/customization copying horizon/test/dummy_auth/__init__.py -> horizon-25.4.1.dev13/horizon/test/dummy_auth copying horizon/test/dummy_auth/backend.py -> horizon-25.4.1.dev13/horizon/test/dummy_auth copying horizon/test/jasmine/__init__.py -> horizon-25.4.1.dev13/horizon/test/jasmine copying horizon/test/jasmine/jasmine.py -> horizon-25.4.1.dev13/horizon/test/jasmine copying horizon/test/messages/test_info.json -> horizon-25.4.1.dev13/horizon/test/messages copying horizon/test/messages/test_invalid.json -> horizon-25.4.1.dev13/horizon/test/messages copying horizon/test/messages/test_warning.json -> horizon-25.4.1.dev13/horizon/test/messages copying horizon/test/selenium/selenium_tests.py -> horizon-25.4.1.dev13/horizon/test/selenium copying horizon/test/templates/404.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/_tab.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/angular.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/base-sidebar.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/base.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/tab_group.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/workflow.html -> horizon-25.4.1.dev13/horizon/test/templates copying horizon/test/templates/registration/login.html -> horizon-25.4.1.dev13/horizon/test/templates/registration copying horizon/test/test_dashboards/__init__.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards copying horizon/test/test_dashboards/cats/__init__.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats copying horizon/test/test_dashboards/cats/dashboard.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats copying horizon/test/test_dashboards/cats/kittens/__init__.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/panel.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/urls.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/views.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/kittens/templates/kittens copying horizon/test/test_dashboards/cats/static/cats/js/cats.js -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/static/cats/js copying horizon/test/test_dashboards/cats/static/cats/scss/cats.scss -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/static/cats/scss copying horizon/test/test_dashboards/cats/templates/cats/base.html -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/templates/cats copying horizon/test/test_dashboards/cats/tigers/__init__.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/panel.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/urls.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/views.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html -> horizon-25.4.1.dev13/horizon/test/test_dashboards/cats/tigers/templates/tigers copying horizon/test/test_dashboards/dogs/__init__.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs copying horizon/test/test_dashboards/dogs/dashboard.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs copying horizon/test/test_dashboards/dogs/puppies/__init__.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/panel.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/tables.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/tabs.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/urls.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/views.py -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/static/dogs/js copying horizon/test/test_dashboards/dogs/static/dogs/scss/dogs.scss -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/static/dogs/scss copying horizon/test/test_dashboards/dogs/templates/dogs/base.html -> horizon-25.4.1.dev13/horizon/test/test_dashboards/dogs/templates/dogs copying horizon/test/unit/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit copying horizon/test/unit/test_base.py -> horizon-25.4.1.dev13/horizon/test/unit copying horizon/test/unit/test_exceptions.py -> horizon-25.4.1.dev13/horizon/test/unit copying horizon/test/unit/test_messages.py -> horizon-25.4.1.dev13/horizon/test/unit copying horizon/test/unit/test_notifications.py -> horizon-25.4.1.dev13/horizon/test/unit copying horizon/test/unit/test_views.py -> horizon-25.4.1.dev13/horizon/test/unit copying horizon/test/unit/forms/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/forms copying horizon/test/unit/forms/test_fields.py -> horizon-25.4.1.dev13/horizon/test/unit/forms copying horizon/test/unit/forms/test_forms.py -> horizon-25.4.1.dev13/horizon/test/unit/forms copying horizon/test/unit/hacking/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/hacking copying horizon/test/unit/hacking/test_checks.py -> horizon-25.4.1.dev13/horizon/test/unit/hacking copying horizon/test/unit/management/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/management copying horizon/test/unit/management/commands/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/management/commands copying horizon/test/unit/management/commands/test_startdash.py -> horizon-25.4.1.dev13/horizon/test/unit/management/commands copying horizon/test/unit/management/commands/test_startpanel.py -> horizon-25.4.1.dev13/horizon/test/unit/management/commands copying horizon/test/unit/middleware/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/middleware copying horizon/test/unit/middleware/test_base.py -> horizon-25.4.1.dev13/horizon/test/unit/middleware copying horizon/test/unit/middleware/test_operation_log.py -> horizon-25.4.1.dev13/horizon/test/unit/middleware copying horizon/test/unit/middleware/test_simultaneous_sessions.py -> horizon-25.4.1.dev13/horizon/test/unit/middleware copying horizon/test/unit/tables/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/tables copying horizon/test/unit/tables/test_tables.py -> horizon-25.4.1.dev13/horizon/test/unit/tables copying horizon/test/unit/tabs/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/tabs copying horizon/test/unit/tabs/test_tabs.py -> horizon-25.4.1.dev13/horizon/test/unit/tabs copying horizon/test/unit/templatetags/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/templatetags copying horizon/test/unit/templatetags/test_templatetags.py -> horizon-25.4.1.dev13/horizon/test/unit/templatetags copying horizon/test/unit/utils/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_babel_extract_angular.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_file_discovery.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_filters.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_functions.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_memoized.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_secret_key.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/utils/test_validators.py -> horizon-25.4.1.dev13/horizon/test/unit/utils copying horizon/test/unit/workflows/__init__.py -> horizon-25.4.1.dev13/horizon/test/unit/workflows copying horizon/test/unit/workflows/test_workflows.py -> horizon-25.4.1.dev13/horizon/test/unit/workflows copying horizon/utils/__init__.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/babel_extract_angular.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/csvbase.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/escape.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/file_discovery.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/filters.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/functions.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/html.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/http.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/lazy_encoder.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/memoized.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/scss_filter.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/secret_key.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/settings.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/utils/validators.py -> horizon-25.4.1.dev13/horizon/utils copying horizon/workflows/__init__.py -> horizon-25.4.1.dev13/horizon/workflows copying horizon/workflows/base.py -> horizon-25.4.1.dev13/horizon/workflows copying horizon/workflows/views.py -> horizon-25.4.1.dev13/horizon/workflows copying openstack_auth/__init__.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/backend.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/defaults.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/exceptions.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/forms.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/middleware.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/models.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/policy.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/urls.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/user.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/utils.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/views.py -> horizon-25.4.1.dev13/openstack_auth copying openstack_auth/locale/de/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/de/LC_MESSAGES copying openstack_auth/locale/en_GB/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/en_GB/LC_MESSAGES copying openstack_auth/locale/eo/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/eo/LC_MESSAGES copying openstack_auth/locale/es/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/es/LC_MESSAGES copying openstack_auth/locale/fr/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/fr/LC_MESSAGES copying openstack_auth/locale/id/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/id/LC_MESSAGES copying openstack_auth/locale/ja/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/ja/LC_MESSAGES copying openstack_auth/locale/ka_GE/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/ka_GE/LC_MESSAGES copying openstack_auth/locale/ko_KR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/ko_KR/LC_MESSAGES copying openstack_auth/locale/ne/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/ne/LC_MESSAGES copying openstack_auth/locale/pt_BR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/pt_BR/LC_MESSAGES copying openstack_auth/locale/ru/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/ru/LC_MESSAGES copying openstack_auth/locale/zh_Hans/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/zh_Hans/LC_MESSAGES copying openstack_auth/locale/zh_Hant/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_auth/locale/zh_Hant/LC_MESSAGES copying openstack_auth/plugin/__init__.py -> horizon-25.4.1.dev13/openstack_auth/plugin copying openstack_auth/plugin/base.py -> horizon-25.4.1.dev13/openstack_auth/plugin copying openstack_auth/plugin/k2k.py -> horizon-25.4.1.dev13/openstack_auth/plugin copying openstack_auth/plugin/password.py -> horizon-25.4.1.dev13/openstack_auth/plugin copying openstack_auth/plugin/token.py -> horizon-25.4.1.dev13/openstack_auth/plugin copying openstack_auth/plugin/totp.py -> horizon-25.4.1.dev13/openstack_auth/plugin copying openstack_auth/tests/__init__.py -> horizon-25.4.1.dev13/openstack_auth/tests copying openstack_auth/tests/data_v3.py -> horizon-25.4.1.dev13/openstack_auth/tests copying openstack_auth/tests/settings.py -> horizon-25.4.1.dev13/openstack_auth/tests copying openstack_auth/tests/urls.py -> horizon-25.4.1.dev13/openstack_auth/tests copying openstack_auth/tests/conf/keystone_policy.json -> horizon-25.4.1.dev13/openstack_auth/tests/conf copying openstack_auth/tests/conf/no_default_policy.json -> horizon-25.4.1.dev13/openstack_auth/tests/conf copying openstack_auth/tests/conf/nova_policy.json -> horizon-25.4.1.dev13/openstack_auth/tests/conf copying openstack_auth/tests/conf/policy.v3cloudsample.json -> horizon-25.4.1.dev13/openstack_auth/tests/conf copying openstack_auth/tests/conf/with_default_policy.json -> horizon-25.4.1.dev13/openstack_auth/tests/conf copying openstack_auth/tests/templates/auth/blank.html -> horizon-25.4.1.dev13/openstack_auth/tests/templates/auth copying openstack_auth/tests/templates/auth/login.html -> horizon-25.4.1.dev13/openstack_auth/tests/templates/auth copying openstack_auth/tests/templates/auth/totp.html -> horizon-25.4.1.dev13/openstack_auth/tests/templates/auth copying openstack_auth/tests/unit/__init__.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_auth/tests/unit/test_auth.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_auth/tests/unit/test_password.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_auth/tests/unit/test_policy.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_auth/tests/unit/test_user.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_auth/tests/unit/test_utils.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_auth/tests/unit/test_views.py -> horizon-25.4.1.dev13/openstack_auth/tests/unit copying openstack_dashboard/.eslintrc -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/context_processors.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/defaults.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/exceptions.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/hooks.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/karma.conf.js -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/policy.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/settings.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/theme_settings.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/urls.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/views.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/wsgi.py -> horizon-25.4.1.dev13/openstack_dashboard copying openstack_dashboard/api/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/_nova.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/base.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/cinder.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/glance.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/keystone.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/microversions.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/network.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/neutron.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/nova.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/placement.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/swift.py -> horizon-25.4.1.dev13/openstack_dashboard/api copying openstack_dashboard/api/rest/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/cinder.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/config.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/glance.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/json_encoder.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/keystone.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/network.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/neutron.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/nova.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/policy.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/swift.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/api/rest copying openstack_dashboard/conf/cinder_policy.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf copying openstack_dashboard/conf/glance_policy.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf copying openstack_dashboard/conf/keystone_policy.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf copying openstack_dashboard/conf/neutron_policy.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf copying openstack_dashboard/conf/nova_policy.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf copying openstack_dashboard/conf/default_policies/README.txt -> horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies copying openstack_dashboard/conf/default_policies/cinder.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies copying openstack_dashboard/conf/default_policies/glance.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies copying openstack_dashboard/conf/default_policies/keystone.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies copying openstack_dashboard/conf/default_policies/neutron.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies copying openstack_dashboard/conf/default_policies/nova.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf/default_policies copying openstack_dashboard/conf/nova_policy.d/api-extensions.yaml -> horizon-25.4.1.dev13/openstack_dashboard/conf/nova_policy.d copying openstack_dashboard/contrib/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib copying openstack_dashboard/contrib/developer/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer copying openstack_dashboard/contrib/developer/dashboard.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer copying openstack_dashboard/contrib/developer/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer copying openstack_dashboard/contrib/developer/enabled/_9001_developer.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled copying openstack_dashboard/contrib/developer/enabled/_9010_preview.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled copying openstack_dashboard/contrib/developer/enabled/_9020_resource_browser.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled copying openstack_dashboard/contrib/developer/enabled/_9030_profiler.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled copying openstack_dashboard/contrib/developer/enabled/_9040_form_builder.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled copying openstack_dashboard/contrib/developer/enabled/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/enabled copying openstack_dashboard/contrib/developer/form_builder/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/form_builder copying openstack_dashboard/contrib/developer/form_builder/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/form_builder copying openstack_dashboard/contrib/developer/form_builder/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/form_builder copying openstack_dashboard/contrib/developer/form_builder/views.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/form_builder copying openstack_dashboard/contrib/developer/profiler/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler copying openstack_dashboard/contrib/developer/profiler/api.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler copying openstack_dashboard/contrib/developer/profiler/middleware.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler copying openstack_dashboard/contrib/developer/profiler/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler copying openstack_dashboard/contrib/developer/profiler/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler copying openstack_dashboard/contrib/developer/profiler/views.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler copying openstack_dashboard/contrib/developer/profiler/templates/profiler/_mode_picker.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler/templates/profiler copying openstack_dashboard/contrib/developer/profiler/templates/profiler/index.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/profiler/templates/profiler copying openstack_dashboard/contrib/developer/resource_browser/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/resource_browser copying openstack_dashboard/contrib/developer/resource_browser/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/resource_browser copying openstack_dashboard/contrib/developer/resource_browser/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/resource_browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.scss -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.module.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.scss -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-config-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/index.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/addons-required-feedback.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/array.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/buttons.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/confirmation-dialog.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/example-help.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/radios-checkboxes-select.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/sections-fieldsets.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabarray.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabs.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/text-inputs.json -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.details.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.module.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.scss -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.trace-table.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.tree-node.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resources.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.scss -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview copying openstack_dashboard/contrib/developer/theme_preview/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview copying openstack_dashboard/contrib/developer/theme_preview/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview copying openstack_dashboard/contrib/developer/theme_preview/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview copying openstack_dashboard/contrib/developer/theme_preview/views.py -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview copying openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview/index.html -> horizon-25.4.1.dev13/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview copying openstack_dashboard/dashboards/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards copying openstack_dashboard/dashboards/admin/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin copying openstack_dashboard/dashboards/admin/dashboard.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin copying openstack_dashboard/dashboards/admin/aggregates/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/constants.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/backups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups copying openstack_dashboard/dashboards/admin/backups/templates/backups/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups/templates/backups copying openstack_dashboard/dashboards/admin/backups/templates/backups/_update_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups/templates/backups copying openstack_dashboard/dashboards/admin/backups/templates/backups/update_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/backups/templates/backups copying openstack_dashboard/dashboards/admin/defaults/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/defaults/templates/defaults copying openstack_dashboard/dashboards/admin/flavors/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/constants.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/floating_ips/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/_allocate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/allocate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips copying openstack_dashboard/dashboards/admin/group_types/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types copying openstack_dashboard/dashboards/admin/group_types/specs/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/specs/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/specs/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/specs/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/specs/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/specs/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/_update_group_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/create_group_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/update_group_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_edit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/edit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs copying openstack_dashboard/dashboards/admin/hypervisors/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/images/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/templates/images/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/info/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/constants.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v2.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info/templates/info copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v3.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info/templates/info copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info/templates/info copying openstack_dashboard/dashboards/admin/info/templates/info/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/info/templates/info copying openstack_dashboard/dashboards/admin/instances/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/_rescue.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/rescue.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/metadata_defs/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/constants.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/networks/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/agents/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/ports/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/extensions/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports/extensions copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/admin/networks/subnets/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks/agents copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks/agents copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_edit_port_help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying openstack_dashboard/dashboards/admin/ngflavors/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors copying openstack_dashboard/dashboards/admin/ngflavors/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors copying openstack_dashboard/dashboards/admin/ngflavors/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors copying openstack_dashboard/dashboards/admin/ngflavors/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors copying openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors copying openstack_dashboard/dashboards/admin/overview/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview/templates/overview copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/overview/templates/overview copying openstack_dashboard/dashboards/admin/rbac_policies/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies copying openstack_dashboard/dashboards/admin/routers/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/extensions/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/extensions copying openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes copying openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes copying openstack_dashboard/dashboards/admin/routers/ports/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/snapshots/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots copying openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/_update_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots copying openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/update_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots copying openstack_dashboard/dashboards/admin/trunks/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/trunks copying openstack_dashboard/dashboards/admin/trunks/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/trunks copying openstack_dashboard/dashboards/admin/trunks/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/trunks copying openstack_dashboard/dashboards/admin/vg_snapshots/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots copying openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots copying openstack_dashboard/dashboards/admin/volume_groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_delete.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_remove_vols.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/delete.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/remove_vols.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/admin/volume_types/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types copying openstack_dashboard/dashboards/admin/volume_types/extras/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/extras/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/extras/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/extras/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/extras/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/extras/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_associate_qos_spec.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_qos_spec.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type_encryption.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_edit_qos_spec_consumer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_access.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type_encryption.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_volume_encryption_type_detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/associate_qos_spec.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_qos_spec.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type_encryption.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/edit_qos_spec_consumer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_access.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type_encryption.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_encryption_type_detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_types_tables.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_edit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/edit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_edit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/edit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_manage_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_migrate_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_unmanage_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_update_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/manage_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/migrate_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/unmanage_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/update_status.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes_tables.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/identity/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity copying openstack_dashboard/dashboards/identity/dashboard.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity copying openstack_dashboard/dashboards/identity/application_credentials/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_success.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/clouds.yaml.template -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/kubeconfig.template -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/openrc.sh.template -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/success.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials copying openstack_dashboard/dashboards/identity/credentials/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials/templates/credentials copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials/templates/credentials copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials/templates/credentials copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/credentials/templates/credentials copying openstack_dashboard/dashboards/identity/domains/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/constants.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/templates/domains/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/domains/templates/domains copying openstack_dashboard/dashboards/identity/groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/constants.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/identity_providers/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/protocols/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/protocols/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/protocols/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/protocols/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/protocols/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/protocols/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_register.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/register.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols copying openstack_dashboard/dashboards/identity/mappings/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings/templates/mappings copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings/templates/mappings copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings/templates/mappings copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/mappings/templates/mappings copying openstack_dashboard/dashboards/identity/projects/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/groups copying openstack_dashboard/dashboards/identity/projects/groups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/groups copying openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/users/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/users copying openstack_dashboard/dashboards/identity/projects/users/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/projects/users copying openstack_dashboard/dashboards/identity/roles/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity copying openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/info.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/drawer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects copying openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.admin-password-incorrect.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.default.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.create.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.password.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.update.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/drawer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details copying openstack_dashboard/dashboards/identity/users/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/credentials/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/credentials copying openstack_dashboard/dashboards/identity/users/credentials/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/credentials copying openstack_dashboard/dashboards/identity/users/groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/groups copying openstack_dashboard/dashboards/identity/users/groups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/groups copying openstack_dashboard/dashboards/identity/users/role_assignments/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/role_assignments copying openstack_dashboard/dashboards/identity/users/role_assignments/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/role_assignments copying openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/change_password.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/project/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project copying openstack_dashboard/dashboards/project/dashboard.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project copying openstack_dashboard/dashboards/project/api_access/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/_credentials.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_credentials.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/clouds.yaml.template -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/credentials.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/ec2rc.sh.template -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/openrc.sh.template -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/api_access/templates/api_access/recreate_credentials.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/api_access/templates/api_access copying openstack_dashboard/dashboards/project/backups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups copying openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates/backups copying openstack_dashboard/dashboards/project/backups/templates/backups/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates/backups copying openstack_dashboard/dashboards/project/backups/templates/backups/_restore_backup.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates/backups copying openstack_dashboard/dashboards/project/backups/templates/backups/create_backup.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates/backups copying openstack_dashboard/dashboards/project/backups/templates/backups/restore_backup.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/backups/templates/backups copying openstack_dashboard/dashboards/project/containers/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/ngindex.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ip_portforwardings copying openstack_dashboard/dashboards/project/floating_ips/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/_allocate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips copying openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/allocate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips copying openstack_dashboard/dashboards/project/images/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/images/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/snapshots/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/templates/images/images/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying openstack_dashboard/dashboards/project/instances/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/audit_tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/console.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/interfaces_tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_attach_interface.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_attach_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detach_interface.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detach_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_disassociate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_edit_security_group_help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_rescue.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/attach_interface.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/attach_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/detach_interface.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/detach_volume.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/disassociate.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/rescue.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/workflows/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/update_instance.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/update_port.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/key_pairs/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/_import.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/download.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/import.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs copying openstack_dashboard/dashboards/project/network_qos/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_qos copying openstack_dashboard/dashboards/project/network_qos/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_qos copying openstack_dashboard/dashboards/project/network_qos/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_qos copying openstack_dashboard/dashboards/project/network_topology/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/instances/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/instances copying openstack_dashboard/dashboards/project/network_topology/instances/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/instances copying openstack_dashboard/dashboards/project/network_topology/networks/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/networks copying openstack_dashboard/dashboards/project/network_topology/networks/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/networks copying openstack_dashboard/dashboards/project/network_topology/ports/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/ports copying openstack_dashboard/dashboards/project/network_topology/ports/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/ports copying openstack_dashboard/dashboards/project/network_topology/routers/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/routers copying openstack_dashboard/dashboards/project/network_topology/routers/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/routers copying openstack_dashboard/dashboards/project/network_topology/subnets/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/subnets copying openstack_dashboard/dashboards/project/network_topology/subnets/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/subnets copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_actions_list.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_topology_view.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_instance.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_net.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/networks/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/ports/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/sg_base.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/extensions/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs copying openstack_dashboard/dashboards/project/networks/subnets/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_add_addresspair.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_create_port_help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_edit_port_help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/add_addresspair.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/networks/templates/networks/subnets copying openstack_dashboard/dashboards/project/overview/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview/templates/overview copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/overview/templates/overview copying openstack_dashboard/dashboards/project/routers/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/extensions/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions/extraroutes copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions/extraroutes copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions/extraroutes copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions/extraroutes copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/extensions/extraroutes copying openstack_dashboard/dashboards/project/routers/ports/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/security_groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_add_rule.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/add_rule.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/security_groups/templates/security_groups copying openstack_dashboard/dashboards/project/server_groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/server_groups copying openstack_dashboard/dashboards/project/server_groups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/server_groups copying openstack_dashboard/dashboards/project/server_groups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/server_groups copying openstack_dashboard/dashboards/project/snapshots/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots/templates/snapshots copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots/templates/snapshots copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/snapshots/templates/snapshots copying openstack_dashboard/dashboards/project/static/dashboard/project/project.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project copying openstack_dashboard/dashboards/project/static/dashboard/project/project.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/_containers.scss -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-folder-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-details-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/select-container.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-modal.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/containers copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor-details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair-details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network-details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/port-details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.help.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source copying openstack_dashboard/dashboards/project/trunks/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/trunks copying openstack_dashboard/dashboards/project/trunks/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/trunks copying openstack_dashboard/dashboards/project/trunks/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/trunks copying openstack_dashboard/dashboards/project/vg_snapshots/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots copying openstack_dashboard/dashboards/project/volume_groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/workflows.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_clone_group.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_create_snapshot.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_delete.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_remove_vols.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_snapshot_limits.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/clone_group.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create_snapshot.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/delete.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/remove_vols.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups copying openstack_dashboard/dashboards/project/volumes/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/tabs.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_accept_transfer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_attach.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_transfer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_encryption_detail_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend_limits.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_limits.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_retype.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_show_transfer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_snapshot_limits.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_upload_to_image.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_volume_limits.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/accept_transfer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create_snapshot.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create_transfer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/download_transfer_creds.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/encryption_detail.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/extend.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/retype.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/show_transfer.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/upload_to_image.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/settings/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings copying openstack_dashboard/dashboards/settings/dashboard.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings copying openstack_dashboard/dashboards/settings/credentials/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/_create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials/templates/credentials copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/_update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials/templates/credentials copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/create.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials/templates/credentials copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/update.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/credentials/templates/credentials copying openstack_dashboard/dashboards/settings/password/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/templates/password/_change.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password/templates/password copying openstack_dashboard/dashboards/settings/password/templates/password/change.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/password/templates/password copying openstack_dashboard/dashboards/settings/user/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/tests.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/views.py -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/templates/user/_settings.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user/templates/user copying openstack_dashboard/dashboards/settings/user/templates/user/settings.html -> horizon-25.4.1.dev13/openstack_dashboard/dashboards/settings/user/templates/user copying openstack_dashboard/enabled/_1000_project.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1010_compute_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1020_project_overview_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1030_project_instances_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1050_project_images_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1080_project_key_pairs_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1090_project_api_access_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1110_project_server_groups_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1310_volumes_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1320_project_volumes_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1330_project_backups_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1330_project_snapshots_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1360_project_volume_groups.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1370_project_vg_snapshots.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1410_network_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1420_project_network_topology_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1430_project_network_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1440_project_routers_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1480_security_groups_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1490_project_floating_ips_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1500_project_trunks_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1510_project_network_qos_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1520_project_floating_ip_portforwardings_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1910_object_store_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_1920_project_containers_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2000_admin.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2010_admin_overview_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2110_admin_compute_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2120_admin_hypervisors_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2130_admin_aggregates_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2140_admin_instances_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2150_admin_flavors_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2160_admin_images_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2210_admin_volume_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2220_admin_volumes_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2230_admin_backups_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2230_admin_snapshots_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2240_admin_volume_types_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2250_admin_volume_groups.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2260_admin_vg_snapshots.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2270_admin_group_types_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2300_admin_network_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2310_admin_networks_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2320_admin_routers_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2330_admin_floating_ips_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2340_admin_trunks_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2350_admin_rbac_policies_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2810_admin_system_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2820_admin_defaults_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2830_admin_metadata_defs_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_2840_admin_info_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3000_identity.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3010_identity_domains_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3020_identity_projects_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3030_identity_users_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3040_identity_groups_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3050_identity_roles_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3060_federation_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3070_identity_identity_providers_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3080_identity_mappings_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3090_identity_application_credentials_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_3100_identity_credentials_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_5000_settings.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_50_admin_add_panel.py.example -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_60_admin_remove_panel.py.example -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_70_admin_default_panel.py.example -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_80_admin_add_panel_group.py.example -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/enabled/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/enabled copying openstack_dashboard/local/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/local copying openstack_dashboard/local/local_settings.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local copying openstack_dashboard/local/enabled/_50_settings.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local/enabled copying openstack_dashboard/local/enabled/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/local/enabled copying openstack_dashboard/local/local_settings.d/_10_set_custom_theme.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local/local_settings.d copying openstack_dashboard/local/local_settings.d/_11_toggle_angular_features.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local/local_settings.d copying openstack_dashboard/local/local_settings.d/_2010_integration_tests_deprecated.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local/local_settings.d copying openstack_dashboard/local/local_settings.d/_20_integration_tests_scaffolds.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local/local_settings.d copying openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example -> horizon-25.4.1.dev13/openstack_dashboard/local/local_settings.d copying openstack_dashboard/locale/as/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/as/LC_MESSAGES copying openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/bn_IN/LC_MESSAGES copying openstack_dashboard/locale/brx/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/brx/LC_MESSAGES copying openstack_dashboard/locale/cs/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/cs/LC_MESSAGES copying openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/cs/LC_MESSAGES copying openstack_dashboard/locale/de/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/de/LC_MESSAGES copying openstack_dashboard/locale/de/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/de/LC_MESSAGES copying openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/en_AU/LC_MESSAGES copying openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/en_AU/LC_MESSAGES copying openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/en_GB/LC_MESSAGES copying openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/en_GB/LC_MESSAGES copying openstack_dashboard/locale/eo/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/eo/LC_MESSAGES copying openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/eo/LC_MESSAGES copying openstack_dashboard/locale/es/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/es/LC_MESSAGES copying openstack_dashboard/locale/es/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/es/LC_MESSAGES copying openstack_dashboard/locale/fr/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/fr/LC_MESSAGES copying openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/fr/LC_MESSAGES copying openstack_dashboard/locale/gu/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/gu/LC_MESSAGES copying openstack_dashboard/locale/hi/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/hi/LC_MESSAGES copying openstack_dashboard/locale/id/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/id/LC_MESSAGES copying openstack_dashboard/locale/id/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/id/LC_MESSAGES copying openstack_dashboard/locale/it/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/it/LC_MESSAGES copying openstack_dashboard/locale/it/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/it/LC_MESSAGES copying openstack_dashboard/locale/ja/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ja/LC_MESSAGES copying openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ja/LC_MESSAGES copying openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ka_GE/LC_MESSAGES copying openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ka_GE/LC_MESSAGES copying openstack_dashboard/locale/kn/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/kn/LC_MESSAGES copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ko_KR/LC_MESSAGES copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ko_KR/LC_MESSAGES copying openstack_dashboard/locale/kok/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/kok/LC_MESSAGES copying openstack_dashboard/locale/ks/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ks/LC_MESSAGES copying openstack_dashboard/locale/mai/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/mai/LC_MESSAGES copying openstack_dashboard/locale/mni/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/mni/LC_MESSAGES copying openstack_dashboard/locale/mr/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/mr/LC_MESSAGES copying openstack_dashboard/locale/ne/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ne/LC_MESSAGES copying openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/pa_IN/LC_MESSAGES copying openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/pl_PL/LC_MESSAGES copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/pt_BR/LC_MESSAGES copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/pt_BR/LC_MESSAGES copying openstack_dashboard/locale/ru/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ru/LC_MESSAGES copying openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ru/LC_MESSAGES copying openstack_dashboard/locale/ta/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ta/LC_MESSAGES copying openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/tr_TR/LC_MESSAGES copying openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/tr_TR/LC_MESSAGES copying openstack_dashboard/locale/ur/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/ur/LC_MESSAGES copying openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hans/LC_MESSAGES copying openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hans/LC_MESSAGES copying openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hant/LC_MESSAGES copying openstack_dashboard/locale/zh_Hant/LC_MESSAGES/djangojs.po -> horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hant/LC_MESSAGES copying openstack_dashboard/management/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/management copying openstack_dashboard/management/commands/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/apache_vhost.conf.template -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/cleanup_angular_template_cache.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/dump_default_policies.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/extract_messages.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/horizon.wsgi.template -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/make_web_conf.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/migrate_settings.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/update_catalog.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/upgrade_check.py -> horizon-25.4.1.dev13/openstack_dashboard/management/commands copying openstack_dashboard/static/app/_app.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/app copying openstack_dashboard/static/app/app.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app copying openstack_dashboard/static/app/app.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app copying openstack_dashboard/static/app/redirect.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app copying openstack_dashboard/static/app/redirect.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app copying openstack_dashboard/static/app/core/_core.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core copying openstack_dashboard/static/app/core/core-constants.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core copying openstack_dashboard/static/app/core/core.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core copying openstack_dashboard/static/app/core/core.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core copying openstack_dashboard/static/app/core/cloud-services/cloud-services.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/cloud-services copying openstack_dashboard/static/app/core/conf/conf.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/conf copying openstack_dashboard/static/app/core/flavors/flavors.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors copying openstack_dashboard/static/app/core/flavors/flavors.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors copying openstack_dashboard/static/app/core/flavors/flavors.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors copying openstack_dashboard/static/app/core/flavors/flavors.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors copying openstack_dashboard/static/app/core/flavors/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors copying openstack_dashboard/static/app/core/flavors/summary.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors copying openstack_dashboard/static/app/core/flavors/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions copying openstack_dashboard/static/app/core/flavors/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions copying openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions copying openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions copying openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions copying openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/flavors/actions copying openstack_dashboard/static/app/core/images/_images.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/admin-panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/images.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/images.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/images.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/images.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/summary.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/summary.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images copying openstack_dashboard/static/app/core/images/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/create-volume.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/create-volume.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/create.workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/create.workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/deactivate-image.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/delete-image-selected-button.template.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.template.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/delete-image.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/delete-image.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/edit.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/edit.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/edit.workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/edit.workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/launch-instance.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/launch-instance.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/reactivate-image.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/actions copying openstack_dashboard/static/app/core/images/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details copying openstack_dashboard/static/app/core/images/details/details.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details copying openstack_dashboard/static/app/core/images/details/drawer.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details copying openstack_dashboard/static/app/core/images/details/overview.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details copying openstack_dashboard/static/app/core/images/details/overview.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details copying openstack_dashboard/static/app/core/images/details/overview.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/details copying openstack_dashboard/static/app/core/images/filters/image-visibility.filter.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/filters copying openstack_dashboard/static/app/core/images/filters/image-visibility.filter.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/filters copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-image copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-image copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-image copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-image copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-volume copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-volume copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-volume copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/create-volume copying openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/deactivate copying openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/deactivate copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/edit-image copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/edit-image copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/edit-image copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/edit-image copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/update-metadata copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/update-metadata copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/update-metadata copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/steps/update-metadata copying openstack_dashboard/static/app/core/images/workflows/create-volume.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/workflows copying openstack_dashboard/static/app/core/images/workflows/create-volume.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/images/workflows copying openstack_dashboard/static/app/core/keypairs/_keypairs.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/keypair.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/keypair.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/keypairs.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/keypairs.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/keypairs.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/keypairs.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs copying openstack_dashboard/static/app/core/keypairs/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/create.description.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/create.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/create.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/delete.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/delete.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/import.description.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/import.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/actions/import.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/actions copying openstack_dashboard/static/app/core/keypairs/details/details.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details copying openstack_dashboard/static/app/core/keypairs/details/details.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details copying openstack_dashboard/static/app/core/keypairs/details/details.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details copying openstack_dashboard/static/app/core/keypairs/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details copying openstack_dashboard/static/app/core/keypairs/details/details.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details copying openstack_dashboard/static/app/core/keypairs/details/drawer.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/keypairs/details copying openstack_dashboard/static/app/core/metadata/metadata.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata copying openstack_dashboard/static/app/core/metadata/metadata.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata copying openstack_dashboard/static/app/core/metadata/metadata.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata copying openstack_dashboard/static/app/core/metadata/metadata.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata copying openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/metadata/modal/modal.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/metadata/modal copying openstack_dashboard/static/app/core/network_qos/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos copying openstack_dashboard/static/app/core/network_qos/qos.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos copying openstack_dashboard/static/app/core/network_qos/qos.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos copying openstack_dashboard/static/app/core/network_qos/qos.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos copying openstack_dashboard/static/app/core/network_qos/qos.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos copying openstack_dashboard/static/app/core/network_qos/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/create.description.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/rule.description.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions copying openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions/workflow copying openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions/workflow copying openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions/workflow copying openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/actions/workflow copying openstack_dashboard/static/app/core/network_qos/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details copying openstack_dashboard/static/app/core/network_qos/details/details.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details copying openstack_dashboard/static/app/core/network_qos/details/drawer.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details copying openstack_dashboard/static/app/core/network_qos/details/overview.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details copying openstack_dashboard/static/app/core/network_qos/details/overview.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details copying openstack_dashboard/static/app/core/network_qos/details/overview.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/network_qos/details copying openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/cinder.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/extensions.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/extensions.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/glance.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/glance.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/keystone.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/keystone.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/network.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/network.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/neutron.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/nova.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/nova.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/openstack-service-api.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/policy.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/policy.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/security-group.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/security-group.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/settings.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/settings.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/swift.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/user-session.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/openstack-service-api/user-session.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/openstack-service-api copying openstack_dashboard/static/app/core/server_groups/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups copying openstack_dashboard/static/app/core/server_groups/server-groups.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups copying openstack_dashboard/static/app/core/server_groups/server-groups.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups copying openstack_dashboard/static/app/core/server_groups/server-groups.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups copying openstack_dashboard/static/app/core/server_groups/server-groups.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups copying openstack_dashboard/static/app/core/server_groups/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/create.description.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions copying openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions/workflow copying openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/actions/workflow copying openstack_dashboard/static/app/core/server_groups/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/details copying openstack_dashboard/static/app/core/server_groups/details/details.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/details copying openstack_dashboard/static/app/core/server_groups/details/overview.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/details copying openstack_dashboard/static/app/core/server_groups/details/overview.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/details copying openstack_dashboard/static/app/core/server_groups/details/overview.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/server_groups/details copying openstack_dashboard/static/app/core/trunks/panel.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks copying openstack_dashboard/static/app/core/trunks/summary.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks copying openstack_dashboard/static/app/core/trunks/trunks.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks copying openstack_dashboard/static/app/core/trunks/trunks.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks copying openstack_dashboard/static/app/core/trunks/trunks.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks copying openstack_dashboard/static/app/core/trunks/trunks.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks copying openstack_dashboard/static/app/core/trunks/actions/actions.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/actions.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/create.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/create.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/create.workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/delete.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/delete.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/edit.action.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/edit.action.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/edit.workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/actions copying openstack_dashboard/static/app/core/trunks/details/details.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/details copying openstack_dashboard/static/app/core/trunks/details/details.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/details copying openstack_dashboard/static/app/core/trunks/details/overview.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/details copying openstack_dashboard/static/app/core/trunks/details/overview.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/details copying openstack_dashboard/static/app/core/trunks/details/overview.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/details copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.help.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.html -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/trunks/steps copying openstack_dashboard/static/app/core/workflow/decorator.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/workflow copying openstack_dashboard/static/app/core/workflow/decorator.service.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/workflow copying openstack_dashboard/static/app/core/workflow/workflow.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/workflow copying openstack_dashboard/static/app/core/workflow/workflow.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/workflow copying openstack_dashboard/static/app/core/workflow/workflow.service.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/core/workflow copying openstack_dashboard/static/app/resources/resources.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/resources copying openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt copying openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt copying openstack_dashboard/static/app/tech-debt/image-form.controller.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt copying openstack_dashboard/static/app/tech-debt/image-form.controller.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt copying openstack_dashboard/static/app/tech-debt/tech-debt.module.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt copying openstack_dashboard/static/app/tech-debt/tech-debt.module.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/static/app/tech-debt copying openstack_dashboard/static/dashboard/img/alarm-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/alarm-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/alarm-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/alarm-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/apple-touch-icon.png -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/config-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/config-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/config-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/config-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/drag.png -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/favicon.ico -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/firewall-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/firewall-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/firewall-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/firewall-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/flavor-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/flavor-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/flavor-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/flavor-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/floatingip-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/floatingip-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/floatingip-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/floatingip-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/image-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/image-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/image-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/image-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/keypair-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/keypair-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/keypair-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/keypair-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/logo-splash.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/logo.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/network-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/network-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/network-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/network-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/policy-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/policy-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/policy-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/policy-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/port-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/port-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/port-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/port-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/router-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/router-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/router-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/router-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/securitygroup-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/securitygroup-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/securitygroup-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/securitygroup-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/spinner.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/volume-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/volume-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/volume-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/volume-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/vpn-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/vpn-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/vpn-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/vpn.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/wait-gray.gif -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/wait-gray.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/wait-green.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/wait-red.svg -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/scss/_bootstrap_helpers.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_contrib.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_debt.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_layout.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_legacy.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_mixins.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_util.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_variables.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/horizon.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/serial_console.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/components/_bar_charts.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_breadcrumbs.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_charts.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_checkboxes.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_code.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_datepicker.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_dl_lists.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_dropdowns.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_forms.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_help_panel.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_icons.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_loader.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_login.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_membership.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_messages.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_modals.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_navbar.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_network_topology.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_network_topology_svg.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_progress_bars.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_quota.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_radiobuttons.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_resource_topology.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_selection_menu.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_selects.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_sidebar.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_spinners.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_tab.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_tables.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_wizard.scss -> horizon-25.4.1.dev13/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/js/.eslintrc -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.flatnetworktopology.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.instances.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.metering.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.networktopology.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.networktopologycommon.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.quota.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/horizon.volumes.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js copying openstack_dashboard/static/js/angular/directives/serialConsole.js -> horizon-25.4.1.dev13/openstack_dashboard/static/js/angular/directives copying openstack_dashboard/templates/403.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/404.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/500.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/_footer.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/_stylesheets.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/angular.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/base.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/serial_console.html -> horizon-25.4.1.dev13/openstack_dashboard/templates copying openstack_dashboard/templates/angular/angular_templates.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/angular copying openstack_dashboard/templates/angular/angular_templates.js -> horizon-25.4.1.dev13/openstack_dashboard/templates/angular copying openstack_dashboard/templates/auth/_splash.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/auth copying openstack_dashboard/templates/context_selection/_anti_clickjack.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_domain_list.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_overview.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_project_list.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_region_list.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_system_list.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/header/_brand.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_context_selection.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_header.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_header_sections.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_keystone_provider_selection.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_region_selection.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_theme_list.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/header/_user_menu.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/header copying openstack_dashboard/templates/horizon/_conf.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/horizon copying openstack_dashboard/templates/horizon/_custom_head_js.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/horizon copying openstack_dashboard/templates/horizon/_custom_meta.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/horizon copying openstack_dashboard/templates/horizon/_script_i18n.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/horizon copying openstack_dashboard/templates/horizon/_scripts.html -> horizon-25.4.1.dev13/openstack_dashboard/templates/horizon copying openstack_dashboard/templates/themes/themes.scss -> horizon-25.4.1.dev13/openstack_dashboard/templates/themes copying openstack_dashboard/templatetags/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/templatetags copying openstack_dashboard/templatetags/context_selection.py -> horizon-25.4.1.dev13/openstack_dashboard/templatetags copying openstack_dashboard/templatetags/themes.py -> horizon-25.4.1.dev13/openstack_dashboard/templatetags copying openstack_dashboard/test/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test copying openstack_dashboard/test/error_pages_urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test copying openstack_dashboard/test/extensible_header_urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test copying openstack_dashboard/test/helpers.py -> horizon-25.4.1.dev13/openstack_dashboard/test copying openstack_dashboard/test/settings.py -> horizon-25.4.1.dev13/openstack_dashboard/test copying openstack_dashboard/test/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test copying openstack_dashboard/test/integration_tests/README.rst -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/basewebobject.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/config.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/decorators.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/helpers.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/horizon.conf -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/video_recorder.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/pages/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/basepage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/loginpage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/navigation.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/pageobject.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/admin/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin copying openstack_dashboard/test/integration_tests/pages/admin/overviewpage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin copying openstack_dashboard/test/integration_tests/pages/admin/compute/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute copying openstack_dashboard/test/integration_tests/pages/admin/compute/flavorspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute copying openstack_dashboard/test/integration_tests/pages/admin/compute/hostaggregatespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute copying openstack_dashboard/test/integration_tests/pages/admin/compute/hypervisorspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute copying openstack_dashboard/test/integration_tests/pages/admin/compute/imagespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute copying openstack_dashboard/test/integration_tests/pages/admin/compute/instancespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/compute copying openstack_dashboard/test/integration_tests/pages/admin/network/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/network copying openstack_dashboard/test/integration_tests/pages/admin/network/floatingipspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/network copying openstack_dashboard/test/integration_tests/pages/admin/network/networkspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/network copying openstack_dashboard/test/integration_tests/pages/admin/network/routerspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/network copying openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system copying openstack_dashboard/test/integration_tests/pages/admin/system/defaultspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system copying openstack_dashboard/test/integration_tests/pages/admin/system/imagespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system copying openstack_dashboard/test/integration_tests/pages/admin/system/metadatadefinitionspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system copying openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage copying openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/system/system_info copying openstack_dashboard/test/integration_tests/pages/admin/volume/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/volume copying openstack_dashboard/test/integration_tests/pages/admin/volume/grouptypespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/volume copying openstack_dashboard/test/integration_tests/pages/admin/volume/snapshotspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/volume copying openstack_dashboard/test/integration_tests/pages/admin/volume/volumespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/volume copying openstack_dashboard/test/integration_tests/pages/admin/volume/volumetypespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/admin/volume copying openstack_dashboard/test/integration_tests/pages/identity/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/identity/groupspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/identity/projectspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/identity/rolespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/identity/userspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/project/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project copying openstack_dashboard/test/integration_tests/pages/project/apiaccesspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project copying openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/instancespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/keypairspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/servergroupspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/network/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/floatingipspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/networkoverviewpage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/networkspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/networktopologypage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/routerinterfacespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/routeroverviewpage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/routerspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/securitygroupspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/security_groups/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network/security_groups copying openstack_dashboard/test/integration_tests/pages/project/network/security_groups/managerulespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/network/security_groups copying openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/object_store copying openstack_dashboard/test/integration_tests/pages/project/volumes/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/volumes copying openstack_dashboard/test/integration_tests/pages/project/volumes/snapshotspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/volumes copying openstack_dashboard/test/integration_tests/pages/project/volumes/volumespage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/project/volumes copying openstack_dashboard/test/integration_tests/pages/settings/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/settings copying openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/settings copying openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/pages/settings copying openstack_dashboard/test/integration_tests/regions/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/bars.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/baseregion.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/exceptions.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/forms.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/menus.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/messages.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/tests/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_credentials.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_defaults.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_flavors.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_floatingips.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_groups.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_grouptypes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_host_aggregates.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_images.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_instances.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_keypairs.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_login.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_metadata_definitions.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_networks.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_projects.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_router.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_router_gateway.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_security_groups.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_user_settings.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_users.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_volume_snapshots.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_volumes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_volumetypes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test-data/empty_namespace.json -> horizon-25.4.1.dev13/openstack_dashboard/test/integration_tests/tests/test-data copying openstack_dashboard/test/jasmine/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/jasmine copying openstack_dashboard/test/jasmine/jasmine.py -> horizon-25.4.1.dev13/openstack_dashboard/test/jasmine copying openstack_dashboard/test/selenium/conftest.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium copying openstack_dashboard/test/selenium/widgets.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium copying openstack_dashboard/test/selenium/integration/conftest.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_credentials.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_defaults.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_flavors.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_floatingips.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_groups.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_grouptypes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_host_aggregates.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_images.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_instances.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_keypairs.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_metadata_definitions.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_networks.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_projects.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_routers.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_security_groups.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_settings.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_users.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_volume_snapshots.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_volumes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/integration/test_volumetypes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/integration copying openstack_dashboard/test/selenium/ui/conftest.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/ui copying openstack_dashboard/test/selenium/ui/test_actions.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/ui copying openstack_dashboard/test/selenium/ui/test_browse.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/ui copying openstack_dashboard/test/selenium/ui/test_hypervisors.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/ui copying openstack_dashboard/test/selenium/ui/test_settings.py -> horizon-25.4.1.dev13/openstack_dashboard/test/selenium/ui copying openstack_dashboard/test/templates/404.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/500.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/_tab.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/base-sidebar.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/tab_group.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/workflow.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/registration/login.html -> horizon-25.4.1.dev13/openstack_dashboard/test/templates/registration copying openstack_dashboard/test/test_data/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/cinder_data.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/exceptions.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/glance_data.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/keystone_data.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/neutron_data.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/nova_data.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/swift_data.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/utils.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_panels/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels copying openstack_dashboard/test/test_panels/another_panel/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel copying openstack_dashboard/test/test_panels/another_panel/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel copying openstack_dashboard/test/test_panels/another_panel/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel copying openstack_dashboard/test/test_panels/another_panel/views.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel copying openstack_dashboard/test/test_panels/another_panel/templates/another_panel/index.html -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/another_panel/templates/another_panel copying openstack_dashboard/test/test_panels/nonloading_panel/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel copying openstack_dashboard/test/test_panels/nonloading_panel/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel copying openstack_dashboard/test/test_panels/nonloading_panel/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel copying openstack_dashboard/test/test_panels/nonloading_panel/views.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel copying openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel/index.html -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel copying openstack_dashboard/test/test_panels/plugin_panel/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/views.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.scss -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.spec.js -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin_module.js -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/header.html -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/index.html -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel copying openstack_dashboard/test/test_panels/second_panel/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/urls.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/views.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html -> horizon-25.4.1.dev13/openstack_dashboard/test/test_panels/second_panel/templates/second_panel copying openstack_dashboard/test/test_plugins/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins copying openstack_dashboard/test/test_plugins/test_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins copying openstack_dashboard/test/test_plugins/test_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins copying openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/_40_admin_nonloading_panel.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_50_admin_add_panel_to_default_group.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/unit/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit copying openstack_dashboard/test/unit/test_error_pages.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit copying openstack_dashboard/test/unit/test_policy.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit copying openstack_dashboard/test/unit/test_themes.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit copying openstack_dashboard/test/unit/test_views.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit copying openstack_dashboard/test/unit/api/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_base.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_cinder.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_glance.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_keystone.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_microversions.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_network.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_neutron.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_nova.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/test_swift.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api copying openstack_dashboard/test/unit/api/rest/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_cinder.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_config.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_glance.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_keystone.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_network.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_neutron.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_nova.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_policy.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_swift.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/api/rest/test_utils.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/api/rest copying openstack_dashboard/test/unit/usage/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/usage copying openstack_dashboard/test/unit/usage/test_quotas.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/usage copying openstack_dashboard/test/unit/utils/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/utils copying openstack_dashboard/test/unit/utils/test_config_types.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/utils copying openstack_dashboard/test/unit/utils/test_filters.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/utils copying openstack_dashboard/test/unit/utils/test_futurist_utils.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/utils copying openstack_dashboard/test/unit/utils/test_settings.py -> horizon-25.4.1.dev13/openstack_dashboard/test/unit/utils copying openstack_dashboard/themes/default/_styles.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/default copying openstack_dashboard/themes/default/_variables.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/default copying openstack_dashboard/themes/default/horizon/components/_selects.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/default/horizon/components copying openstack_dashboard/themes/example/static/_styles.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/static copying openstack_dashboard/themes/example/static/_variables.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/static copying openstack_dashboard/themes/example/static/js/my_analytics_js.js -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/static/js copying openstack_dashboard/themes/example/static/js/my_custom_js.js -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/static/js copying openstack_dashboard/themes/example/templates/base.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/templates copying openstack_dashboard/themes/example/templates/auth/_login_form.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/templates/auth copying openstack_dashboard/themes/example/templates/auth/login.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/example/templates/auth copying openstack_dashboard/themes/material/static/_styles.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static copying openstack_dashboard/themes/material/static/_variables.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static copying openstack_dashboard/themes/material/static/bootstrap/_styles.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/bootstrap copying openstack_dashboard/themes/material/static/bootstrap/_variable_customizations.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/bootstrap copying openstack_dashboard/themes/material/static/bootstrap/_variables.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/bootstrap copying openstack_dashboard/themes/material/static/horizon/_animations.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon copying openstack_dashboard/themes/material/static/horizon/_icons.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon copying openstack_dashboard/themes/material/static/horizon/_styles.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon copying openstack_dashboard/themes/material/static/horizon/_variables.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon copying openstack_dashboard/themes/material/static/horizon/components/_checkboxes.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_datepicker.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_dropdowns.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_hamburger.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_help_panel.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_loader_circular_example.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_loader_line_example.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_loader_spinner.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_magic_search.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_messages.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_navbar.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_progress_bars.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_selects.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_sidebar.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_spinners.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/horizon/components/_trees.scss -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/horizon/components copying openstack_dashboard/themes/material/static/js/material.hamburger.js -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/static/js copying openstack_dashboard/themes/material/templates/auth/_splash.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/auth copying openstack_dashboard/themes/material/templates/header/_brand.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/header copying openstack_dashboard/themes/material/templates/header/_header.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/header copying openstack_dashboard/themes/material/templates/horizon/_sidebar.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/horizon copying openstack_dashboard/themes/material/templates/horizon/client_side/_confirm.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/horizon/client_side copying openstack_dashboard/themes/material/templates/horizon/client_side/_loading_inline_example.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/horizon/client_side copying openstack_dashboard/themes/material/templates/horizon/client_side/_loading_modal_example.html -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/horizon/client_side copying openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/material copying openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg.old -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/material copying openstack_dashboard/themes/material/templates/material/openstack-one-color.svg -> horizon-25.4.1.dev13/openstack_dashboard/themes/material/templates/material copying openstack_dashboard/usage/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/usage copying openstack_dashboard/usage/base.py -> horizon-25.4.1.dev13/openstack_dashboard/usage copying openstack_dashboard/usage/quotas.py -> horizon-25.4.1.dev13/openstack_dashboard/usage copying openstack_dashboard/usage/tables.py -> horizon-25.4.1.dev13/openstack_dashboard/usage copying openstack_dashboard/usage/views.py -> horizon-25.4.1.dev13/openstack_dashboard/usage copying openstack_dashboard/utils/__init__.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying openstack_dashboard/utils/config.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying openstack_dashboard/utils/config_types.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying openstack_dashboard/utils/filters.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying openstack_dashboard/utils/futurist_utils.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying openstack_dashboard/utils/identity.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying openstack_dashboard/utils/settings.py -> horizon-25.4.1.dev13/openstack_dashboard/utils copying playbooks/cross-jobs/phantomjs-deps.yaml -> horizon-25.4.1.dev13/playbooks/cross-jobs copying playbooks/horizon-devstack-integration/post.yaml -> horizon-25.4.1.dev13/playbooks/horizon-devstack-integration copying playbooks/horizon-devstack-integration/pre.yaml -> horizon-25.4.1.dev13/playbooks/horizon-devstack-integration copying playbooks/horizon-devstack-integration/run.yaml -> horizon-25.4.1.dev13/playbooks/horizon-devstack-integration copying playbooks/horizon-nodejs/pre.yaml -> horizon-25.4.1.dev13/playbooks/horizon-nodejs copying playbooks/horizon-selenium-headless/pre.yaml -> horizon-25.4.1.dev13/playbooks/horizon-selenium-headless copying playbooks/horizon-tox-django/pre.yaml -> horizon-25.4.1.dev13/playbooks/horizon-tox-django copying playbooks/horizon-tox-django/run.yaml -> horizon-25.4.1.dev13/playbooks/horizon-tox-django copying playbooks/npm-test-xstatic-master/pre.yaml -> horizon-25.4.1.dev13/playbooks/npm-test-xstatic-master copying releasenotes/notes/.placeholder -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/1637490-c29444e4eb458087.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/action-results-303c282165b60f47.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-clouds-yaml-f72b9a0b7df2aa79.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-create-button-to-admin-panel-02cbe5d96036ac4c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-domain-dropdown-65006187e5605735.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-networks-pagination-4c05d784998fafb2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-server-groups-quota-management-0c1dc5763a3b893c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-show_agents_column-setting-to-OPENSTACK_NEUTRON_NETWORK-c1c8e76c61c3d7f0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-support-to-floating-ip-port-forwardings-3d0d43a2d997ce79.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-totp-support-d14d01b038e5deea.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add-virtio-forwarder-vnic-type-03eba218d36e2aae.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add_default_availability_zone-9c070832b2992958.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add_default_user_data-76d9c17e474fc34e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/add_enable_metadata_and_enable_net_ports_options-8213bb18558031a8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/admin-neutron-l3-agents-dd6274467572906b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/admin-redirect-on-login-6a818fe886621a14.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/admin-state-variable.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/angular-direct-1b156f152590ab93.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/angular-features-d677356f161322d6.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-add-scheduler-hints-77600faec041e134.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-add-server-metadata-a5d5582966ef25c5.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-admin-manage-fips-5aa409d3502b031a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-admin-views-filter-first-5b0d8a02b1271135.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-allow-launching-ports-b1fcc495777b7f4c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-allow-users-change-expired-password-19223784fdf5059b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-angular-performance-strict-di-3cf325d8bfca8487.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-angular-schema-form-bbe1aedf644b53db.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-angular-template-overrides-9f05ffd61367245a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-angularize-swift-9a1b44aa3646bc8c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-application-credentials-26aa907271e467c2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-bootstrap-theme-preview-65da171c9b943646.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-cache-templates-4ab00dcda195a03a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-cinder-consistency-groups-7cc98fda0ff3bb7a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-cinder-consistency-groups-b0aba555b1ed4a6c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-configurable-boot-sources-4ba89f3b2a927801.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-dj110-438f26c21f283c46.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-edit-server-metadata-7e6b00946a2e793a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-enable-angular-launch-instance-897f7bb227711c86.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-global-default-service-region-0cafecaafa1af5be.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-handle-multiple-login-sessions-from-same-user-in-horizon-448baa6534a8a451.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-horizon-glance-large-image-upload-c987dc86bab38761.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-horizon-vendor-split-4451bc1988485957.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-integrate-magic-search-03a97d4431d7c3d1.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-integration-tests-hardening-8e94e87bc548c1fe.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-integration-with-cinder-volume-encryption-80a3fe4ff66314b2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-k2k-horizon-9577253d626337c1.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-keystone-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-kubernetes-config-gen-bcebcbd8f9fb9991.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-launch-instance-volume-quotas-490070a36cadfe8d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-less-customization-templates-30384e91c5565328.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-local-settings-override-mechanism-6c8632432cf1f44c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-mitigate-breach-attacks-dd54b705e22363b0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-mks-console-support-a943797a8bad14ca.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-network-bandwidth-limiting-qos-df3d667b1a644e30.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-network-ports-tenant-58a9d5ba925f1d3d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-neutron-rbac-policies-9cv77nu2k93ieh4r.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-neutron-trunk-ui-72e05888e68502c4.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-next-steps-4c7064e52d5abcf5.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-ng-keypairs-876c38a1a8aed60f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-ng-server-groups-c60849796a273138.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-ng-users-01212620d644289f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-pagination-for-flavor-f603fd7630e13756.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-password-expires-validation-28b7ea155404b778.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-pike-docs-overhaul-b4f01f45ced58e07.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-port-allowed-address-pairs-extension-a05c3a864f494b0c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-restrict-private-network-input-5e5bd5978b273c62.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-support-extra-prop-for-project-and-user-e8a4578c395a8ade.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-support-rescue-instance-a7b8578c395abd3e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-system-scope-switch-c610c028bd5de706.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-update-dependencies-newton-3bd257faa37d3dda.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-update-nova-enforce-policies-c207166bc3a714d5.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bp-volume-snapshot-backups-54e4d18633fd4c5d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1226003-drop-simple-fip-disassociation-3c751297b467597e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-123741-4be1aa90b9d44e40.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1568764-cached-template-loaders-3536f35e11099eba.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1585682-abd815f290e494d3.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1588663-6fab83e9d89b20d2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1593903-8fb8721dc2449f71.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1595913-5f0cd019b7c2173a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1618235-59865fa0e5991e63.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1635505-3807fd0151702a5f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1640049-1195315b5f591ab0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1678109-4440ebe90908647d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1699144-configurable-image-visibility-fda69cb25d960efb.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1709056-33d18a562840e334.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1746706-8d2f982c514f22b1.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1755339-2dfa3ce2accb568f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1779268-44848e4d2c69fddc.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1792524-7497aabcf6bc1e81.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-1822849-2833b5e6a5d021b7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-2039225-39b7060a7e4bff07.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug-cd9099c1ba78d637.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/bug_1963652_fix_policy_for_resume-a719efb23054c708.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/change-default-image-visibility-560c3b6ab2830cdc.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/change-keystone-default-role-3f95b6af11aed63b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/change-keystone-url-default-value-6a56397acf4f7328.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/change-libsass-pyscss-120e0e847470261b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/change-metadef-for-cinder-volume-type-f65dd215d2a3ce75.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/cinder-api-v3-by-default-d6e3c12760fdf655.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/cinder-backup-cinder-messages-2127d04da3c82033.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/cinder-user-facing-messages-92cfd25492616d6d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/cinder-v3-only-daae11ff71a26ba7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/cleanup-cache-command-64a5020755c5e05c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/create-port-with-security-groups-68afba4d26f1eac1.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/default-instance-boot-source-0cd60b3090ef4b38.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/default-keystone-api-v3-dc201adba4255752.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/default-settings-moved-1e6a60408c47e2e2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/defaults-tab-rename.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/delete-update-flavor-feature-6ed1e482b91f5e08.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecate-django-launch-instance-form-cc176ad708e2f1f7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecate-lbaas-v1-dashboard-1f9c48d7c6997b1f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecate-neutron-quota-legacy-144468a1b269cce8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecation-of-default-subnet-pool-label-options-b05ebccbf6f68ecf.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecation-of-old-wsgi-file-7ffdeae78698ff93.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/deprecations-in-stein-4090a0b816ba2d81.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/django-2.0-b37c6e91d20519fa.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/django-version-queens-b7785b96ecbceaf0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/django32-support-78232a850d04842c.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/domains-0581aa42773d5f41.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-LBaaS-v1-dashboard-d767b0bde5274af5.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-action-strings-attributes-64f0cb0323f629ee.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-cgroup-c1f6b169ba10a5d3.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-deprecated-settings-rocky-dd8c853d979d6990.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-django-wsgi-a6a1ae2df4e05118.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-django111-support-8803cfa3a6402dbe.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-django22-support-d0e2dea1509228a2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-django3.2-support-94b52cf6d175a818.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-glance-v1-support-2c161d19b179951e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-keystone-v2-support-04c7658f3bea67ac.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-neutron-quota-legacy-1efd1f1924ae3489.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-nova-extensions-blacklist-7718f0ef622e3af8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-nova-network-2186d008f696cfa7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-pki-token-d8bc4d665887aedf.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-python27-support-160366ba52a1205b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/dynamic-themes-b6b02238e47b99f8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/edit-port-security-groups-f650fc98f5e10eb8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/enable-js-catalog-plugin-1885df911148247a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/enable-neutron-quotas-by-default-7c89cda96a972a48.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/enable-phantomjs-selenium-cce59f25cb327ca2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/enhance-tox-26f73a048b88df2f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/extensible-header-ac3c94f3057c1b2a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/extensible-service-a8689c89a71f8961.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/feature-system-scope-a88a07b7f414b3d6.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/filter-first-identity-panels-139c4a5b7a696707.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/fix-default-userdata-3cb75b85b1a5708f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/fix-image-sharing-visibility.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/fix-precise-keystone-endpoint-message-03129e37a6377715.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/fixed--issue-with-provider-network-tab.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/fixed-problems-with-network-qos.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/flavor-panel-switch-6b5cd5f0964f4ba3.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/floating-ip-dns-attributes-d227f98eb5c39396.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/floating_ip_description-f4d2df7949b9fde9.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/fwaas-panel-splitout-635c63d4da0e6d97.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/gb-to-gib-conversion-8a91839030a2f570.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/generic-details-4f78452b14005e5b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/generic-volume-groups-c0bf175f5d7d3a37.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/generic-volumes-support-407406de8233c912.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/get-me-a-network-c979c244fa038258.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/glance_disk_formats-a13cb994a2d5c1fe.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/heat-panel-splitout-b609b157aa4bf29b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/horizon-vendor-split-e16aa3d81dea9708.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/horizon-without-nova-3cd0a84109ed2187.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/hz-select-fixes-c9bfe6a53e0daa20.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/idle-session-timeout-ab47085807881afe.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/image-description-3fc00c02f46a80c7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/image-panel-switch-38e9d3716451f9e3.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/instance-defaults-hide-create-volume-774549bebb6e7c82.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/instance-volume-type-e79d607de15e1a24.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/introduce_default_service_regions_config-26a41e0d06582d7a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/ip-availability-be217ba59cc02b40.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/keystone-access-rules-35d00bd9cfe5d32e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/keystone-admin-endpoint-no-longer-required-06a8d29dfdb3b1cd.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/keystone-federation-idp-d4456dd3b3081a53.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/launch-instance-admin-password-68e7e4b7af239bae.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/launch-instance-defaults-c6ab65b7ab822162.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/lock-password-d87b63f361d4bdc1.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/message-of-the-day-19eb745a147ca56d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/move-developer-enabled-files-b1ad2265cd79b11e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/multi-attached-volume-support-3d32cde6f296cdd9.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/navigation-improvements-ab101299eb1a8d54.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/network-type-geneve-71eed4104699754e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/network-type-midonet-6c78bdfe1e3186a0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/network_qos-ee068d073e86de76.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/network_qos_rules-cd103f9383b6cdf9.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/neutron-default-quotas-ddd237af2935fde3.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/ngdetail-reload-e711a77b2d07191a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/openrc-clouds-yaml-link-f1642b77e25f08ba.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/openstack-auth-policy-dirs-c5d77665eac415ea.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/openstack-profiler-at-developer-dashboard-da1b1556e30aa858.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/operation-history-log-64354f66614cb1dd.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/pluggable-tabs-7b7467e7c64d1e5b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/pluggable-workflow-steps-c919cdd8b0cbea55.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/plugin-enabled-override-f317e7c9c352f58f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/policy-in-code-support-f79d559c25976215.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/policy-rules-aggregates-3cd74c07e30511fa.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/policy-rules-flavors-94f50aa168d8563b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/policy-sync-stein-82531c937609ebb2.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/port-security-81278703eae4f927.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/provider-net-config-713f0672c8e49888.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/quota-usage-reduce-unnecessary-API-calls-1ca424e093bec135.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/refactor-error-messages-26c53bb3fe57fe72.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/removal-of-default-subnet-pool-label-options-9aeaa816ad6cc2f8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/removal-of-webroot-theme-108db1d2f11da449.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-ceilometer-support-376d38802a3ef833.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-change-pw-from-users-table-ef8d45a4a95762e0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-cinder-v1-api-support-7cec9a556945a5c5.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-default-styles-1d8ba7ad46a51381.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-deprecated-init-scope-342153755181f0a4.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-deprecated-swift-ui-1165b60bab5771d6.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-enable-flavor-edit-config-option-0733b2ebb2ee1b4d.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-fix-auth-url-version-e63c52fbbd293838.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-i9n-scaffolds-from-production-6e52eb1da2a4bc9e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-inline-edit-63f92054238378d3.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-py38-6914ddb9fdf4cacd.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-rxtx-factor.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-show-keystone-v2-rc-913c822deaaa98cd.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-table-update-action-d3fc1c5e5e3598b0.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/remove-transfer-table-avail-changed-cfae61341b5fea71.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/rename-chinese-locales-a6fb595bc373791f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/reorganise-access-and-security-ea7780aa9e7b83e7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/reorganize-admin-dashboard-e180216d200357ec.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/resource-directives-44629f1116545141.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/security-group-associate-per-port-c81ca7beb7dca409.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/security-group-in-port-detail-10a7f5d6d50d1571.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/security-group-no-rules-list-bugfix-b77ab5aff1d3e45e.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/security-group-rule-wildcard-protocol-and-port-support-7dd6f5acfaba55ba.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/session-engine-bc6305bfb74a9beb.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/setting-OVERVIEW_DAYS_RANGE-9b87e8b077952a32.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/setting-openstack-endpoint-type-ebdeda92ba0d1587.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/setting-retrieve-instance-ip-addresses-b9db6703d8b010c8.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/sg-rule-description-support-37ea7580d3b7c7a9.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/show-keystone-v2-openrc-false-c7e904473da2f823.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/stein-cinderclient-dependency-9e12a69492f63289.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/story-2003657-79dec309cb6fa060.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/strip-trailing-space-password-856bd5595938a094.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/support-extending-in-use-volume-404b29c2cbc6df84.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/support-shared-security-group-cb3dafba46dbff8b.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/support-websso_keystone_url-f663bbf40a5855c9.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/support-websso_use_http_referer-6fb2dc0d292b54d4.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/swift-object-copy-function-d0fd75cf2bc0e0c7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/swift-storage-policy-options-308087b16156a2cb.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/table-row-warning-class-2fdb3434440d0c22.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/theme-modal-sizes-924e5835efe9bb79.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/token-delete-disabled-bb50c3cddd315ee6.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/use-simple-tenant-usage-f713a2eff9357458.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/use-toast-instead-of-alert-ef2f7dec2bd1121a.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/vcpu-and-pcpu-writing-style.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/volume-backups-a198d0ce16d62636.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/vpnaas-panel-splitout-5783df1675bc984f.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/websso-default-redirection-1acf25d32ac00dd1.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/workflow-step-allowed-support-d0a770da1d30efb7.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/workflow-step-policy-1ca99b0249294337.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/xstatic-settings-cleanup-8de0e2ba00fd43ec.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/notes/xstatic-updates-c3ff5e2b4750ae96.yaml -> horizon-25.4.1.dev13/releasenotes/notes copying releasenotes/source/2023.1.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/2023.2.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/2024.1.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/2024.2.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/2025.1.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/conf.py -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/essex.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/folsom.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/grizzly.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/havana.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/icehouse.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/index.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/juno.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/kilo.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/liberty.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/mitaka.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/newton.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/ocata.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/pike.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/queens.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/rocky.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/stein.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/train.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/unreleased.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/ussuri.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/victoria.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/wallaby.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/xena.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/yoga.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/zed.rst -> horizon-25.4.1.dev13/releasenotes/source copying releasenotes/source/_static/.placeholder -> horizon-25.4.1.dev13/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> horizon-25.4.1.dev13/releasenotes/source/_templates copying releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/de/LC_MESSAGES copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/en_GB/LC_MESSAGES copying releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/fr/LC_MESSAGES copying releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/id/LC_MESSAGES copying releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/ja/LC_MESSAGES copying releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/ko_KR/LC_MESSAGES copying releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/pt_BR/LC_MESSAGES copying releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po -> horizon-25.4.1.dev13/releasenotes/source/locale/zh_CN/LC_MESSAGES copying roles/ensure-django/defaults/main.yaml -> horizon-25.4.1.dev13/roles/ensure-django/defaults copying roles/ensure-django/tasks/main.yaml -> horizon-25.4.1.dev13/roles/ensure-django/tasks copying roles/fetch-video-output/README.rst -> horizon-25.4.1.dev13/roles/fetch-video-output copying roles/fetch-video-output/defaults/main.yaml -> horizon-25.4.1.dev13/roles/fetch-video-output/defaults copying roles/fetch-video-output/tasks/main.yaml -> horizon-25.4.1.dev13/roles/fetch-video-output/tasks copying roles/setup-selenium-tests/defaults/main.yaml -> horizon-25.4.1.dev13/roles/setup-selenium-tests/defaults copying roles/setup-selenium-tests/tasks/main.yaml -> horizon-25.4.1.dev13/roles/setup-selenium-tests/tasks copying tools/abandon_old_reviews.sh -> horizon-25.4.1.dev13/tools copying tools/executable_files.txt -> horizon-25.4.1.dev13/tools copying tools/find_executables.sh -> horizon-25.4.1.dev13/tools copying tools/find_settings.py -> horizon-25.4.1.dev13/tools copying tools/list-horizon-plugins.py -> horizon-25.4.1.dev13/tools copying tools/policy-diff.py -> horizon-25.4.1.dev13/tools copying tools/selenium_tests.sh -> horizon-25.4.1.dev13/tools copying tools/unit_tests.sh -> horizon-25.4.1.dev13/tools copying horizon.egg-info/SOURCES.txt -> horizon-25.4.1.dev13/horizon.egg-info Writing horizon-25.4.1.dev13/setup.cfg creating dist Creating tar archive removing 'horizon-25.4.1.dev13' (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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.eRIrEhIH04/dist WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.2 starting (python version = 3.9.18, NVR = mock-6.2-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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.eRIrEhIH04/dist Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.2 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '__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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}} 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: f4e21b8d-f1f0-4082-94c1-bc121ef9e210 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-ansible-role-lunasa-hsm-4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/4a/38/4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75_9e27a0ec enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/62/bf/62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9_c3f04f2c enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-deef0d4d28d6a1ba84b9f3af49efdd85042f68ff baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/de/ef/deef0d4d28d6a1ba84b9f3af49efdd85042f68ff_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-f584c54dfd03e81c1e9c30e2d22f19d2d17a4353 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/f5/84/f584c54dfd03e81c1e9c30e2d22f19d2d17a4353_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-a1be40e05e0cbe450503c7fb187763d5731ec6e6 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/a1/be/a1be40e05e0cbe450503c7fb187763d5731ec6e6_3fb46216 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-mistral-9a41e546e94a8a9155c3525f3e9f99749370dc8a baseurl=https://trunk.rdoproject.org/centos10-master/component/common/9a/41/9a41e546e94a8a9155c3525f3e9f99749370dc8a_f4a47540 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-21943b55215d3716284d387365dd1f035494da74 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/21/94/21943b55215d3716284d387365dd1f035494da74_7cf6f415 enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-698f7b605926ab26eb1577f8728f77c71e2fbda1 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/69/8f/698f7b605926ab26eb1577f8728f77c71e2fbda1_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-e055873be4079bc9d37165cf75de5495603133b0 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/e0/55/e055873be4079bc9d37165cf75de5495603133b0_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-8b0a181c18ed898f79e86fa9b2d128b9aa8731f8 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/8b/0a/8b0a181c18ed898f79e86fa9b2d128b9aa8731f8_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/32/6d/326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-a016f7a349d55e07c81b693d3dfe9a3ba6244ee9 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/a0/16/a016f7a349d55e07c81b693d3dfe9a3ba6244ee9_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-2fb6ba9343e39f60f058a781afd14b906dd84daa baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/2f/b6/2fb6ba9343e39f60f058a781afd14b906dd84daa_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-15981117ee28627f235264e505e1e0d5956cf4e4 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/15/98/15981117ee28627f235264e505e1e0d5956cf4e4_fa75ed37 enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-87560df365a9f9fc232653131f4ed8b5296f99b8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/87/56/87560df365a9f9fc232653131f4ed8b5296f99b8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ovn-2eada288298bb1982b148144797191254f72f717 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/2e/ad/2eada288298bb1982b148144797191254f72f717_4045074b enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-9106b27fe31e09880096bf20f19c219e3a7a1934 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/91/06/9106b27fe31e09880096bf20f19c219e3a7a1934_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-mistral-tests-tempest-d8be6d1269a1d2bd9816946609161643219c503c baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/d8/be/d8be6d1269a1d2bd9816946609161643219c503c_c979f8a2 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-mistral-ui-65db4b54f114106032012eea637f58ddb71606a8 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/65/db/65db4b54f114106032012eea637f58ddb71606a8_1d64bb4f 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 Mock Version: 6.2 INFO: Mock Version: 6.2 INFO: Mock Version: 6.2 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.7hvi0st9', '/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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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'] with env {'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: 16114812 5663376 1095816 3193980 12887284 10451436 DEBUG: Swap: 16777212 5395764 11381448 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 988M 3.4G 23% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 196G 354G 36% / 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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.6ixp6med', '/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.eRIrEhIH04/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.eRIrEhIH04/dist ++ grep .tar.gz + SOURCE=horizon-25.4.1.dev13.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.eRIrEhIH04/dist/horizon-25.4.1.dev13.tar.gz ++ basename horizon-25.4.1.dev13.tar.gz .tar.gz + SOURCEWITHREL=horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz + mv /tmp/tmp.eRIrEhIH04/dist/horizon-25.4.1.dev13.tar.gz /tmp/tmp.eRIrEhIH04/SOURCES/horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz + cd /home/centos10-master-uc/data/python-django-horizon_distro + cp -a openstack-dashboard-httpd-2.4.conf openstack-dashboard-httpd-logging.conf python-django-horizon-logrotate.conf python-django-horizon-systemd.conf python-django-horizon.spec sources /tmp/tmp.eRIrEhIH04/SOURCES/ + cp python-django-horizon.spec /tmp/tmp.eRIrEhIH04/SPECS/ + cd /tmp/tmp.eRIrEhIH04/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' python-django-horizon.spec + sed -i -e '1i%define upstream_version 25.4.1.dev13\' python-django-horizon.spec + grep -qc '^%global dlrn .*' python-django-horizon.spec + sed -i -e '1i%global dlrn 1\' python-django-horizon.spec + grep -qc '^%global dlrn_nvr .*' python-django-horizon.spec ++ basename horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr horizon-25.4.1.dev13-0.20250609144208.eafded7\' python-django-horizon.spec + sed -i -e s/UPSTREAMVERSION/25.4.1.dev13/g python-django-horizon.spec + set_nvr_in_spec + VERSION=25.4.1 + sed -i -e 's/Version:.*/Version: 25.4.1/g' python-django-horizon.spec + sed -i -e 's/Release:.*/Release: 0.20250609144208.eafded7%{?dist}/g' python-django-horizon.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz/' python-django-horizon.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' python-django-horizon.spec + cat python-django-horizon.spec %global dlrn_nvr horizon-25.4.1.dev13-0.20250609144208.eafded7 %global dlrn 1 %define upstream_version 25.4.1.dev13 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %{!?upstream_version: %global upstream_version %{version}%{?milestone}} # we are excluding some runtime reqs from automatic generator %global excluded_reqs enmerkar pymongo tzdata # we are excluding some BRs from automatic generator %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order bashate nodeenv pytest-django pytest-html xvfbwrapper # Exclude sphinx from BRs if docs are disabled %if ! 0%{?with_doc} %global excluded_brs %{excluded_brs} sphinx openstackdocstheme %endif %global rhosp 0 %global with_doc 1 Name: python-django-horizon # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Epoch: 1 Version: 25.4.1 Release: 0.20250609144208.eafded7%{?dist} Summary: Django application for talking to Openstack Group: Development/Libraries # Code in horizon/horizon/utils taken from django which is BSD License: ASL 2.0 and BSD URL: http://horizon.openstack.org/ Source0: horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz Source2: openstack-dashboard-httpd-2.4.conf Source3: python-django-horizon-systemd.conf # demo config for separate logging Source4: openstack-dashboard-httpd-logging.conf # logrotate config Source5: python-django-horizon-logrotate.conf # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/horizon/horizon-%{upstream_version}.tar.gz.asc Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt %endif # # BuildArch needs to be located below patches in the spec file. Don't ask! # BuildArch: noarch # Required for tarball sources verification %if 0%{?sources_gpg} == 1 BuildRequires: /usr/bin/gpgv2 BuildRequires: openstack-macros %endif %description Horizon is a Django application for providing Openstack UI components. It allows performing site administrator (viewing account resource usage, configuring users, accounts, quotas, flavors, etc.) and end user operations (start/stop/delete instances, create/restore snapshots, view instance VNC console, etc.) %package -n python3-django-horizon Summary: Django application for talking to Openstack BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: git-core BuildRequires: gettext # additional provides to be consistent with other django packages Provides: django-horizon = %{epoch}:%{version}-%{release} %description -n python3-django-horizon Horizon is a Django application for providing Openstack UI components. It allows performing site administrator (viewing account resource usage, configuring users, accounts, quotas, flavors, etc.) and end user operations (start/stop/delete instances, create/restore snapshots, view instance VNC console, etc.) %package -n openstack-dashboard Summary: Openstack web user interface reference implementation Group: Applications/System Requires: httpd Requires: python3-django-horizon = %{epoch}:%{version}-%{release} %if 0%{rhosp} == 0 Requires: openstack-dashboard-theme >= %{epoch}:%{version}-%{release} %else %{lua: ver = rpm.expand("%version"); if ver == "XXX" then rpm.define("version_major " .. "%{version}"); else x, y = string.find(ver, "%."); maj = string.sub(ver, 1, x-1); rpm.define("version_major " .. maj .. ".0.0"); end} Requires: openstack-dashboard-theme >= %{epoch}:%{version_major} %endif Requires: fontawesome-fonts-web >= 4.1.0 Requires: openssl Requires: logrotate Requires: python3-mod_wsgi Requires: python3-memcached BuildRequires: fontawesome-fonts-web >= 4.1.0 BuildRequires: systemd %description -n openstack-dashboard Openstack Dashboard is a web user interface for Openstack. The package provides a reference implementation using the Django Horizon project, mostly consisting of JavaScript and CSS to tie it altogether as a standalone site. %if 0%{?with_doc} %package doc Summary: Documentation for Django Horizon Group: Documentation Requires: python3-django-horizon = %{epoch}:%{version}-%{release} %description doc Documentation for the Django Horizon application for talking with Openstack %endif %if 0%{rhosp} == 0 %package -n openstack-dashboard-theme Summary: OpenStack web user interface reference implementation theme module Requires: openstack-dashboard = %{epoch}:%{version}-%{release} %description -n openstack-dashboard-theme Customization module for OpenStack Dashboard to provide a branded logo. %endif %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n horizon-%{upstream_version} -S git # customize default settings # WAS [PATCH] disable debug, move web root sed -i "/^DEBUG =.*/c\DEBUG = False" openstack_dashboard/local/local_settings.py.example sed -i "/^WEBROOT =.*/c\WEBROOT = '/dashboard/'" openstack_dashboard/local/local_settings.py.example sed -i "/^.*ALLOWED_HOSTS =.*/c\ALLOWED_HOSTS = ['horizon.example.com', 'localhost']" openstack_dashboard/local/local_settings.py.example sed -i "/^.*LOCAL_PATH =.*/c\LOCAL_PATH = '/tmp'" openstack_dashboard/local/local_settings.py.example sed -i "/^.*POLICY_FILES_PATH =.*/c\POLICY_FILES_PATH = '/etc/openstack-dashboard'" openstack_dashboard/local/local_settings.py.example sed -i "/^BIN_DIR = .*/c\BIN_DIR = '/usr/bin'" openstack_dashboard/settings.py sed -i "/^COMPRESS_PARSER = .*/a COMPRESS_OFFLINE = True" openstack_dashboard/settings.py # set COMPRESS_OFFLINE=True sed -i 's:COMPRESS_OFFLINE.=.False:COMPRESS_OFFLINE = True:' openstack_dashboard/settings.py # Set help_url %if 0%{?rhosp} sed -i "s;'help_url': \"https://docs.openstack.org/\";'help_url': \"https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/\";" openstack_dashboard/settings.py %endif 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 sed -i '/^[\ ]*hacking>=.*/d' tox.ini sed -i '/^[\ ]*doc8 doc\/source/d' tox.ini # requirements-override-centos C9S is providing pyyaml-5.4.1 while package requires >= 6.0 sed -i "s/PyYAML.*/PyYAML/" requirements.txt # uncap some XStatic deps we don't provide yet in RDO sed -i 's/^\(XStatic\)>=.*/\1/' requirements.txt sed -i 's/^\(XStatic-Angular\)>=.*/\1/' requirements.txt sed -i 's/^\(XStatic-JQuery-Migrate\)>=.*/\1/' requirements.txt sed -i 's/^\(XStatic-jquery-ui\)>=.*/\1/' requirements.txt sed -i 's/^\(XStatic-jQuery\)>=.*/\1/' requirements.txt # 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 # Exclude some bad-known runtime reqs for pkg in %{excluded_reqs}; do sed -i /^${pkg}.*/d requirements.txt done %generate_buildrequires %if 0%{?with_doc} %pyproject_buildrequires -t -e %{default_toxenv},docs %else %pyproject_buildrequires -t -e %{default_toxenv} %endif %build # compile message strings cd horizon && django-admin compilemessages && cd .. cd openstack_dashboard && django-admin compilemessages && cd .. %pyproject_wheel # compress css, js etc. cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py # get it ready for compressing later in puppet-horizon %{__python3} manage.py collectstatic --noinput --clear %{__python3} manage.py compress --force %if 0%{?with_doc} # build docs %tox -e docs # Fix hidden-file-or-dir warnings rm -rf doc/build/html/.{doctrees,buildinfo} %endif # undo hack cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py %install %pyproject_install # drop httpd-conf snippet install -m 0644 -D -p %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/conf.d/openstack-dashboard.conf install -d -m 755 %{buildroot}%{_datadir}/openstack-dashboard install -d -m 755 %{buildroot}%{_sharedstatedir}/openstack-dashboard install -d -m 755 %{buildroot}%{_sysconfdir}/openstack-dashboard # drop config snippet install -m 0644 -D -p %{SOURCE4} . # create directory for systemd snippet mkdir -p %{buildroot}%{_unitdir}/httpd.service.d/ cp %{SOURCE3} %{buildroot}%{_unitdir}/httpd.service.d/openstack-dashboard.conf # Copy everything to /usr/share mv %{buildroot}%{python3_sitelib}/openstack_dashboard \ %{buildroot}%{_datadir}/openstack-dashboard cp manage.py %{buildroot}%{_datadir}/openstack-dashboard rm -rf %{buildroot}%{python3_sitelib}/openstack_dashboard # remove unnecessary .po files find %{buildroot} -name django.po -exec rm '{}' \; find %{buildroot} -name djangojs.po -exec rm '{}' \; # Move config to /etc, symlink it back to /usr/share mv %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.py.example %{buildroot}%{_sysconfdir}/openstack-dashboard/local_settings ln -s ../../../../..%{_sysconfdir}/openstack-dashboard/local_settings %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.py mkdir -p %{buildroot}%{_sysconfdir}/openstack-dashboard/local_settings.d mv %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d/* %{buildroot}%{_sysconfdir}/openstack-dashboard/local_settings.d rmdir %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d ln -s ../../../../..%{_sysconfdir}/openstack-dashboard/local_settings.d %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d mv %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/conf/default_policies %{buildroot}%{_sysconfdir}/openstack-dashboard mv %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/conf/*.yaml %{buildroot}%{_sysconfdir}/openstack-dashboard mv %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/conf/nova_policy.d %{buildroot}%{_sysconfdir}/openstack-dashboard %find_lang django --all-name grep "\/usr\/share\/openstack-dashboard" django.lang > dashboard.lang grep "\/site-packages\/horizon" django.lang > horizon.lang # copy static files to %{_datadir}/openstack-dashboard/static mkdir -p %{buildroot}%{_datadir}/openstack-dashboard/static cp -a openstack_dashboard/static/* %{buildroot}%{_datadir}/openstack-dashboard/static cp -a horizon/static/* %{buildroot}%{_datadir}/openstack-dashboard/static cp -a static/* %{buildroot}%{_datadir}/openstack-dashboard/static # create /var/run/openstack-dashboard/ and own it mkdir -p %{buildroot}%{_sharedstatedir}/openstack-dashboard # create /var/log/horizon and own it mkdir -p %{buildroot}%{_var}/log/horizon # place logrotate config: mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d cp -a %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-dashboard %py_byte_compile %{python3} %{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard %check rm horizon/test/unit/hacking/test_checks.py %{__python3} manage.py test horizon --settings=horizon.test.settings %pretrans -n openstack-dashboard -p path = "%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d" st = posix.stat(path) if st and st.type == "directory" then status = os.rename(path, path .. ".rpmmoved") if not status then suffix = 0 while not status do suffix = suffix + 1 status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix) end os.rename(path, path .. ".rpmmoved") end end %post -n openstack-dashboard # ugly hack to set a unique SECRET_KEY sed -i "/^from horizon.utils import secret_key$/d" /etc/openstack-dashboard/local_settings sed -i "/^SECRET_KEY.*$/{N;s/^.*$/SECRET_KEY='`openssl rand -hex 10`'/}" /etc/openstack-dashboard/local_settings # reload systemd unit files systemctl daemon-reload >/dev/null 2>&1 || : %if 0%{rhosp} == 0 %preun -n openstack-dashboard rm -rf %{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d.rpmmoved/ >/dev/null 2>&1 || : %endif %postun # update systemd unit files systemctl daemon-reload >/dev/null 2>&1 || : %files -n python3-django-horizon -f horizon.lang %doc README.rst openstack-dashboard-httpd-logging.conf %license LICENSE %dir %{python3_sitelib}/horizon %{python3_sitelib}/horizon/*.py* %{python3_sitelib}/horizon/browsers %{python3_sitelib}/horizon/conf %{python3_sitelib}/horizon/contrib %{python3_sitelib}/horizon/forms %{python3_sitelib}/horizon/hacking %{python3_sitelib}/horizon/management %{python3_sitelib}/horizon/static %{python3_sitelib}/horizon/tables %{python3_sitelib}/horizon/tabs %{python3_sitelib}/horizon/templates %{python3_sitelib}/horizon/templatetags %{python3_sitelib}/horizon/test %{python3_sitelib}/horizon/utils %{python3_sitelib}/horizon/workflows %{python3_sitelib}/horizon/karma.conf.js %{python3_sitelib}/horizon/middleware %{python3_sitelib}/openstack_auth %{python3_sitelib}/*.dist-info %{python3_sitelib}/horizon/__pycache__ %files -n openstack-dashboard -f dashboard.lang %license LICENSE %dir %{_datadir}/openstack-dashboard/ %{_datadir}/openstack-dashboard/*.py* %{_datadir}/openstack-dashboard/static %{_datadir}/openstack-dashboard/openstack_dashboard/*.py* %{_datadir}/openstack-dashboard/openstack_dashboard/api %{_datadir}/openstack-dashboard/openstack_dashboard/contrib %dir %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/ %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/admin %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/identity %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/project %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/settings %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/__init__.py* %{_datadir}/openstack-dashboard/openstack_dashboard/enabled %{_datadir}/openstack-dashboard/openstack_dashboard/karma.conf.js %{_datadir}/openstack-dashboard/openstack_dashboard/local %ghost %{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d.rpmmoved/ %{_datadir}/openstack-dashboard/openstack_dashboard/management %{_datadir}/openstack-dashboard/openstack_dashboard/static %{_datadir}/openstack-dashboard/openstack_dashboard/templates %{_datadir}/openstack-dashboard/openstack_dashboard/templatetags %{_datadir}/openstack-dashboard/openstack_dashboard/themes %{_datadir}/openstack-dashboard/openstack_dashboard/test %{_datadir}/openstack-dashboard/openstack_dashboard/usage %{_datadir}/openstack-dashboard/openstack_dashboard/utils %dir %{_datadir}/openstack-dashboard/openstack_dashboard %dir %{_datadir}/openstack-dashboard/openstack_dashboard/locale %dir %{_datadir}/openstack-dashboard/openstack_dashboard/locale/?? %dir %{_datadir}/openstack-dashboard/openstack_dashboard/locale/??_?? %dir %{_datadir}/openstack-dashboard/openstack_dashboard/locale/??/LC_MESSAGES %dir %{_datadir}/openstack-dashboard/openstack_dashboard/locale/??_??/LC_MESSAGES %{_datadir}/openstack-dashboard/openstack_dashboard/.eslintrc %{_datadir}/openstack-dashboard/openstack_dashboard/__pycache__ %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/__pycache__ %dir %attr(0750, root, apache) %{_sysconfdir}/openstack-dashboard %dir %attr(0750, root, apache) %{_sysconfdir}/openstack-dashboard/local_settings.d %dir %attr(0750, apache, apache) %{_sharedstatedir}/openstack-dashboard %dir %attr(0750, apache, apache) %{_var}/log/horizon %config(noreplace) %{_sysconfdir}/httpd/conf.d/openstack-dashboard.conf %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/local_settings %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/local_settings.d/*.example %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/default_policies/*.yaml %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/default_policies/README.txt %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/cinder_policy.yaml %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/keystone_policy.yaml %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/nova_policy.yaml %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/glance_policy.yaml %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/neutron_policy.yaml %config(noreplace) %attr(0640, root, apache) %{_sysconfdir}/openstack-dashboard/nova_policy.d/api-extensions.yaml %config(noreplace) %attr(0644, root, root) %{_sysconfdir}/logrotate.d/openstack-dashboard %attr(755,root,root) %dir %{_unitdir}/httpd.service.d %config(noreplace) %{_unitdir}/httpd.service.d/openstack-dashboard.conf %if 0%{?with_doc} %files doc %doc doc/build/html %license LICENSE %endif %if 0%{rhosp} == 0 %files -n openstack-dashboard-theme #%{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme #%{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* %endif %changelog + spectool -g -C /tmp/tmp.eRIrEhIH04/SOURCES python-django-horizon.spec warning: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* + /usr/bin/mock --buildsrpm -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --spec python-django-horizon.spec --sources=/tmp/tmp.eRIrEhIH04/SOURCES WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.2 starting (python version = 3.9.18, NVR = mock-6.2-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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --spec python-django-horizon.spec --sources=/tmp/tmp.eRIrEhIH04/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/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.2 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '__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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}} 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: dc8a2983-fcde-4044-b287-d2a5a9463121 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-ansible-role-lunasa-hsm-4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/4a/38/4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75_9e27a0ec enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/62/bf/62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9_c3f04f2c enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-deef0d4d28d6a1ba84b9f3af49efdd85042f68ff baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/de/ef/deef0d4d28d6a1ba84b9f3af49efdd85042f68ff_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-f584c54dfd03e81c1e9c30e2d22f19d2d17a4353 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/f5/84/f584c54dfd03e81c1e9c30e2d22f19d2d17a4353_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-a1be40e05e0cbe450503c7fb187763d5731ec6e6 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/a1/be/a1be40e05e0cbe450503c7fb187763d5731ec6e6_3fb46216 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-mistral-9a41e546e94a8a9155c3525f3e9f99749370dc8a baseurl=https://trunk.rdoproject.org/centos10-master/component/common/9a/41/9a41e546e94a8a9155c3525f3e9f99749370dc8a_f4a47540 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-21943b55215d3716284d387365dd1f035494da74 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/21/94/21943b55215d3716284d387365dd1f035494da74_7cf6f415 enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-698f7b605926ab26eb1577f8728f77c71e2fbda1 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/69/8f/698f7b605926ab26eb1577f8728f77c71e2fbda1_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-e055873be4079bc9d37165cf75de5495603133b0 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/e0/55/e055873be4079bc9d37165cf75de5495603133b0_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-8b0a181c18ed898f79e86fa9b2d128b9aa8731f8 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/8b/0a/8b0a181c18ed898f79e86fa9b2d128b9aa8731f8_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/32/6d/326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-a016f7a349d55e07c81b693d3dfe9a3ba6244ee9 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/a0/16/a016f7a349d55e07c81b693d3dfe9a3ba6244ee9_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-2fb6ba9343e39f60f058a781afd14b906dd84daa baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/2f/b6/2fb6ba9343e39f60f058a781afd14b906dd84daa_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-15981117ee28627f235264e505e1e0d5956cf4e4 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/15/98/15981117ee28627f235264e505e1e0d5956cf4e4_fa75ed37 enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-87560df365a9f9fc232653131f4ed8b5296f99b8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/87/56/87560df365a9f9fc232653131f4ed8b5296f99b8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ovn-2eada288298bb1982b148144797191254f72f717 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/2e/ad/2eada288298bb1982b148144797191254f72f717_4045074b enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-9106b27fe31e09880096bf20f19c219e3a7a1934 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/91/06/9106b27fe31e09880096bf20f19c219e3a7a1934_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-mistral-tests-tempest-d8be6d1269a1d2bd9816946609161643219c503c baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/d8/be/d8be6d1269a1d2bd9816946609161643219c503c_c979f8a2 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-mistral-ui-65db4b54f114106032012eea637f58ddb71606a8 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/65/db/65db4b54f114106032012eea637f58ddb71606a8_1d64bb4f 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(python-django-horizon.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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 Mock Version: 6.2 INFO: Mock Version: 6.2 INFO: Mock Version: 6.2 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.hvze6e3l', '/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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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'] with env {'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: 16114812 5583724 1168428 3055912 12756064 10531088 DEBUG: Swap: 16777212 5395764 11381448 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 840M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 196G 354G 36% / 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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.w23ymrki', '/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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.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-ansible-role-lunasa-hsm-4a384f4fbed7c9 99 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-62bf4d76d32c2b7ae0276 170 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-deef0d4d28d6a1ba84b9f 143 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-f584c54d 131 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-a1be40e05e0cbe450503c7f 122 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-mistral-9a41e546e94a8a9155c3 171 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-21943b55215d3716284d387 165 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-698f7b605926ab26eb 96 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-e055873be4079bc9d3716 124 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystoneauth1-8b0a181c18ed898f7 138 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-326d5a3991 130 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-a016f7a34 126 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-2fb6ba9343e39f60f058 121 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-15981117ee28627f2352 112 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-87560df365a9f9fc232653131f 124 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ovn-2eada288298bb1982b148144797 151 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-9106b27fe31e09880096bf 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-mistral-tests-tempest-d8be6d126 154 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-mistral-ui-65db4b54f11410603 114 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 52 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 16 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 46 kB/s | 5.7 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 71 kB/s | 6.1 kB 00:00 DEBUG: dlrn-master-testing 86 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 99 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 112 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 9.5 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 18 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 213 kB/s | 32 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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm DEBUG: RPM build warnings: DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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(python-django-horizon.spec) Config(dlrn-5) 0 minutes 10 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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.eRIrEhIH04 WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.2 starting (python version = 3.9.18, NVR = mock-6.2-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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 --rebuild /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012/python-django-horizon-25.4.1-0.20250609144208.eafded7.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: ['/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.2 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: True DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '__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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}, '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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012'}} 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: c2ca0afc-0a82-4d96-a16b-1ee86346f439 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-ansible-role-lunasa-hsm-4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/4a/38/4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75_9e27a0ec enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-openstack-ironic-62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/62/bf/62bf4d76d32c2b7ae02767aefe6d032e1ed4d0e9_c3f04f2c enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-deef0d4d28d6a1ba84b9f3af49efdd85042f68ff baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/de/ef/deef0d4d28d6a1ba84b9f3af49efdd85042f68ff_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-f584c54dfd03e81c1e9c30e2d22f19d2d17a4353 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/f5/84/f584c54dfd03e81c1e9c30e2d22f19d2d17a4353_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-a1be40e05e0cbe450503c7fb187763d5731ec6e6 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/a1/be/a1be40e05e0cbe450503c7fb187763d5731ec6e6_3fb46216 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-mistral-9a41e546e94a8a9155c3525f3e9f99749370dc8a baseurl=https://trunk.rdoproject.org/centos10-master/component/common/9a/41/9a41e546e94a8a9155c3525f3e9f99749370dc8a_f4a47540 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-21943b55215d3716284d387365dd1f035494da74 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/21/94/21943b55215d3716284d387365dd1f035494da74_7cf6f415 enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-698f7b605926ab26eb1577f8728f77c71e2fbda1 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/69/8f/698f7b605926ab26eb1577f8728f77c71e2fbda1_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-e055873be4079bc9d37165cf75de5495603133b0 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/e0/55/e055873be4079bc9d37165cf75de5495603133b0_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-8b0a181c18ed898f79e86fa9b2d128b9aa8731f8 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/8b/0a/8b0a181c18ed898f79e86fa9b2d128b9aa8731f8_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/32/6d/326d5a399168c2a53ec01bf4f74dc6c4dad8eaf3_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-a016f7a349d55e07c81b693d3dfe9a3ba6244ee9 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/a0/16/a016f7a349d55e07c81b693d3dfe9a3ba6244ee9_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-2fb6ba9343e39f60f058a781afd14b906dd84daa baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/2f/b6/2fb6ba9343e39f60f058a781afd14b906dd84daa_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-15981117ee28627f235264e505e1e0d5956cf4e4 baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/15/98/15981117ee28627f235264e505e1e0d5956cf4e4_fa75ed37 enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-87560df365a9f9fc232653131f4ed8b5296f99b8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/87/56/87560df365a9f9fc232653131f4ed8b5296f99b8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ovn-2eada288298bb1982b148144797191254f72f717 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/2e/ad/2eada288298bb1982b148144797191254f72f717_4045074b enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-9106b27fe31e09880096bf20f19c219e3a7a1934 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/91/06/9106b27fe31e09880096bf20f19c219e3a7a1934_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-mistral-tests-tempest-d8be6d1269a1d2bd9816946609161643219c503c baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/d8/be/d8be6d1269a1d2bd9816946609161643219c503c_c979f8a2 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-mistral-ui-65db4b54f114106032012eea637f58ddb71606a8 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/65/db/65db4b54f114106032012eea637f58ddb71606a8_1d64bb4f 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm INFO: Start(/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 Mock Version: 6.2 INFO: Mock Version: 6.2 INFO: Mock Version: 6.2 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.xch87my6', '/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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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'] with env {'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: 16114812 5543808 1200972 3067640 12775160 10571004 DEBUG: Swap: 16777212 5395508 11381704 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 840M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 196G 354G 36% / 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/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 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.pmbu8obl', '/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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.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-ansible-role-lunasa-hsm-4a384f4fbed7c9 138 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-62bf4d76d32c2b7ae0276 184 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-deef0d4d28d6a1ba84b9f 207 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-f584c54d 153 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-a1be40e05e0cbe450503c7f 195 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-mistral-9a41e546e94a8a9155c3 192 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-21943b55215d3716284d387 181 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-698f7b605926ab26eb 185 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-e055873be4079bc9d3716 184 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystoneauth1-8b0a181c18ed898f7 188 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-326d5a3991 173 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-a016f7a34 86 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-2fb6ba9343e39f60f058 103 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-15981117ee28627f2352 87 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-87560df365a9f9fc232653131f 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ovn-2eada288298bb1982b148144797 150 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-9106b27fe31e09880096bf 156 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-mistral-tests-tempest-d8be6d126 133 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-mistral-ui-65db4b54f11410603 112 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 115 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 100 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 31 kB/s | 5.7 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 67 kB/s | 6.1 kB 00:00 DEBUG: dlrn-master-testing 156 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 148 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 151 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 100 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 30 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 260 kB/s | 32 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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.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 python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm Start: build setup for python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/python-django-horizon-25.4.1-0.20250609144208.eafded7.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: python-django-horizon-1:25.4.1-0.20250######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/python-django-horizon-25.4.1-0.20250609144208.eafded7.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: horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz DEBUG: openstack-dashboard-httpd-2.4.conf DEBUG: openstack-dashboard-httpd-logging.conf DEBUG: python-django-horizon-logrotate.conf DEBUG: python-django-horizon-systemd.conf DEBUG: python-django-horizon.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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm DEBUG: RPM build warnings: DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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 Mon Jun 9 10:42:55 2025. DEBUG: Package git-core-2.47.1-2.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.10-3.el10.x86_64 is already installed. DEBUG: Package systemd-257-11.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: fontawesome-fonts-web noarch 1:4.7.0-13.el10s delorean-master-testing 417 k DEBUG: gettext x86_64 0.22.5-6.el10 baseos 1.1 M DEBUG: pyproject-rpm-macros noarch 1.16.2-1.el10 crb 46 k DEBUG: Installing dependencies: DEBUG: fontawesome-fonts noarch 1:4.7.0-13.el10s delorean-master-testing 204 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: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 7 Packages DEBUG: Total size: 2.6 M DEBUG: Installed size: 8.8 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] pyproject-rpm-macros-1.16.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] fontawesome-fonts-4.7.0-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] fontawesome-fonts-web-4.7.0-13.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 : gettext-libs-0.22.5-6.el10.x86_64 1/7 DEBUG: Installing : fontawesome-fonts-1:4.7.0-13.el10s.noarch 2/7 DEBUG: Installing : gettext-envsubst-0.22.5-6.el10.x86_64 3/7 DEBUG: Installing : gettext-runtime-0.22.5-6.el10.x86_64 4/7 DEBUG: Installing : gettext-0.22.5-6.el10.x86_64 5/7 DEBUG: Installing : fontawesome-fonts-web-1:4.7.0-13.el10s.noarch 6/7 DEBUG: Installing : pyproject-rpm-macros-1.16.2-1.el10.noarch 7/7 DEBUG: Running scriptlet: pyproject-rpm-macros-1.16.2-1.el10.noarch 7/7 DEBUG: Installed: DEBUG: fontawesome-fonts-1:4.7.0-13.el10s.noarch DEBUG: fontawesome-fonts-web-1:4.7.0-13.el10s.noarch DEBUG: gettext-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: 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 python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm Start: rpmbuild python-django-horizon-25.4.1-0.20250609144208.eafded7.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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.3EvHjd DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf horizon-25.4.1.dev13 DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/horizon-25.4.1.dev13-0.20250609144208.eafded7.tar.gz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd horizon-25.4.1.dev13 DEBUG: + rm -rf /builddir/build/BUILD/horizon-25.4.1.dev13-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13-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 'python-django-horizon-25.4.1 base' DEBUG: + /usr/bin/git checkout --track -b rpm-build DEBUG: Switched to a new branch 'rpm-build' DEBUG: branch 'rpm-build' set up to track 'master'. DEBUG: + sed -i '/^DEBUG =.*/c\DEBUG = False' openstack_dashboard/local/local_settings.py.example DEBUG: + sed -i '/^WEBROOT =.*/c\WEBROOT = '\''/dashboard/'\''' openstack_dashboard/local/local_settings.py.example DEBUG: + sed -i '/^.*ALLOWED_HOSTS =.*/c\ALLOWED_HOSTS = ['\''horizon.example.com'\'', '\''localhost'\'']' openstack_dashboard/local/local_settings.py.example DEBUG: + sed -i '/^.*LOCAL_PATH =.*/c\LOCAL_PATH = '\''/tmp'\''' openstack_dashboard/local/local_settings.py.example DEBUG: + sed -i '/^.*POLICY_FILES_PATH =.*/c\POLICY_FILES_PATH = '\''/etc/openstack-dashboard'\''' openstack_dashboard/local/local_settings.py.example DEBUG: + sed -i '/^BIN_DIR = .*/c\BIN_DIR = '\''/usr/bin'\''' openstack_dashboard/settings.py DEBUG: + sed -i '/^COMPRESS_PARSER = .*/a COMPRESS_OFFLINE = True' openstack_dashboard/settings.py DEBUG: + sed -i 's:COMPRESS_OFFLINE.=.False:COMPRESS_OFFLINE = True:' openstack_dashboard/settings.py 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 '/^[\ ]*hacking>=.*/d' tox.ini DEBUG: + sed -i '/^[\ ]*doc8 doc\/source/d' tox.ini DEBUG: + sed -i 's/PyYAML.*/PyYAML/' requirements.txt DEBUG: + sed -i 's/^\(XStatic\)>=.*/\1/' requirements.txt DEBUG: + sed -i 's/^\(XStatic-Angular\)>=.*/\1/' requirements.txt DEBUG: + sed -i 's/^\(XStatic-JQuery-Migrate\)>=.*/\1/' requirements.txt DEBUG: + sed -i 's/^\(XStatic-jquery-ui\)>=.*/\1/' requirements.txt DEBUG: + sed -i 's/^\(XStatic-jQuery\)>=.*/\1/' requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate nodeenv pytest-django pytest-html xvfbwrapper 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 nodeenv pytest-django pytest-html xvfbwrapper 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 nodeenv pytest-django pytest-html xvfbwrapper 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 nodeenv pytest-django pytest-html xvfbwrapper 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 nodeenv pytest-django pytest-html xvfbwrapper 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 nodeenv pytest-django pytest-html xvfbwrapper 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 nodeenv pytest-django pytest-html xvfbwrapper DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^nodeenv.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^nodeenv.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate nodeenv pytest-django pytest-html xvfbwrapper DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^pytest-django.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^pytest-django.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate nodeenv pytest-django pytest-html xvfbwrapper DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^pytest-html.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^pytest-html.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate nodeenv pytest-django pytest-html xvfbwrapper DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^xvfbwrapper.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^xvfbwrapper.*/d' test-requirements.txt DEBUG: + for pkg in enmerkar pymongo tzdata DEBUG: + sed -i '/^enmerkar.*/d' requirements.txt DEBUG: + for pkg in enmerkar pymongo tzdata DEBUG: + sed -i '/^pymongo.*/d' requirements.txt DEBUG: + for pkg in enmerkar pymongo tzdata DEBUG: + sed -i '/^tzdata.*/d' requirements.txt DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.9QGLyo DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd horizon-25.4.1.dev13 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement not satisfied: wheel DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Exiting dependency generation pass: get_requires_for_build_wheel DEBUG: + cat /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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:05 ago on Mon Jun 9 10:42:55 2025. DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el10s.noarch is already installed. DEBUG: Package gettext-0.22.5-6.el10.x86_64 is already installed. DEBUG: Package git-core-2.47.1-2.el10.x86_64 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.10-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.10-3.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-9.el10.noarch is already installed. DEBUG: Package systemd-257-11.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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.2QXPav DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd horizon-25.4.1.dev13 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement not satisfied: tox-current-env >= 0.0.6 DEBUG: Exiting dependency generation pass: tox itself DEBUG: + cat /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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:08 ago on Mon Jun 9 10:42:55 2025. DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el10s.noarch is already installed. DEBUG: Package gettext-0.22.5-6.el10.x86_64 is already installed. DEBUG: Package git-core-2.47.1-2.el10.x86_64 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.10-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.10-3.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-9.el10.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-11.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-9.el10 crb 678 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-9.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-9.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-9.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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-9.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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-9.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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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.Zw2tpA DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd horizon-25.4.1.dev13 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.00 seconds) DEBUG: congratulations :) (0.07 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling coverage>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: coverage>=4.0 DEBUG: Handling freezegun>=0.3.15 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: freezegun>=0.3.15 DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pytest>=5.3.5 DEBUG: Handling pymemcache>=4.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pymemcache>=4.0.0 DEBUG: Handling selenium>=2.50.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: selenium>=2.50.1 DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testscenarios>=0.4 DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testtools>=2.2.0 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 Babel>=2.6.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Babel>=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Django>=4.2,<4.3 DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: django-compressor>=4.4 DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: django-debreach>=1.4.2 DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: futurist>=1.2.0 DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: iso8601>=0.1.11 DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=4.3.1 DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: netaddr>=0.7.18 DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.concurrency>=4.5.0 DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.config>=8.8.0 DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.i18n>=5.1.0 DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.policy>=3.11.0 DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.serialization>=4.3.0 DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.upgradecheck>=1.5.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 osprofiler>=3.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: osprofiler>=3.4.2 DEBUG: Handling libsass>=0.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: libsass>=0.23.0 DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-cinderclient>=8.0.0 DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-glanceclient>=2.8.0 DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-keystoneclient>=3.22.0 DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-neutronclient>=8.1.0 DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-novaclient>=9.1.0 DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-swiftclient>=3.2.0 DEBUG: Handling PyYAML from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyYAML DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: semantic-version>=2.3.1 DEBUG: Handling XStatic from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic DEBUG: Handling XStatic-Angular from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-Bootstrap>=2.2.0.0 DEBUG: Handling XStatic-Angular-FileUpload>=12.0.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-FileUpload>=12.0.4.0 DEBUG: Handling XStatic-Angular-Gettext>=2.3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-Gettext>=2.3.8.0 DEBUG: Handling XStatic-Angular-lrdragndrop>=1.0.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-lrdragndrop>=1.0.2.2 DEBUG: Handling XStatic-Angular-Schema-Form>=0.8.13.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-Schema-Form>=0.8.13.0 DEBUG: Handling XStatic-Bootstrap-Datepicker>=1.3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Bootstrap-Datepicker>=1.3.1.0 DEBUG: Handling XStatic-Bootstrap-SCSS>=3.3.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Bootstrap-SCSS>=3.3.7.1 DEBUG: Handling XStatic-bootswatch>=3.3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-bootswatch>=3.3.7.0 DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-D3>=3.5.17.0 DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Hogan>=2.0.0.2 DEBUG: Handling XStatic-Font-Awesome>=4.7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Font-Awesome>=4.7.0.0 DEBUG: Handling XStatic-Jasmine>=2.4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Jasmine>=2.4.1.1 DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-jQuery DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JQuery-Migrate DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JQuery.quicksearch>=2.0.3.2 DEBUG: Handling XStatic-JQuery.TableSorter>=2.14.5.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JQuery.TableSorter>=2.14.5.1 DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-jquery-ui DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JSEncrypt>=2.3.1.1 DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-mdi>=1.6.50.2 DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-objectpath>=1.2.1.0 DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Rickshaw>=1.5.0.0 DEBUG: Handling XStatic-roboto-fontface>=0.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-roboto-fontface>=0.5.0.0 DEBUG: Handling XStatic-smart-table>=1.4.13.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-smart-table>=1.4.13.2 DEBUG: Handling XStatic-Spin>=1.2.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Spin>=1.2.5.2 DEBUG: Handling XStatic-term.js>=0.0.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-term.js>=0.0.7.0 DEBUG: Handling XStatic-tv4>=1.2.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-tv4>=1.2.7.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 Babel>=2.6.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Babel>=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Django>=4.2,<4.3 DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: django-compressor>=4.4 DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: django-debreach>=1.4.2 DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: futurist>=1.2.0 DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: iso8601>=0.1.11 DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=4.3.1 DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: netaddr>=0.7.18 DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.concurrency>=4.5.0 DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.config>=8.8.0 DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.i18n>=5.1.0 DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.policy>=3.11.0 DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.serialization>=4.3.0 DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.upgradecheck>=1.5.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 osprofiler>=3.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: osprofiler>=3.4.2 DEBUG: Handling libsass>=0.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: libsass>=0.23.0 DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-cinderclient>=8.0.0 DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-glanceclient>=2.8.0 DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-keystoneclient>=3.22.0 DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-neutronclient>=8.1.0 DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-novaclient>=9.1.0 DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-swiftclient>=3.2.0 DEBUG: Handling PyYAML from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyYAML DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: semantic-version>=2.3.1 DEBUG: Handling XStatic from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic DEBUG: Handling XStatic-Angular from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-Bootstrap>=2.2.0.0 DEBUG: Handling XStatic-Angular-FileUpload>=12.0.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-FileUpload>=12.0.4.0 DEBUG: Handling XStatic-Angular-Gettext>=2.3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-Gettext>=2.3.8.0 DEBUG: Handling XStatic-Angular-lrdragndrop>=1.0.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-lrdragndrop>=1.0.2.2 DEBUG: Handling XStatic-Angular-Schema-Form>=0.8.13.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Angular-Schema-Form>=0.8.13.0 DEBUG: Handling XStatic-Bootstrap-Datepicker>=1.3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Bootstrap-Datepicker>=1.3.1.0 DEBUG: Handling XStatic-Bootstrap-SCSS>=3.3.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Bootstrap-SCSS>=3.3.7.1 DEBUG: Handling XStatic-bootswatch>=3.3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-bootswatch>=3.3.7.0 DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-D3>=3.5.17.0 DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Hogan>=2.0.0.2 DEBUG: Handling XStatic-Font-Awesome>=4.7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Font-Awesome>=4.7.0.0 DEBUG: Handling XStatic-Jasmine>=2.4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Jasmine>=2.4.1.1 DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-jQuery DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JQuery-Migrate DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JQuery.quicksearch>=2.0.3.2 DEBUG: Handling XStatic-JQuery.TableSorter>=2.14.5.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JQuery.TableSorter>=2.14.5.1 DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-jquery-ui DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-JSEncrypt>=2.3.1.1 DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-mdi>=1.6.50.2 DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-objectpath>=1.2.1.0 DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Rickshaw>=1.5.0.0 DEBUG: Handling XStatic-roboto-fontface>=0.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-roboto-fontface>=0.5.0.0 DEBUG: Handling XStatic-smart-table>=1.4.13.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-smart-table>=1.4.13.2 DEBUG: Handling XStatic-Spin>=1.2.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-Spin>=1.2.5.2 DEBUG: Handling XStatic-term.js>=0.0.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-term.js>=0.0.7.0 DEBUG: Handling XStatic-tv4>=1.2.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: XStatic-tv4>=1.2.7.0 DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: openstackdocstheme>=2.2.1 DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: reno>=3.1.0 DEBUG: Handling sphinx>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-svg2pdfconverter>=0.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: sphinxcontrib-svg2pdfconverter>=0.1.0 DEBUG: Handling mock>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: mock>=2.0.0 DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pytest>=5.3.5 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 horizon.egg-info/PKG-INFO DEBUG: writing dependency_links to horizon.egg-info/dependency_links.txt DEBUG: writing entry points to horizon.egg-info/entry_points.txt DEBUG: writing requirements to horizon.egg-info/requires.txt DEBUG: writing top-level names to horizon.egg-info/top_level.txt DEBUG: writing pbr to horizon.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 'horizon.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/horizon-25.4.1.dev13/horizon-25.4.1.dev13.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Babel >=2.6.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: Babel >=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django <4.3,>=4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: Django <4.3,>=4.2 DEBUG: Handling django-compressor >=4.4 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: django-compressor >=4.4 DEBUG: Handling django-debreach >=1.4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: django-debreach >=1.4.2 DEBUG: Handling futurist >=1.2.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: futurist >=1.2.0 DEBUG: Handling iso8601 >=0.1.11 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: iso8601 >=0.1.11 DEBUG: Handling keystoneauth1 >=4.3.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: keystoneauth1 >=4.3.1 DEBUG: Handling netaddr >=0.7.18 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: netaddr >=0.7.18 DEBUG: Handling oslo.concurrency >=4.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.concurrency >=4.5.0 DEBUG: Handling oslo.config >=8.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.config >=8.8.0 DEBUG: Handling oslo.i18n >=5.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.i18n >=5.1.0 DEBUG: Handling oslo.policy >=3.11.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.policy >=3.11.0 DEBUG: Handling oslo.serialization >=4.3.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.serialization >=4.3.0 DEBUG: Handling oslo.upgradecheck >=1.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.upgradecheck >=1.5.0 DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: oslo.utils >=7.0.0 DEBUG: Handling osprofiler >=3.4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: osprofiler >=3.4.2 DEBUG: Handling libsass >=0.23.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: libsass >=0.23.0 DEBUG: Handling python-cinderclient >=8.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: python-cinderclient >=8.0.0 DEBUG: Handling python-glanceclient >=2.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: python-glanceclient >=2.8.0 DEBUG: Handling python-keystoneclient >=3.22.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: python-keystoneclient >=3.22.0 DEBUG: Handling python-neutronclient >=8.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: python-neutronclient >=8.1.0 DEBUG: Handling python-novaclient >=9.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: python-novaclient >=9.1.0 DEBUG: Handling python-swiftclient >=3.2.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: python-swiftclient >=3.2.0 DEBUG: Handling PyYAML from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: PyYAML DEBUG: Handling requests >=2.25.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: requests >=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version >=2.3.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: semantic-version >=2.3.1 DEBUG: Handling XStatic from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic DEBUG: Handling XStatic-Angular from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Angular DEBUG: Handling XStatic-Angular-Bootstrap >=2.2.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Angular-Bootstrap >=2.2.0.0 DEBUG: Handling XStatic-Angular-FileUpload >=12.0.4.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Angular-FileUpload >=12.0.4.0 DEBUG: Handling XStatic-Angular-Gettext >=2.3.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Angular-Gettext >=2.3.8.0 DEBUG: Handling XStatic-Angular-lrdragndrop >=1.0.2.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Angular-lrdragndrop >=1.0.2.2 DEBUG: Handling XStatic-Angular-Schema-Form >=0.8.13.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Angular-Schema-Form >=0.8.13.0 DEBUG: Handling XStatic-Bootstrap-Datepicker >=1.3.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Bootstrap-Datepicker >=1.3.1.0 DEBUG: Handling XStatic-Bootstrap-SCSS >=3.3.7.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Bootstrap-SCSS >=3.3.7.1 DEBUG: Handling XStatic-bootswatch >=3.3.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-bootswatch >=3.3.7.0 DEBUG: Handling XStatic-D3 >=3.5.17.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-D3 >=3.5.17.0 DEBUG: Handling XStatic-Hogan >=2.0.0.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Hogan >=2.0.0.2 DEBUG: Handling XStatic-Font-Awesome >=4.7.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Font-Awesome >=4.7.0.0 DEBUG: Handling XStatic-Jasmine >=2.4.1.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Jasmine >=2.4.1.1 DEBUG: Handling XStatic-jQuery from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-jQuery DEBUG: Handling XStatic-JQuery-Migrate from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-JQuery-Migrate DEBUG: Handling XStatic-JQuery.quicksearch >=2.0.3.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-JQuery.quicksearch >=2.0.3.2 DEBUG: Handling XStatic-JQuery.TableSorter >=2.14.5.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-JQuery.TableSorter >=2.14.5.1 DEBUG: Handling XStatic-jquery-ui from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-jquery-ui DEBUG: Handling XStatic-JSEncrypt >=2.3.1.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-JSEncrypt >=2.3.1.1 DEBUG: Handling XStatic-mdi >=1.6.50.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-mdi >=1.6.50.2 DEBUG: Handling XStatic-objectpath >=1.2.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-objectpath >=1.2.1.0 DEBUG: Handling XStatic-Rickshaw >=1.5.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Rickshaw >=1.5.0.0 DEBUG: Handling XStatic-roboto-fontface >=0.5.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-roboto-fontface >=0.5.0.0 DEBUG: Handling XStatic-smart-table >=1.4.13.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-smart-table >=1.4.13.2 DEBUG: Handling XStatic-Spin >=1.2.5.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-Spin >=1.2.5.2 DEBUG: Handling XStatic-term.js >=0.0.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-term.js >=0.0.7.0 DEBUG: Handling XStatic-tv4 >=1.2.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement not satisfied: XStatic-tv4 >=1.2.7.0 DEBUG: + cat /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv horizon-25.4.1.dev13.dist-info/ DEBUG: removed 'horizon-25.4.1.dev13.dist-info/AUTHORS' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/LICENSE' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/METADATA' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/entry_points.txt' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/pbr.json' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/top_level.txt' DEBUG: removed directory 'horizon-25.4.1.dev13.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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:11 ago on Mon Jun 9 10:42:55 2025. DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el10s.noarch is already installed. DEBUG: Package gettext-0.22.5-6.el10.x86_64 is already installed. DEBUG: Package git-core-2.47.1-2.el10.x86_64 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.10-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.10-3.el10.x86_64 is already installed. DEBUG: Package python3-babel-2.13.1-5.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.3-2.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-9.el10.noarch is already installed. DEBUG: Package python3-sphinx-1:7.2.6-10.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-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-11.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ================================================================================================================================== DEBUG: Installing: DEBUG: python3-XStatic noarch 1.0.1-23.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Angular noarch 1:1.5.8.0-14.el10s delorean-master-testing 17 k DEBUG: python3-XStatic-Angular-Bootstrap noarch 2.2.0.0-14.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Angular-FileUpload noarch 12.0.4.0-18.el10s delorean-master-testing 14 k DEBUG: python3-XStatic-Angular-Gettext noarch 2.3.8.0-1.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Angular-Schema-Form noarch 0.8.13.0-3.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Angular-lrdragndrop noarch 1.0.2.2-20.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Bootstrap-Datepicker noarch 1.3.1.0-20.el10s delorean-master-testing 14 k DEBUG: python3-XStatic-Bootstrap-SCSS noarch 3.3.7.1-14.el10s delorean-master-testing 14 k DEBUG: python3-XStatic-D3 noarch 3.5.17.0-14.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Font-Awesome noarch 4.7.0.0-14.el10s delorean-master-testing 14 k DEBUG: python3-XStatic-Hogan noarch 2.0.0.2-21.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-JQuery-Migrate noarch 1.2.1.1-21.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-JQuery-TableSorter noarch 2.14.5.1-21.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-JQuery-quicksearch noarch 2.0.3.2-1.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-JSEncrypt noarch 2.3.1.1-13.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Jasmine noarch 2.4.1.1-13.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Rickshaw noarch 1.5.0.0-23.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-Spin noarch 1.2.5.2-22.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-bootswatch noarch 3.3.7.0-15.el10s delorean-master-testing 16 k DEBUG: python3-XStatic-jQuery noarch 1.10.2.1-9.el10s.2 delorean-master-testing 110 k DEBUG: python3-XStatic-jquery-ui noarch 1.12.0.1-13.el10s delorean-master-testing 16 k DEBUG: python3-XStatic-mdi noarch 1.6.50.2-4.el10s delorean-master-testing 28 k DEBUG: python3-XStatic-objectpath noarch 1.2.1.0-3.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-roboto-fontface noarch 0.5.0.0-17.el10s delorean-master-testing 14 k DEBUG: python3-XStatic-smart-table noarch 1.4.13.2-13.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-termjs noarch 0.0.7.0-13.el10s delorean-master-testing 13 k DEBUG: python3-XStatic-tv4 noarch 1.2.7.0-3.el10s delorean-master-testing 13 k DEBUG: python3-cinderclient noarch 9.7.0-0.20250318125740.63e3fa7.el10 delorean-component-clients 268 k DEBUG: python3-coverage x86_64 7.3.2-5.el10s delorean-master-testing 358 k DEBUG: python3-django noarch 4.2.14-3.el10s delorean-master-testing 5.0 M DEBUG: python3-django-compressor noarch 4.5.1-2.el10s delorean-master-testing 228 k DEBUG: python3-django-debreach noarch 2.1.0-2.el10s delorean-master-testing 20 k DEBUG: python3-freezegun noarch 1.5.1-3.el10s delorean-master-build-deps 45 k DEBUG: python3-futurist noarch 3.1.1-0.20250513101246.8a4c380.el10 delorean-component-common 76 k DEBUG: python3-glanceclient noarch 1:4.8.0-0.20250318093747.235814c.el10 delorean-component-clients 185 k DEBUG: python3-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 k DEBUG: python3-keystoneauth1 noarch 5.11.0-0.20250602113607.8b0a181.el10 delorean-component-keystone 555 k DEBUG: python3-keystoneclient noarch 1:5.6.0-0.20250318091942.0d43c46.el10 delorean-component-clients 278 k DEBUG: python3-libsass x86_64 0.23.0-4.el10s delorean-master-testing 102 k DEBUG: python3-mock noarch 4.0.3-17.el10s delorean-master-testing 74 k DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-neutronclient noarch 11.5.0-0.20250527143657.690bb97.el10 delorean-component-clients 340 k DEBUG: python3-novaclient noarch 1:18.9.0-0.20250319052751.4c3216d.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.1.0-0.20250318114002.6250095.el10 delorean-component-common 46 k DEBUG: python3-oslo-config noarch 2:9.8.0-0.20250602113751.b18ff43.el10 delorean-component-common 282 k DEBUG: python3-oslo-i18n noarch 6.5.1-0.20250318101249.162e0fa.el10 delorean-component-common 65 k DEBUG: python3-oslo-policy noarch 4.5.1-0.20250318102620.3bb5d92.el10 delorean-component-common 90 k DEBUG: python3-oslo-serialization noarch 5.7.0-0.20250318115342.bff992d.el10 delorean-component-common 35 k DEBUG: python3-oslo-upgradecheck noarch 2.5.0-0.20250318103257.27366ba.el10 delorean-component-common 29 k DEBUG: python3-oslo-utils noarch 9.0.0-0.20250602113342.1a85259.el10 delorean-component-common 129 k DEBUG: python3-osprofiler noarch 4.2.0-0.20250217110136.3fb0487.el10 delorean-component-common 164 k DEBUG: python3-pymemcache noarch 4.0.0-1.el10s delorean-master-testing 148 k DEBUG: python3-pytest noarch 7.4.3-5.el10 crb 756 k DEBUG: python3-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-reno noarch 4.1.0-0.20250212114939.47651ec.el10 delorean-component-common 139 k DEBUG: python3-selenium noarch 3.141.0-1.el10s delorean-master-build-deps 870 k DEBUG: python3-semantic_version noarch 2.10.0-10.el10 crb 50 k DEBUG: python3-sphinxcontrib-svg2pdfconverter-common noarch 1.2.0-13.el10s delorean-master-build-deps 13 k DEBUG: python3-swiftclient noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 213 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: Installing dependencies: DEBUG: XStatic-Angular-common noarch 1:1.5.8.0-14.el10s delorean-master-testing 409 k DEBUG: bash-completion noarch 1:2.11-16.el10 baseos 453 k DEBUG: bootswatch-common noarch 3.3.7.0-15.el10s delorean-master-testing 564 k DEBUG: bootswatch-fonts noarch 3.3.7.0-15.el10s delorean-master-testing 116 k DEBUG: libsass x86_64 3.6.6-1.el10s delorean-master-testing 719 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: mdi-common noarch 1.6.50.2-4.el10s delorean-master-testing 48 k DEBUG: mdi-fonts noarch 1.6.50.2-4.el10s delorean-master-testing 519 k DEBUG: python-oslo-concurrency-lang noarch 7.1.0-0.20250318114002.6250095.el10 delorean-component-common 13 k DEBUG: python-oslo-i18n-lang noarch 6.5.1-0.20250318101249.162e0fa.el10 delorean-component-common 14 k DEBUG: python-oslo-log-lang noarch 7.1.0-0.20250318111316.0c290b1.el10 delorean-component-common 13 k DEBUG: python-oslo-middleware-lang noarch 6.5.0-0.20250513102931.26dfbfd.el10 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 4.5.1-0.20250318102620.3bb5d92.el10 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 9.0.0-0.20250602113342.1a85259.el10 delorean-component-common 13 k DEBUG: python3-amqp noarch 5.2.0-7.el10s delorean-master-testing 109 k DEBUG: python3-asgiref noarch 3.8.1-1.el10s delorean-master-testing 56 k DEBUG: python3-attrs noarch 23.2.0-7.el10 baseos 125 k DEBUG: python3-autopage noarch 0.5.2-8.el10s delorean-master-testing 75 k DEBUG: python3-bcrypt x86_64 3.2.2-4.el10s delorean-master-testing 42 k DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-cliff noarch 4.9.1-0.20250314125026.083572e.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.8.2-15.el10 baseos 358 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-django-appconf noarch 1.0.6-2.el10s delorean-master-testing 49 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-fasteners noarch 0.19-1.el10s delorean-master-testing 43 k DEBUG: python3-iniconfig noarch 1.1.1-18.el10 crb 19 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-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-msgpack x86_64 1.1.0-1.el10s delorean-master-testing 103 k DEBUG: python3-openstacksdk noarch 4.5.0-0.20250513102338.bbe9c96.el10 delorean-component-clients 1.0 M DEBUG: python3-os-client-config noarch 2.1.0-0.20250311184638.bc96c23.el10 delorean-component-clients 61 k DEBUG: python3-os-service-types noarch 1.7.0-0.20250217105409.0b2f473.el10 delorean-component-clients 40 k DEBUG: python3-osc-lib noarch 4.0.2-0.20250527151127.e63cb66.el10 delorean-component-clients 100 k DEBUG: python3-oslo-context noarch 6.0.0-0.20250527143853.7750bda.el10 delorean-component-common 28 k DEBUG: python3-oslo-log noarch 7.1.0-0.20250318111316.0c290b1.el10 delorean-component-common 73 k DEBUG: python3-oslo-messaging noarch 17.0.0-0.20250527150124.510688d.el10 delorean-component-common 213 k DEBUG: python3-oslo-metrics noarch 0.12.0-0.20250527143953.19b3c0a.el10 delorean-component-common 26 k DEBUG: python3-oslo-middleware noarch 6.5.0-0.20250513102931.26dfbfd.el10 delorean-component-common 70 k DEBUG: python3-oslo-service noarch 4.1.1-0.20250318124125.7a52803.el10 delorean-component-common 92 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-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-pycparser noarch 2.20-16.el10 baseos 158 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-rcssmin x86_64 1.1.2-1.el10s delorean-master-testing 33 k DEBUG: python3-rdflib noarch 7.1.3-1.el10s delorean-master-build-deps 923 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-rjsmin x86_64 1.2.3-2.el10s delorean-master-testing 31 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-sqlparse noarch 0.4.2-4.el10s delorean-master-testing 105 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-stevedore noarch 5.4.1-0.20250314122149.27e27c1.el10 delorean-component-clients 79 k DEBUG: python3-swiftclient+keystone noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 8.0 k DEBUG: python3-vine noarch 5.1.0-10.el10s delorean-master-testing 27 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: roboto-fontface-common noarch 0.5.0.0-17.el10s delorean-master-testing 18 k DEBUG: roboto-fontface-fonts noarch 0.5.0.0-17.el10s delorean-master-testing 3.9 M DEBUG: web-assets-filesystem noarch 5-23.el10 appstream 8.7 k DEBUG: which x86_64 2.21-43.el10 baseos 42 k DEBUG: xstatic-angular-bootstrap-common noarch 2.2.0.0-14.el10s delorean-master-testing 56 k DEBUG: xstatic-angular-fileupload-common noarch 12.0.4.0-18.el10s delorean-master-testing 148 k DEBUG: xstatic-angular-gettext-common noarch 2.3.8.0-1.el10s delorean-master-testing 16 k DEBUG: xstatic-angular-lrdragndrop-common noarch 1.0.2.2-20.el10s delorean-master-testing 10 k DEBUG: xstatic-angular-schema-form-common noarch 0.8.13.0-3.el10s delorean-master-testing 42 k DEBUG: xstatic-bootstrap-datepicker-common noarch 1.3.1.0-20.el10s delorean-master-testing 40 k DEBUG: xstatic-bootstrap-scss-common noarch 3.3.7.1-14.el10s delorean-master-testing 194 k DEBUG: xstatic-d3-common noarch 3.5.17.0-14.el10s delorean-master-testing 72 k DEBUG: xstatic-hogan-common noarch 2.0.0.2-21.el10s delorean-master-testing 13 k DEBUG: xstatic-jasmine-common noarch 2.4.1.1-13.el10s delorean-master-testing 40 k DEBUG: xstatic-jquery-migrate-common noarch 1.2.1.1-21.el10s delorean-master-testing 16 k DEBUG: xstatic-jquery-quicksearch-common noarch 2.0.3.2-1.el10s delorean-master-testing 13 k DEBUG: xstatic-jquery-tablesorter-common noarch 2.14.5.1-21.el10s delorean-master-testing 24 k DEBUG: xstatic-jquery-ui-common noarch 1.12.0.1-13.el10s delorean-master-testing 580 k DEBUG: xstatic-jsencrypt-common noarch 2.3.1.1-13.el10s delorean-master-testing 37 k DEBUG: xstatic-objectpath-common noarch 1.2.1.0-3.el10s delorean-master-testing 9.5 k DEBUG: xstatic-rickshaw-common noarch 1.5.0.0-23.el10s delorean-master-testing 31 k DEBUG: xstatic-smart-table-common noarch 1.4.13.2-13.el10s delorean-master-testing 18 k DEBUG: xstatic-spin-common noarch 1.2.5.2-22.el10s delorean-master-testing 11 k DEBUG: xstatic-termjs-common noarch 0.0.7.0-13.el10s delorean-master-testing 39 k DEBUG: xstatic-tv4-common noarch 1.2.7.0-3.el10s delorean-master-testing 26 k DEBUG: Installing weak dependencies: DEBUG: python-django-bash-completion noarch 4.2.14-3.el10s delorean-master-testing 11 k DEBUG: Transaction Summary DEBUG: ================================================================================================================================== DEBUG: Install 168 Packages DEBUG: Total size: 33 M DEBUG: Installed size: 139 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glanceclient-4.8.0-0.20250318093747.235814c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-5.6.0-0.20250318091942.0d43c46.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutronclient-11.5.0-0.20250527143657.690bb97.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-novaclient-18.9.0-0.20250319052751.4c3216d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstacksdk-4.5.0-0.20250513102338.bbe9c96.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-client-config-2.1.0-0.20250311184638.bc96c23.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.7.0-0.20250217105409.0b2f473.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osc-lib-4.0.2-0.20250527151127.e63cb66.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-5.4.1-0.20250314122149.27e27c1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-7.1.0-0.20250318114002.6250095.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-6.5.1-0.20250318101249.162e0fa.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-7.1.0-0.20250318111316.0c290b1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-middleware-lang-6.5.0-0.20250513102931.26dfbfd.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-policy-lang-4.5.1-0.20250318102620.3bb5d92.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-9.0.0-0.20250602113342.1a85259.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-4.9.1-0.20250314125026.083572e.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.1.1-0.20250513101246.8a4c380.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-9.8.0-0.20250602113751.b18ff43.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-6.0.0-0.20250527143853.7750bda.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-7.1.0-0.20250318111316.0c290b1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-messaging-17.0.0-0.20250527150124.510688d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-metrics-0.12.0-0.20250527143953.19b3c0a.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-middleware-6.5.0-0.20250513102931.26dfbfd.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-service-4.1.1-0.20250318124125.7a52803.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osprofiler-4.2.0-0.20250217110136.3fb0487.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-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bash-completion-2.11-16.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.8.2-15.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-43.el10.x86_64.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-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] web-assets-filesystem-5-23.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iniconfig-1.1.1-18.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytest-7.4.3-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-semantic_version-2.10.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] XStatic-Angular-common-1.5.8.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bootswatch-common-3.3.7.0-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bootswatch-fonts-3.3.7.0-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libsass-3.6.6-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mdi-common-1.6.50.2-4.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] mdi-fonts-1.6.50.2-4.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-django-bash-completion-4.2.14-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-1.0.1-23.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Angular-1.5.8.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-D3-3.5.17.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-Spin-1.2.5.2-22.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-mdi-1.6.50.2-4.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-termjs-0.0.7.0-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-XStatic-tv4-1.2.7.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-amqp-5.2.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-asgiref-3.8.1-1.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-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-django-4.2.14-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-django-appconf-1.0.6-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-django-compressor-4.5.1-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-django-debreach-2.1.0-2.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-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-kombu-5.3.7-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-libsass-0.23.0-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mock-4.0.3-17.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.1.0-1.el10s.x86_64.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-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-rcssmin-1.1.2-1.el10s.x86_64.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-rjsmin-1.2.3-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-routes-2.5.1-11.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sqlparse-0.4.2-4.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-33.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-vine-5.1.0-10.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] roboto-fontface-common-0.5.0.0-17.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] roboto-fontface-fonts-0.5.0.0-17.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-angular-bootstrap-common-2.2.0.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-angular-fileupload-common-12.0.4.0-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-angular-gettext-common-2.3.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-angular-lrdragndrop-common-1.0.2.2-20.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-angular-schema-form-common-0.8.13.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-bootstrap-datepicker-common-1.3.1.0-20.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-d3-common-3.5.17.0-14.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-hogan-common-2.0.0.2-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-jasmine-common-2.4.1.1-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-jquery-migrate-common-1.2.1.1-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-jquery-quicksearch-common-2.0.3.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-jquery-tablesorter-common-2.14.5.1-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-objectpath-common-1.2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-smart-table-common-1.4.13.2-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-spin-common-1.2.5.2-22.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-termjs-common-0.0.7.0-13.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xstatic-tv4-common-1.2.7.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-freezegun-1.5.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackdocstheme-3.0.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rdflib-7.1.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-selenium-3.141.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.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-XStatic-1.0.1-23.el10s.noarch 1/168 DEBUG: Installing : web-assets-filesystem-5-23.el10.noarch 2/168 DEBUG: Installing : python3-stevedore-5.4.1-0.20250314122149.27e27c1 3/168 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 4/168 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 5/168 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 6/168 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 7/168 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 8/168 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 9/168 DEBUG: Installing : python3-oslo-context-6.0.0-0.20250527143853.7750 10/168 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 11/168 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 12/168 DEBUG: Installing : python3-dulwich-0.22.1-2.el10s.x86_64 13/168 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 14/168 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 15/168 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 16/168 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 17/168 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 18/168 DEBUG: Installing : python3-dateutil-1:2.8.2-15.el10.noarch 19/168 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 20/168 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 21/168 DEBUG: Installing : python3-os-service-types-1.7.0-0.20250217105409. 22/168 DEBUG: Installing : python3-keystoneauth1-5.11.0-0.20250602113607.8b 23/168 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 24/168 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 25/168 DEBUG: Installing : python3-rdflib-7.1.3-1.el10s.noarch 26/168 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 27/168 DEBUG: Installing : python3-futurist-3.1.1-0.20250513101246.8a4c380. 28/168 DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 29/168 DEBUG: Installing : XStatic-Angular-common-1:1.5.8.0-14.el10s.noarch 30/168 DEBUG: Installing : bootswatch-common-3.3.7.0-15.el10s.noarch 31/168 DEBUG: Installing : mdi-common-1.6.50.2-4.el10s.noarch 32/168 DEBUG: Installing : roboto-fontface-common-0.5.0.0-17.el10s.noarch 33/168 DEBUG: Installing : xstatic-angular-bootstrap-common-2.2.0.0-14.el10 34/168 DEBUG: Installing : xstatic-angular-fileupload-common-12.0.4.0-18.el 35/168 DEBUG: Installing : xstatic-angular-gettext-common-2.3.8.0-1.el10s.n 36/168 DEBUG: Installing : xstatic-angular-lrdragndrop-common-1.0.2.2-20.el 37/168 DEBUG: Installing : xstatic-angular-schema-form-common-0.8.13.0-3.el 38/168 DEBUG: Installing : xstatic-bootstrap-datepicker-common-1.3.1.0-20.e 39/168 DEBUG: Installing : xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.n 40/168 DEBUG: Installing : xstatic-d3-common-3.5.17.0-14.el10s.noarch 41/168 DEBUG: Installing : xstatic-hogan-common-2.0.0.2-21.el10s.noarch 42/168 DEBUG: Installing : xstatic-jasmine-common-2.4.1.1-13.el10s.noarch 43/168 DEBUG: Installing : xstatic-jquery-migrate-common-1.2.1.1-21.el10s.n 44/168 DEBUG: Installing : xstatic-jquery-quicksearch-common-2.0.3.2-1.el10 45/168 DEBUG: Installing : xstatic-jquery-tablesorter-common-2.14.5.1-21.el 46/168 DEBUG: Installing : xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarc 47/168 DEBUG: Installing : xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch 48/168 DEBUG: Installing : xstatic-objectpath-common-1.2.1.0-3.el10s.noarch 49/168 DEBUG: Installing : xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch 50/168 DEBUG: Installing : xstatic-smart-table-common-1.4.13.2-13.el10s.noa 51/168 DEBUG: Installing : xstatic-spin-common-1.2.5.2-22.el10s.noarch 52/168 DEBUG: Installing : xstatic-termjs-common-0.0.7.0-13.el10s.noarch 53/168 DEBUG: Installing : xstatic-tv4-common-1.2.7.0-3.el10s.noarch 54/168 DEBUG: Installing : python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch 55/168 DEBUG: Installing : roboto-fontface-fonts-0.5.0.0-17.el10s.noarch 56/168 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 57/168 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 58/168 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 59/168 DEBUG: Installing : python3-sqlparse-0.4.2-4.el10s.noarch 60/168 DEBUG: Installing : python3-rjsmin-1.2.3-2.el10s.x86_64 61/168 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 62/168 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 63/168 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 64/168 DEBUG: Installing : python3-rcssmin-1.1.2-1.el10s.x86_64 65/168 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 66/168 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 67/168 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 68/168 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 69/168 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 70/168 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 71/168 DEBUG: Installing : python3-asgiref-3.8.1-1.el10s.noarch 72/168 DEBUG: Installing : mdi-fonts-1.6.50.2-4.el10s.noarch 73/168 DEBUG: Installing : libsass-3.6.6-1.el10s.x86_64 74/168 DEBUG: Installing : bootswatch-fonts-3.3.7.0-15.el10s.noarch 75/168 DEBUG: Installing : python3-iniconfig-1.1.1-18.el10.noarch 76/168 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 77/168 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 78/168 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 79/168 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 80/168 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 81/168 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 82/168 DEBUG: Installing : which-2.21-43.el10.x86_64 83/168 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 84/168 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 85/168 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 86/168 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 87/168 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 88/168 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 89/168 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 90/168 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 91/168 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 92/168 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 93/168 DEBUG: Installing : python3-cliff-4.9.1-0.20250314125026.083572e.el1 94/168 DEBUG: Installing : bash-completion-1:2.11-16.el10.noarch 95/168 DEBUG: Installing : python-django-bash-completion-4.2.14-3.el10s.noa 96/168 DEBUG: Installing : python3-django-4.2.14-3.el10s.noarch 97/168 DEBUG: Installing : python3-django-appconf-1.0.6-2.el10s.noarch 98/168 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 99/168 DEBUG: Installing : python3-openstacksdk-4.5.0-0.20250513102338.bbe9 100/168 DEBUG: Installing : python3-os-client-config-2.1.0-0.20250311184638. 101/168 DEBUG: Installing : python-oslo-utils-lang-9.0.0-0.20250602113342.1a 102/168 DEBUG: Installing : python-oslo-policy-lang-4.5.1-0.20250318102620.3 103/168 DEBUG: Installing : python-oslo-middleware-lang-6.5.0-0.202505131029 104/168 DEBUG: Installing : python-oslo-log-lang-7.1.0-0.20250318111316.0c29 105/168 DEBUG: Installing : python-oslo-i18n-lang-6.5.1-0.20250318101249.162 106/168 DEBUG: Installing : python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa 107/168 DEBUG: Installing : python3-oslo-utils-9.0.0-0.20250602113342.1a8525 108/168 DEBUG: Installing : python3-oslo-config-2:9.8.0-0.20250602113751.b18 109/168 DEBUG: Installing : python3-oslo-serialization-5.7.0-0.2025031811534 110/168 DEBUG: Installing : python3-oslo-log-7.1.0-0.20250318111316.0c290b1. 111/168 DEBUG: Installing : python3-keystoneclient-1:5.6.0-0.20250318091942. 112/168 DEBUG: Installing : python3-swiftclient-4.8.0-0.20250527151254.84860 113/168 DEBUG: Installing : python3-swiftclient+keystone-4.8.0-0.20250527151 114/168 DEBUG: Installing : python3-oslo-metrics-0.12.0-0.20250527143953.19b 115/168 DEBUG: Installing : python3-oslo-policy-4.5.1-0.20250318102620.3bb5d 116/168 DEBUG: Installing : python3-oslo-middleware-6.5.0-0.20250513102931.2 117/168 DEBUG: Installing : python3-osc-lib-4.0.2-0.20250527151127.e63cb66.e 118/168 DEBUG: Installing : python-oslo-concurrency-lang-7.1.0-0.20250318114 119/168 DEBUG: Installing : python3-oslo-concurrency-7.1.0-0.20250318114002. 120/168 DEBUG: Installing : python3-oslo-service-4.1.1-0.20250318124125.7a52 121/168 DEBUG: Installing : python3-oslo-messaging-17.0.0-0.20250527150124.5 122/168 DEBUG: Installing : python3-osprofiler-4.2.0-0.20250217110136.3fb048 123/168 DEBUG: Installing : python3-neutronclient-11.5.0-0.20250527143657.69 124/168 DEBUG: Installing : python3-oslo-upgradecheck-2.5.0-0.20250318103257 125/168 DEBUG: Installing : python3-novaclient-1:18.9.0-0.20250319052751.4c3 126/168 DEBUG: Installing : python3-cinderclient-9.7.0-0.20250318125740.63e3 127/168 DEBUG: Installing : python3-glanceclient-1:4.8.0-0.20250318093747.23 128/168 DEBUG: Installing : python3-django-compressor-4.5.1-2.el10s.noarch 129/168 DEBUG: Installing : python3-django-debreach-2.1.0-2.el10s.noarch 130/168 DEBUG: Installing : python3-reno-4.1.0-0.20250212114939.47651ec.el10 131/168 DEBUG: Installing : python3-pytest-7.4.3-5.el10.noarch 132/168 DEBUG: Installing : python3-XStatic-bootswatch-3.3.7.0-15.el10s.noar 133/168 DEBUG: Installing : python3-libsass-0.23.0-4.el10s.x86_64 134/168 DEBUG: Installing : python3-XStatic-mdi-1.6.50.2-4.el10s.noarch 135/168 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 136/168 DEBUG: Installing : python3-XStatic-roboto-fontface-0.5.0.0-17.el10s 137/168 DEBUG: Installing : python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noar 138/168 DEBUG: Installing : python3-XStatic-tv4-1.2.7.0-3.el10s.noarch 139/168 DEBUG: Installing : python3-XStatic-termjs-0.0.7.0-13.el10s.noarch 140/168 DEBUG: Installing : python3-XStatic-Spin-1.2.5.2-22.el10s.noarch 141/168 DEBUG: Installing : python3-XStatic-smart-table-1.4.13.2-13.el10s.no 142/168 DEBUG: Installing : python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch 143/168 DEBUG: Installing : python3-XStatic-objectpath-1.2.1.0-3.el10s.noarc 144/168 DEBUG: Installing : python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarc 145/168 DEBUG: Installing : python3-XStatic-JQuery-TableSorter-2.14.5.1-21.e 146/168 DEBUG: Installing : python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el1 147/168 DEBUG: Installing : python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s. 148/168 DEBUG: Installing : python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch 149/168 DEBUG: Installing : python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch 150/168 DEBUG: Installing : python3-XStatic-D3-3.5.17.0-14.el10s.noarch 151/168 DEBUG: Installing : python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s. 152/168 DEBUG: Installing : python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20. 153/168 DEBUG: Installing : python3-XStatic-Angular-Schema-Form-0.8.13.0-3.e 154/168 DEBUG: Installing : python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.e 155/168 DEBUG: Installing : python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s. 156/168 DEBUG: Installing : python3-XStatic-Angular-FileUpload-12.0.4.0-18.e 157/168 DEBUG: Installing : python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el1 158/168 DEBUG: Installing : python3-XStatic-Angular-1:1.5.8.0-14.el10s.noarc 159/168 DEBUG: Installing : python3-selenium-3.141.0-1.el10s.noarch 160/168 DEBUG: Installing : python3-freezegun-1.5.1-3.el10s.noarch 161/168 DEBUG: Installing : python3-openstackdocstheme-3.0.0-10.el10s.noarch 162/168 DEBUG: Installing : python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.no 163/168 DEBUG: Installing : python3-sphinxcontrib-svg2pdfconverter-common-1. 164/168 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 165/168 DEBUG: Installing : python3-mock-4.0.3-17.el10s.noarch 166/168 DEBUG: Installing : python3-coverage-7.3.2-5.el10s.x86_64 167/168 DEBUG: Installing : python3-semantic_version-2.10.0-10.el10.noarch 168/168 DEBUG: Running scriptlet: python3-semantic_version-2.10.0-10.el10.noarch 168/168 DEBUG: Installed: DEBUG: XStatic-Angular-common-1:1.5.8.0-14.el10s.noarch DEBUG: bash-completion-1:2.11-16.el10.noarch DEBUG: bootswatch-common-3.3.7.0-15.el10s.noarch DEBUG: bootswatch-fonts-3.3.7.0-15.el10s.noarch DEBUG: libsass-3.6.6-1.el10s.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: mdi-common-1.6.50.2-4.el10s.noarch DEBUG: mdi-fonts-1.6.50.2-4.el10s.noarch DEBUG: python-django-bash-completion-4.2.14-3.el10s.noarch DEBUG: python-oslo-concurrency-lang-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python-oslo-i18n-lang-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python-oslo-log-lang-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python-oslo-middleware-lang-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python-oslo-policy-lang-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python-oslo-utils-lang-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python3-XStatic-1.0.1-23.el10s.noarch DEBUG: python3-XStatic-Angular-1:1.5.8.0-14.el10s.noarch DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch DEBUG: python3-XStatic-D3-3.5.17.0-14.el10s.noarch DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch DEBUG: python3-XStatic-Spin-1.2.5.2-22.el10s.noarch DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch DEBUG: python3-XStatic-mdi-1.6.50.2-4.el10s.noarch DEBUG: python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch DEBUG: python3-XStatic-termjs-0.0.7.0-13.el10s.noarch DEBUG: python3-XStatic-tv4-1.2.7.0-3.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-asgiref-3.8.1-1.el10s.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch DEBUG: python3-cliff-4.9.1-0.20250314125026.083572e.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.8.2-15.el10.noarch DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-django-4.2.14-3.el10s.noarch DEBUG: python3-django-appconf-1.0.6-2.el10s.noarch DEBUG: python3-django-compressor-4.5.1-2.el10s.noarch DEBUG: python3-django-debreach-2.1.0-2.el10s.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-futurist-3.1.1-0.20250513101246.8a4c380.el10.noarch DEBUG: python3-glanceclient-1:4.8.0-0.20250318093747.235814c.el10.noarch DEBUG: python3-iniconfig-1.1.1-18.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-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch DEBUG: python3-keystoneclient-1:5.6.0-0.20250318091942.0d43c46.el10.noarch DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch DEBUG: python3-libsass-0.23.0-4.el10s.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-mock-4.0.3-17.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.5.0-0.20250527143657.690bb97.el10.noarch DEBUG: python3-novaclient-1:18.9.0-0.20250319052751.4c3216d.el10.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-openstacksdk-4.5.0-0.20250513102338.bbe9c96.el10.noarch DEBUG: python3-os-client-config-2.1.0-0.20250311184638.bc96c23.el10.noarch DEBUG: python3-os-service-types-1.7.0-0.20250217105409.0b2f473.el10.noarch DEBUG: python3-osc-lib-4.0.2-0.20250527151127.e63cb66.el10.noarch DEBUG: python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-config-2:9.8.0-0.20250602113751.b18ff43.el10.noarch DEBUG: python3-oslo-context-6.0.0-0.20250527143853.7750bda.el10.noarch DEBUG: python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-log-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python3-oslo-messaging-17.0.0-0.20250527150124.510688d.el10.noarch DEBUG: python3-oslo-metrics-0.12.0-0.20250527143953.19b3c0a.el10.noarch DEBUG: python3-oslo-middleware-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch DEBUG: python3-oslo-service-4.1.1-0.20250318124125.7a52803.el10.noarch DEBUG: python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch DEBUG: python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python3-osprofiler-4.2.0-0.20250217110136.3fb0487.el10.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-pycparser-2.20-16.el10.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pytest-7.4.3-5.el10.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-rcssmin-1.1.2-1.el10s.x86_64 DEBUG: python3-rdflib-7.1.3-1.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-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-rjsmin-1.2.3-2.el10s.x86_64 DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-selenium-3.141.0-1.el10s.noarch DEBUG: python3-semantic_version-2.10.0-10.el10.noarch DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.el10s.noarch DEBUG: python3-sqlparse-0.4.2-4.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-stevedore-5.4.1-0.20250314122149.27e27c1.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-vine-5.1.0-10.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: roboto-fontface-common-0.5.0.0-17.el10s.noarch DEBUG: roboto-fontface-fonts-0.5.0.0-17.el10s.noarch DEBUG: web-assets-filesystem-5-23.el10.noarch DEBUG: which-2.21-43.el10.x86_64 DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el10s.noarch DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el10s.noarch DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el10s.noarch DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el10s.noarch DEBUG: xstatic-angular-schema-form-common-0.8.13.0-3.el10s.noarch DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el10s.noarch DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.noarch DEBUG: xstatic-d3-common-3.5.17.0-14.el10s.noarch DEBUG: xstatic-hogan-common-2.0.0.2-21.el10s.noarch DEBUG: xstatic-jasmine-common-2.4.1.1-13.el10s.noarch DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el10s.noarch DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el10s.noarch DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el10s.noarch DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarch DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch DEBUG: xstatic-objectpath-common-1.2.1.0-3.el10s.noarch DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch DEBUG: xstatic-smart-table-common-1.4.13.2-13.el10s.noarch DEBUG: xstatic-spin-common-1.2.5.2-22.el10s.noarch DEBUG: xstatic-termjs-common-0.0.7.0-13.el10s.noarch DEBUG: xstatic-tv4-common-1.2.7.0-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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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-9.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-XStatic-1.0.1-23.el10s.noarch DEBUG: web-assets-filesystem-5-23.el10.noarch DEBUG: python3-stevedore-5.4.1-0.20250314122149.27e27c1.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.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.0.0-0.20250527143853.7750bda.el10.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-dateutil-2.8.2-15.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-os-service-types-1.7.0-0.20250217105409.0b2f473.el10.noarch DEBUG: python3-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-rdflib-7.1.3-1.el10s.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-futurist-3.1.1-0.20250513101246.8a4c380.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: XStatic-Angular-common-1.5.8.0-14.el10s.noarch DEBUG: bootswatch-common-3.3.7.0-15.el10s.noarch DEBUG: mdi-common-1.6.50.2-4.el10s.noarch DEBUG: roboto-fontface-common-0.5.0.0-17.el10s.noarch DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el10s.noarch DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el10s.noarch DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el10s.noarch DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el10s.noarch DEBUG: xstatic-angular-schema-form-common-0.8.13.0-3.el10s.noarch DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el10s.noarch DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.noarch DEBUG: xstatic-d3-common-3.5.17.0-14.el10s.noarch DEBUG: xstatic-hogan-common-2.0.0.2-21.el10s.noarch DEBUG: xstatic-jasmine-common-2.4.1.1-13.el10s.noarch DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el10s.noarch DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el10s.noarch DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el10s.noarch DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarch DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch DEBUG: xstatic-objectpath-common-1.2.1.0-3.el10s.noarch DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch DEBUG: xstatic-smart-table-common-1.4.13.2-13.el10s.noarch DEBUG: xstatic-spin-common-1.2.5.2-22.el10s.noarch DEBUG: xstatic-termjs-common-0.0.7.0-13.el10s.noarch DEBUG: xstatic-tv4-common-1.2.7.0-3.el10s.noarch DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch DEBUG: roboto-fontface-fonts-0.5.0.0-17.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-sqlparse-0.4.2-4.el10s.noarch DEBUG: python3-rjsmin-1.2.3-2.el10s.x86_64 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-rcssmin-1.1.2-1.el10s.x86_64 DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-asgiref-3.8.1-1.el10s.noarch DEBUG: mdi-fonts-1.6.50.2-4.el10s.noarch DEBUG: libsass-3.6.6-1.el10s.x86_64 DEBUG: bootswatch-fonts-3.3.7.0-15.el10s.noarch DEBUG: python3-iniconfig-1.1.1-18.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.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: which-2.21-43.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.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-paste-3.10.1-6.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.9.1-0.20250314125026.083572e.el10.noarch DEBUG: bash-completion-2.11-16.el10.noarch DEBUG: python-django-bash-completion-4.2.14-3.el10s.noarch DEBUG: python3-django-4.2.14-3.el10s.noarch DEBUG: python3-django-appconf-1.0.6-2.el10s.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.5.0-0.20250513102338.bbe9c96.el10.noarch DEBUG: python3-os-client-config-2.1.0-0.20250311184638.bc96c23.el10.noarch DEBUG: python-oslo-utils-lang-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python-oslo-policy-lang-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python-oslo-middleware-lang-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python-oslo-log-lang-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python-oslo-i18n-lang-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python3-oslo-config-9.8.0-0.20250602113751.b18ff43.el10.noarch DEBUG: python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch DEBUG: python3-oslo-log-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python3-keystoneclient-5.6.0-0.20250318091942.0d43c46.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-oslo-metrics-0.12.0-0.20250527143953.19b3c0a.el10.noarch DEBUG: python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python3-oslo-middleware-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python3-osc-lib-4.0.2-0.20250527151127.e63cb66.el10.noarch DEBUG: python-oslo-concurrency-lang-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-service-4.1.1-0.20250318124125.7a52803.el10.noarch DEBUG: python3-oslo-messaging-17.0.0-0.20250527150124.510688d.el10.noarch DEBUG: python3-osprofiler-4.2.0-0.20250217110136.3fb0487.el10.noarch DEBUG: python3-neutronclient-11.5.0-0.20250527143657.690bb97.el10.noarch DEBUG: python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch DEBUG: python3-novaclient-18.9.0-0.20250319052751.4c3216d.el10.noarch DEBUG: python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch DEBUG: python3-glanceclient-4.8.0-0.20250318093747.235814c.el10.noarch DEBUG: python3-django-compressor-4.5.1-2.el10s.noarch DEBUG: python3-django-debreach-2.1.0-2.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-pytest-7.4.3-5.el10.noarch DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch DEBUG: python3-libsass-0.23.0-4.el10s.x86_64 DEBUG: python3-XStatic-mdi-1.6.50.2-4.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch DEBUG: python3-XStatic-tv4-1.2.7.0-3.el10s.noarch DEBUG: python3-XStatic-termjs-0.0.7.0-13.el10s.noarch DEBUG: python3-XStatic-Spin-1.2.5.2-22.el10s.noarch DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch DEBUG: python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch DEBUG: python3-XStatic-D3-3.5.17.0-14.el10s.noarch DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch DEBUG: python3-XStatic-Angular-1.5.8.0-14.el10s.noarch DEBUG: python3-selenium-3.141.0-1.el10s.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-mock-4.0.3-17.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: python3-semantic_version-2.10.0-10.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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-9.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-XStatic-1.0.1-23.el10s.noarch DEBUG: web-assets-filesystem-5-23.el10.noarch DEBUG: python3-stevedore-5.4.1-0.20250314122149.27e27c1.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.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.0.0-0.20250527143853.7750bda.el10.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-dateutil-2.8.2-15.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-os-service-types-1.7.0-0.20250217105409.0b2f473.el10.noarch DEBUG: python3-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-rdflib-7.1.3-1.el10s.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-futurist-3.1.1-0.20250513101246.8a4c380.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: XStatic-Angular-common-1.5.8.0-14.el10s.noarch DEBUG: bootswatch-common-3.3.7.0-15.el10s.noarch DEBUG: mdi-common-1.6.50.2-4.el10s.noarch DEBUG: roboto-fontface-common-0.5.0.0-17.el10s.noarch DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el10s.noarch DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el10s.noarch DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el10s.noarch DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el10s.noarch DEBUG: xstatic-angular-schema-form-common-0.8.13.0-3.el10s.noarch DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el10s.noarch DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.noarch DEBUG: xstatic-d3-common-3.5.17.0-14.el10s.noarch DEBUG: xstatic-hogan-common-2.0.0.2-21.el10s.noarch DEBUG: xstatic-jasmine-common-2.4.1.1-13.el10s.noarch DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el10s.noarch DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el10s.noarch DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el10s.noarch DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarch DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch DEBUG: xstatic-objectpath-common-1.2.1.0-3.el10s.noarch DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch DEBUG: xstatic-smart-table-common-1.4.13.2-13.el10s.noarch DEBUG: xstatic-spin-common-1.2.5.2-22.el10s.noarch DEBUG: xstatic-termjs-common-0.0.7.0-13.el10s.noarch DEBUG: xstatic-tv4-common-1.2.7.0-3.el10s.noarch DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch DEBUG: roboto-fontface-fonts-0.5.0.0-17.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-sqlparse-0.4.2-4.el10s.noarch DEBUG: python3-rjsmin-1.2.3-2.el10s.x86_64 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-rcssmin-1.1.2-1.el10s.x86_64 DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-asgiref-3.8.1-1.el10s.noarch DEBUG: mdi-fonts-1.6.50.2-4.el10s.noarch DEBUG: libsass-3.6.6-1.el10s.x86_64 DEBUG: bootswatch-fonts-3.3.7.0-15.el10s.noarch DEBUG: python3-iniconfig-1.1.1-18.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.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: which-2.21-43.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.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-paste-3.10.1-6.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.9.1-0.20250314125026.083572e.el10.noarch DEBUG: bash-completion-2.11-16.el10.noarch DEBUG: python-django-bash-completion-4.2.14-3.el10s.noarch DEBUG: python3-django-4.2.14-3.el10s.noarch DEBUG: python3-django-appconf-1.0.6-2.el10s.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.5.0-0.20250513102338.bbe9c96.el10.noarch DEBUG: python3-os-client-config-2.1.0-0.20250311184638.bc96c23.el10.noarch DEBUG: python-oslo-utils-lang-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python-oslo-policy-lang-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python-oslo-middleware-lang-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python-oslo-log-lang-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python-oslo-i18n-lang-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python3-oslo-config-9.8.0-0.20250602113751.b18ff43.el10.noarch DEBUG: python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch DEBUG: python3-oslo-log-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python3-keystoneclient-5.6.0-0.20250318091942.0d43c46.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-oslo-metrics-0.12.0-0.20250527143953.19b3c0a.el10.noarch DEBUG: python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python3-oslo-middleware-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python3-osc-lib-4.0.2-0.20250527151127.e63cb66.el10.noarch DEBUG: python-oslo-concurrency-lang-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-service-4.1.1-0.20250318124125.7a52803.el10.noarch DEBUG: python3-oslo-messaging-17.0.0-0.20250527150124.510688d.el10.noarch DEBUG: python3-osprofiler-4.2.0-0.20250217110136.3fb0487.el10.noarch DEBUG: python3-neutronclient-11.5.0-0.20250527143657.690bb97.el10.noarch DEBUG: python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch DEBUG: python3-novaclient-18.9.0-0.20250319052751.4c3216d.el10.noarch DEBUG: python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch DEBUG: python3-glanceclient-4.8.0-0.20250318093747.235814c.el10.noarch DEBUG: python3-django-compressor-4.5.1-2.el10s.noarch DEBUG: python3-django-debreach-2.1.0-2.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-pytest-7.4.3-5.el10.noarch DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch DEBUG: python3-libsass-0.23.0-4.el10s.x86_64 DEBUG: python3-XStatic-mdi-1.6.50.2-4.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch DEBUG: python3-XStatic-tv4-1.2.7.0-3.el10s.noarch DEBUG: python3-XStatic-termjs-0.0.7.0-13.el10s.noarch DEBUG: python3-XStatic-Spin-1.2.5.2-22.el10s.noarch DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch DEBUG: python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch DEBUG: python3-XStatic-D3-3.5.17.0-14.el10s.noarch DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch DEBUG: python3-XStatic-Angular-1.5.8.0-14.el10s.noarch DEBUG: python3-selenium-3.141.0-1.el10s.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-mock-4.0.3-17.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: python3-semantic_version-2.10.0-10.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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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.a5JL0S DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd horizon-25.4.1.dev13 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.01 seconds) DEBUG: congratulations :) (0.10 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling coverage>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage>=4.0 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling freezegun>=0.3.15 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: freezegun>=0.3.15 DEBUG: (installed: freezegun 1.5.1) DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pytest>=5.3.5 DEBUG: (installed: pytest 7.4.3) DEBUG: Handling pymemcache>=4.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pymemcache>=4.0.0 DEBUG: (installed: pymemcache 4.0.0) DEBUG: Handling selenium>=2.50.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: selenium>=2.50.1 DEBUG: (installed: selenium 3.141.0) 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.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.2.0 DEBUG: (installed: testtools 2.7.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 Babel>=2.6.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Babel>=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Django>=4.2,<4.3 DEBUG: (installed: Django 4.2.14) DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-compressor>=4.4 DEBUG: (installed: django-compressor 4.5.1) DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-debreach>=1.4.2 DEBUG: (installed: django-debreach 2.1.0) DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: futurist>=1.2.0 DEBUG: (installed: futurist 3.1.1) DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: iso8601>=0.1.11 DEBUG: (installed: iso8601 2.1.0) DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.3.1 DEBUG: (installed: keystoneauth1 5.11.0) DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0 DEBUG: (installed: oslo.concurrency 7.1.0) DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.8.0 DEBUG: (installed: oslo.config 9.8.0) DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.1.0 DEBUG: (installed: oslo.i18n 6.5.1) DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.policy>=3.11.0 DEBUG: (installed: oslo.policy 4.5.1) DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.3.0 DEBUG: (installed: oslo.serialization 5.7.0) DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0 DEBUG: (installed: oslo.upgradecheck 2.5.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.0.0) DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.2 DEBUG: (installed: osprofiler 4.2.0) DEBUG: Handling libsass>=0.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: libsass>=0.23.0 DEBUG: (installed: libsass 0.23.0) DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=8.0.0 DEBUG: (installed: python-cinderclient 9.7.0) DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=2.8.0 DEBUG: (installed: python-glanceclient 4.8.0) DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0 DEBUG: (installed: python-keystoneclient 5.6.0) DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-neutronclient>=8.1.0 DEBUG: (installed: python-neutronclient 11.5.0) DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=9.1.0 DEBUG: (installed: python-novaclient 18.9.0) DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-swiftclient>=3.2.0 DEBUG: (installed: python-swiftclient 4.8.0) DEBUG: Handling PyYAML from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyYAML DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: semantic-version>=2.3.1 DEBUG: (installed: semantic-version 2.10.0) DEBUG: Handling XStatic from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic DEBUG: (installed: XStatic 1.0.1) DEBUG: Handling XStatic-Angular from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular DEBUG: (installed: XStatic-Angular 1.5.8.0) DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Bootstrap>=2.2.0.0 DEBUG: (installed: XStatic-Angular-Bootstrap 2.2.0.0) DEBUG: Handling XStatic-Angular-FileUpload>=12.0.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-FileUpload>=12.0.4.0 DEBUG: (installed: XStatic-Angular-FileUpload 12.0.4.0) DEBUG: Handling XStatic-Angular-Gettext>=2.3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Gettext>=2.3.8.0 DEBUG: (installed: XStatic-Angular-Gettext 2.3.8.0) DEBUG: Handling XStatic-Angular-lrdragndrop>=1.0.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-lrdragndrop>=1.0.2.2 DEBUG: (installed: XStatic-Angular-lrdragndrop 1.0.2.2) DEBUG: Handling XStatic-Angular-Schema-Form>=0.8.13.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Schema-Form>=0.8.13.0 DEBUG: (installed: XStatic-Angular-Schema-Form 0.8.13.0) DEBUG: Handling XStatic-Bootstrap-Datepicker>=1.3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-Datepicker>=1.3.1.0 DEBUG: (installed: XStatic-Bootstrap-Datepicker 1.3.1.0) DEBUG: Handling XStatic-Bootstrap-SCSS>=3.3.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-SCSS>=3.3.7.1 DEBUG: (installed: XStatic-Bootstrap-SCSS 3.3.7.1) DEBUG: Handling XStatic-bootswatch>=3.3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-bootswatch>=3.3.7.0 DEBUG: (installed: XStatic-bootswatch 3.3.7.0) DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-D3>=3.5.17.0 DEBUG: (installed: XStatic-D3 3.5.17.0) DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Hogan>=2.0.0.2 DEBUG: (installed: XStatic-Hogan 2.0.0.2) DEBUG: Handling XStatic-Font-Awesome>=4.7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Font-Awesome>=4.7.0.0 DEBUG: (installed: XStatic-Font-Awesome 4.7.0.0) DEBUG: Handling XStatic-Jasmine>=2.4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Jasmine>=2.4.1.1 DEBUG: (installed: XStatic-Jasmine 2.4.1.1) DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jQuery DEBUG: (installed: XStatic-jQuery 1.10.2.1) DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery-Migrate DEBUG: (installed: XStatic-JQuery-Migrate 1.2.1.1) DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.quicksearch>=2.0.3.2 DEBUG: (installed: XStatic-JQuery.quicksearch 2.0.3.2) DEBUG: Handling XStatic-JQuery.TableSorter>=2.14.5.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.TableSorter>=2.14.5.1 DEBUG: (installed: XStatic-JQuery.TableSorter 2.14.5.1) DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jquery-ui DEBUG: (installed: XStatic-jquery-ui 1.12.0.1) DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JSEncrypt>=2.3.1.1 DEBUG: (installed: XStatic-JSEncrypt 2.3.1.1) DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-mdi>=1.6.50.2 DEBUG: (installed: XStatic-mdi 1.6.50.2) DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-objectpath>=1.2.1.0 DEBUG: (installed: XStatic-objectpath 1.2.1.0) DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Rickshaw>=1.5.0.0 DEBUG: (installed: XStatic-Rickshaw 1.5.0.0) DEBUG: Handling XStatic-roboto-fontface>=0.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-roboto-fontface>=0.5.0.0 DEBUG: (installed: XStatic-roboto-fontface 0.5.0.0) DEBUG: Handling XStatic-smart-table>=1.4.13.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-smart-table>=1.4.13.2 DEBUG: (installed: XStatic-smart-table 1.4.13.2) DEBUG: Handling XStatic-Spin>=1.2.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Spin>=1.2.5.2 DEBUG: (installed: XStatic-Spin 1.2.5.2) DEBUG: Handling XStatic-term.js>=0.0.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-term.js>=0.0.7.0 DEBUG: (installed: XStatic-term.js 0.0.7.0) DEBUG: Handling XStatic-tv4>=1.2.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0 DEBUG: (installed: XStatic-tv4 1.2.7.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 Babel>=2.6.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Babel>=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Django>=4.2,<4.3 DEBUG: (installed: Django 4.2.14) DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-compressor>=4.4 DEBUG: (installed: django-compressor 4.5.1) DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-debreach>=1.4.2 DEBUG: (installed: django-debreach 2.1.0) DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: futurist>=1.2.0 DEBUG: (installed: futurist 3.1.1) DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: iso8601>=0.1.11 DEBUG: (installed: iso8601 2.1.0) DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.3.1 DEBUG: (installed: keystoneauth1 5.11.0) DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0 DEBUG: (installed: oslo.concurrency 7.1.0) DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.8.0 DEBUG: (installed: oslo.config 9.8.0) DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.1.0 DEBUG: (installed: oslo.i18n 6.5.1) DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.policy>=3.11.0 DEBUG: (installed: oslo.policy 4.5.1) DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.3.0 DEBUG: (installed: oslo.serialization 5.7.0) DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0 DEBUG: (installed: oslo.upgradecheck 2.5.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.0.0) DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.2 DEBUG: (installed: osprofiler 4.2.0) DEBUG: Handling libsass>=0.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: libsass>=0.23.0 DEBUG: (installed: libsass 0.23.0) DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=8.0.0 DEBUG: (installed: python-cinderclient 9.7.0) DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=2.8.0 DEBUG: (installed: python-glanceclient 4.8.0) DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0 DEBUG: (installed: python-keystoneclient 5.6.0) DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-neutronclient>=8.1.0 DEBUG: (installed: python-neutronclient 11.5.0) DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=9.1.0 DEBUG: (installed: python-novaclient 18.9.0) DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-swiftclient>=3.2.0 DEBUG: (installed: python-swiftclient 4.8.0) DEBUG: Handling PyYAML from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyYAML DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: semantic-version>=2.3.1 DEBUG: (installed: semantic-version 2.10.0) DEBUG: Handling XStatic from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic DEBUG: (installed: XStatic 1.0.1) DEBUG: Handling XStatic-Angular from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular DEBUG: (installed: XStatic-Angular 1.5.8.0) DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Bootstrap>=2.2.0.0 DEBUG: (installed: XStatic-Angular-Bootstrap 2.2.0.0) DEBUG: Handling XStatic-Angular-FileUpload>=12.0.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-FileUpload>=12.0.4.0 DEBUG: (installed: XStatic-Angular-FileUpload 12.0.4.0) DEBUG: Handling XStatic-Angular-Gettext>=2.3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Gettext>=2.3.8.0 DEBUG: (installed: XStatic-Angular-Gettext 2.3.8.0) DEBUG: Handling XStatic-Angular-lrdragndrop>=1.0.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-lrdragndrop>=1.0.2.2 DEBUG: (installed: XStatic-Angular-lrdragndrop 1.0.2.2) DEBUG: Handling XStatic-Angular-Schema-Form>=0.8.13.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Schema-Form>=0.8.13.0 DEBUG: (installed: XStatic-Angular-Schema-Form 0.8.13.0) DEBUG: Handling XStatic-Bootstrap-Datepicker>=1.3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-Datepicker>=1.3.1.0 DEBUG: (installed: XStatic-Bootstrap-Datepicker 1.3.1.0) DEBUG: Handling XStatic-Bootstrap-SCSS>=3.3.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-SCSS>=3.3.7.1 DEBUG: (installed: XStatic-Bootstrap-SCSS 3.3.7.1) DEBUG: Handling XStatic-bootswatch>=3.3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-bootswatch>=3.3.7.0 DEBUG: (installed: XStatic-bootswatch 3.3.7.0) DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-D3>=3.5.17.0 DEBUG: (installed: XStatic-D3 3.5.17.0) DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Hogan>=2.0.0.2 DEBUG: (installed: XStatic-Hogan 2.0.0.2) DEBUG: Handling XStatic-Font-Awesome>=4.7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Font-Awesome>=4.7.0.0 DEBUG: (installed: XStatic-Font-Awesome 4.7.0.0) DEBUG: Handling XStatic-Jasmine>=2.4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Jasmine>=2.4.1.1 DEBUG: (installed: XStatic-Jasmine 2.4.1.1) DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jQuery DEBUG: (installed: XStatic-jQuery 1.10.2.1) DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery-Migrate DEBUG: (installed: XStatic-JQuery-Migrate 1.2.1.1) DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.quicksearch>=2.0.3.2 DEBUG: (installed: XStatic-JQuery.quicksearch 2.0.3.2) DEBUG: Handling XStatic-JQuery.TableSorter>=2.14.5.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.TableSorter>=2.14.5.1 DEBUG: (installed: XStatic-JQuery.TableSorter 2.14.5.1) DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jquery-ui DEBUG: (installed: XStatic-jquery-ui 1.12.0.1) DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JSEncrypt>=2.3.1.1 DEBUG: (installed: XStatic-JSEncrypt 2.3.1.1) DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-mdi>=1.6.50.2 DEBUG: (installed: XStatic-mdi 1.6.50.2) DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-objectpath>=1.2.1.0 DEBUG: (installed: XStatic-objectpath 1.2.1.0) DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Rickshaw>=1.5.0.0 DEBUG: (installed: XStatic-Rickshaw 1.5.0.0) DEBUG: Handling XStatic-roboto-fontface>=0.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-roboto-fontface>=0.5.0.0 DEBUG: (installed: XStatic-roboto-fontface 0.5.0.0) DEBUG: Handling XStatic-smart-table>=1.4.13.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-smart-table>=1.4.13.2 DEBUG: (installed: XStatic-smart-table 1.4.13.2) DEBUG: Handling XStatic-Spin>=1.2.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Spin>=1.2.5.2 DEBUG: (installed: XStatic-Spin 1.2.5.2) DEBUG: Handling XStatic-term.js>=0.0.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-term.js>=0.0.7.0 DEBUG: (installed: XStatic-term.js 0.0.7.0) DEBUG: Handling XStatic-tv4>=1.2.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0 DEBUG: (installed: XStatic-tv4 1.2.7.0) DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstackdocstheme>=2.2.1 DEBUG: (installed: openstackdocstheme 3.0.0) DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: reno>=3.1.0 DEBUG: (installed: reno 4.1.0) DEBUG: Handling sphinx>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-svg2pdfconverter>=0.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinxcontrib-svg2pdfconverter>=0.1.0 DEBUG: (installed: sphinxcontrib-svg2pdfconverter 1.2.0) DEBUG: Handling mock>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: mock>=2.0.0 DEBUG: (installed: mock 4.0.3) DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pytest>=5.3.5 DEBUG: (installed: pytest 7.4.3) 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 horizon.egg-info/PKG-INFO DEBUG: writing dependency_links to horizon.egg-info/dependency_links.txt DEBUG: writing entry points to horizon.egg-info/entry_points.txt DEBUG: writing requirements to horizon.egg-info/requires.txt DEBUG: writing top-level names to horizon.egg-info/top_level.txt DEBUG: writing pbr to horizon.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 'horizon.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/horizon-25.4.1.dev13/horizon-25.4.1.dev13.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Babel >=2.6.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: Babel >=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django <4.3,>=4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: Django <4.3,>=4.2 DEBUG: (installed: Django 4.2.14) DEBUG: Handling django-compressor >=4.4 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: django-compressor >=4.4 DEBUG: (installed: django-compressor 4.5.1) DEBUG: Handling django-debreach >=1.4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: django-debreach >=1.4.2 DEBUG: (installed: django-debreach 2.1.0) DEBUG: Handling futurist >=1.2.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: futurist >=1.2.0 DEBUG: (installed: futurist 3.1.1) DEBUG: Handling iso8601 >=0.1.11 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: iso8601 >=0.1.11 DEBUG: (installed: iso8601 2.1.0) DEBUG: Handling keystoneauth1 >=4.3.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: keystoneauth1 >=4.3.1 DEBUG: (installed: keystoneauth1 5.11.0) DEBUG: Handling netaddr >=0.7.18 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: netaddr >=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.concurrency >=4.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.concurrency >=4.5.0 DEBUG: (installed: oslo.concurrency 7.1.0) DEBUG: Handling oslo.config >=8.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.config >=8.8.0 DEBUG: (installed: oslo.config 9.8.0) DEBUG: Handling oslo.i18n >=5.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.i18n >=5.1.0 DEBUG: (installed: oslo.i18n 6.5.1) DEBUG: Handling oslo.policy >=3.11.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.policy >=3.11.0 DEBUG: (installed: oslo.policy 4.5.1) DEBUG: Handling oslo.serialization >=4.3.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.serialization >=4.3.0 DEBUG: (installed: oslo.serialization 5.7.0) DEBUG: Handling oslo.upgradecheck >=1.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.upgradecheck >=1.5.0 DEBUG: (installed: oslo.upgradecheck 2.5.0) DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.utils >=7.0.0 DEBUG: (installed: oslo.utils 9.0.0) DEBUG: Handling osprofiler >=3.4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: osprofiler >=3.4.2 DEBUG: (installed: osprofiler 4.2.0) DEBUG: Handling libsass >=0.23.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: libsass >=0.23.0 DEBUG: (installed: libsass 0.23.0) DEBUG: Handling python-cinderclient >=8.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-cinderclient >=8.0.0 DEBUG: (installed: python-cinderclient 9.7.0) DEBUG: Handling python-glanceclient >=2.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-glanceclient >=2.8.0 DEBUG: (installed: python-glanceclient 4.8.0) DEBUG: Handling python-keystoneclient >=3.22.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-keystoneclient >=3.22.0 DEBUG: (installed: python-keystoneclient 5.6.0) DEBUG: Handling python-neutronclient >=8.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-neutronclient >=8.1.0 DEBUG: (installed: python-neutronclient 11.5.0) DEBUG: Handling python-novaclient >=9.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-novaclient >=9.1.0 DEBUG: (installed: python-novaclient 18.9.0) DEBUG: Handling python-swiftclient >=3.2.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-swiftclient >=3.2.0 DEBUG: (installed: python-swiftclient 4.8.0) DEBUG: Handling PyYAML from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: PyYAML DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling requests >=2.25.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: requests >=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version >=2.3.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: semantic-version >=2.3.1 DEBUG: (installed: semantic-version 2.10.0) DEBUG: Handling XStatic from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic DEBUG: (installed: XStatic 1.0.1) DEBUG: Handling XStatic-Angular from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular DEBUG: (installed: XStatic-Angular 1.5.8.0) DEBUG: Handling XStatic-Angular-Bootstrap >=2.2.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-Bootstrap >=2.2.0.0 DEBUG: (installed: XStatic-Angular-Bootstrap 2.2.0.0) DEBUG: Handling XStatic-Angular-FileUpload >=12.0.4.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-FileUpload >=12.0.4.0 DEBUG: (installed: XStatic-Angular-FileUpload 12.0.4.0) DEBUG: Handling XStatic-Angular-Gettext >=2.3.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-Gettext >=2.3.8.0 DEBUG: (installed: XStatic-Angular-Gettext 2.3.8.0) DEBUG: Handling XStatic-Angular-lrdragndrop >=1.0.2.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-lrdragndrop >=1.0.2.2 DEBUG: (installed: XStatic-Angular-lrdragndrop 1.0.2.2) DEBUG: Handling XStatic-Angular-Schema-Form >=0.8.13.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-Schema-Form >=0.8.13.0 DEBUG: (installed: XStatic-Angular-Schema-Form 0.8.13.0) DEBUG: Handling XStatic-Bootstrap-Datepicker >=1.3.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Bootstrap-Datepicker >=1.3.1.0 DEBUG: (installed: XStatic-Bootstrap-Datepicker 1.3.1.0) DEBUG: Handling XStatic-Bootstrap-SCSS >=3.3.7.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Bootstrap-SCSS >=3.3.7.1 DEBUG: (installed: XStatic-Bootstrap-SCSS 3.3.7.1) DEBUG: Handling XStatic-bootswatch >=3.3.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-bootswatch >=3.3.7.0 DEBUG: (installed: XStatic-bootswatch 3.3.7.0) DEBUG: Handling XStatic-D3 >=3.5.17.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-D3 >=3.5.17.0 DEBUG: (installed: XStatic-D3 3.5.17.0) DEBUG: Handling XStatic-Hogan >=2.0.0.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Hogan >=2.0.0.2 DEBUG: (installed: XStatic-Hogan 2.0.0.2) DEBUG: Handling XStatic-Font-Awesome >=4.7.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Font-Awesome >=4.7.0.0 DEBUG: (installed: XStatic-Font-Awesome 4.7.0.0) DEBUG: Handling XStatic-Jasmine >=2.4.1.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Jasmine >=2.4.1.1 DEBUG: (installed: XStatic-Jasmine 2.4.1.1) DEBUG: Handling XStatic-jQuery from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-jQuery DEBUG: (installed: XStatic-jQuery 1.10.2.1) DEBUG: Handling XStatic-JQuery-Migrate from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JQuery-Migrate DEBUG: (installed: XStatic-JQuery-Migrate 1.2.1.1) DEBUG: Handling XStatic-JQuery.quicksearch >=2.0.3.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JQuery.quicksearch >=2.0.3.2 DEBUG: (installed: XStatic-JQuery.quicksearch 2.0.3.2) DEBUG: Handling XStatic-JQuery.TableSorter >=2.14.5.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JQuery.TableSorter >=2.14.5.1 DEBUG: (installed: XStatic-JQuery.TableSorter 2.14.5.1) DEBUG: Handling XStatic-jquery-ui from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-jquery-ui DEBUG: (installed: XStatic-jquery-ui 1.12.0.1) DEBUG: Handling XStatic-JSEncrypt >=2.3.1.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JSEncrypt >=2.3.1.1 DEBUG: (installed: XStatic-JSEncrypt 2.3.1.1) DEBUG: Handling XStatic-mdi >=1.6.50.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-mdi >=1.6.50.2 DEBUG: (installed: XStatic-mdi 1.6.50.2) DEBUG: Handling XStatic-objectpath >=1.2.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-objectpath >=1.2.1.0 DEBUG: (installed: XStatic-objectpath 1.2.1.0) DEBUG: Handling XStatic-Rickshaw >=1.5.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Rickshaw >=1.5.0.0 DEBUG: (installed: XStatic-Rickshaw 1.5.0.0) DEBUG: Handling XStatic-roboto-fontface >=0.5.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-roboto-fontface >=0.5.0.0 DEBUG: (installed: XStatic-roboto-fontface 0.5.0.0) DEBUG: Handling XStatic-smart-table >=1.4.13.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-smart-table >=1.4.13.2 DEBUG: (installed: XStatic-smart-table 1.4.13.2) DEBUG: Handling XStatic-Spin >=1.2.5.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Spin >=1.2.5.2 DEBUG: (installed: XStatic-Spin 1.2.5.2) DEBUG: Handling XStatic-term.js >=0.0.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-term.js >=0.0.7.0 DEBUG: (installed: XStatic-term.js 0.0.7.0) DEBUG: Handling XStatic-tv4 >=1.2.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-tv4 >=1.2.7.0 DEBUG: (installed: XStatic-tv4 1.2.7.0) DEBUG: + cat /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv horizon-25.4.1.dev13.dist-info/ DEBUG: removed 'horizon-25.4.1.dev13.dist-info/AUTHORS' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/LICENSE' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/METADATA' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/top_level.txt' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/pbr.json' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/entry_points.txt' DEBUG: removed directory 'horizon-25.4.1.dev13.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.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:18 ago on Mon Jun 9 10:42:55 2025. DEBUG: Package python3-django-4.2.14-3.el10s.noarch is already installed. DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el10s.noarch is already installed. DEBUG: Package gettext-0.22.5-6.el10.x86_64 is already installed. DEBUG: Package git-core-2.47.1-2.el10.x86_64 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.10-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.10-3.el10.x86_64 is already installed. DEBUG: Package python3-babel-2.13.1-5.el10.noarch is already installed. DEBUG: Package python3-coverage-7.3.2-5.el10s.x86_64 is already installed. DEBUG: Package python3-django-compressor-4.5.1-2.el10s.noarch is already installed. DEBUG: Package python3-django-debreach-2.1.0-2.el10s.noarch is already installed. DEBUG: Package python3-freezegun-1.5.1-3.el10s.noarch is already installed. DEBUG: Package python3-futurist-3.1.1-0.20250513101246.8a4c380.el10.noarch is already installed. DEBUG: Package python3-iso8601-2.1.0-3.el10s.noarch is already installed. DEBUG: Package python3-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch is already installed. DEBUG: Package python3-libsass-0.23.0-4.el10s.x86_64 is already installed. DEBUG: Package python3-mock-4.0.3-17.el10s.noarch is already installed. DEBUG: Package python3-netaddr-1.3.0-2.el10.noarch is already installed. DEBUG: Package python3-openstackdocstheme-3.0.0-10.el10s.noarch is already installed. DEBUG: Package python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch is already installed. DEBUG: Package python3-oslo-config-2:9.8.0-0.20250602113751.b18ff43.el10.noarch is already installed. DEBUG: Package python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch is already installed. DEBUG: Package python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch is already installed. DEBUG: Package python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch is already installed. DEBUG: Package python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch is already installed. DEBUG: Package python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch is already installed. DEBUG: Package python3-osprofiler-4.2.0-0.20250217110136.3fb0487.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-pymemcache-4.0.0-1.el10s.noarch is already installed. DEBUG: Package python3-pytest-7.4.3-5.el10.noarch is already installed. DEBUG: Package python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch is already installed. DEBUG: Package python3-glanceclient-1:4.8.0-0.20250318093747.235814c.el10.noarch is already installed. DEBUG: Package python3-keystoneclient-1:5.6.0-0.20250318091942.0d43c46.el10.noarch is already installed. DEBUG: Package python3-neutronclient-11.5.0-0.20250527143657.690bb97.el10.noarch is already installed. DEBUG: Package python3-novaclient-1:18.9.0-0.20250319052751.4c3216d.el10.noarch is already installed. DEBUG: Package python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch is already installed. DEBUG: Package python3-pyyaml-6.0.1-19.el10.x86_64 is already installed. DEBUG: Package python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch is already installed. DEBUG: Package python3-requests-2.32.3-2.el10.noarch is already installed. DEBUG: Package python3-selenium-3.141.0-1.el10s.noarch is already installed. DEBUG: Package python3-semantic_version-2.10.0-10.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-9.el10.noarch is already installed. DEBUG: Package python3-sphinx-1:7.2.6-10.el10.noarch is already installed. DEBUG: Package python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.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 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 python3-XStatic-1.0.1-23.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Angular-1:1.5.8.0-14.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch is already installed. DEBUG: Package python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch is already installed. DEBUG: Package python3-XStatic-D3-3.5.17.0-14.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch is already installed. DEBUG: Package python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch is already installed. DEBUG: Package python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch is already installed. DEBUG: Package python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch is already installed. DEBUG: Package python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch is already installed. DEBUG: Package python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch is already installed. DEBUG: Package python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch is already installed. DEBUG: Package python3-XStatic-mdi-1.6.50.2-4.el10s.noarch is already installed. DEBUG: Package python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch is already installed. DEBUG: Package python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch is already installed. DEBUG: Package python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch is already installed. DEBUG: Package python3-XStatic-Spin-1.2.5.2-22.el10s.noarch is already installed. DEBUG: Package python3-XStatic-termjs-0.0.7.0-13.el10s.noarch is already installed. DEBUG: Package python3-XStatic-tv4-1.2.7.0-3.el10s.noarch is already installed. DEBUG: Package systemd-257-11.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.2.1-7.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-1.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.86.0-2.el10.noarch DEBUG: qt6-srpm-macros-6.8.1-4.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-89.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.93-2.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-8.el10.noarch DEBUG: centos-stream-repos-10.0-8.el10.noarch DEBUG: centos-stream-release-10.0-8.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-16.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-38.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 DEBUG: glibc-common-2.39-38.el10.x86_64 DEBUG: glibc-2.39-38.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.2.1-7.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-10.el10.x86_64 DEBUG: libxml2-2.12.5-5.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-10.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-10.el10.x86_64 DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch DEBUG: nspr-4.35.0-34.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: gawk-5.3.0-6.el10.x86_64 DEBUG: nss-util-3.101.0-13.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-11.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.2.1-7.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.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-7.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-11.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-4.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-10.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.15-7.el10.x86_64 DEBUG: unzip-6.0-66.el10.x86_64 DEBUG: file-libs-5.45-7.el10.x86_64 DEBUG: file-5.45-7.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.9-16.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.8-1.el10.x86_64 DEBUG: libselinux-3.8-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-libs-3.5.0-4.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-10.el10.x86_64 DEBUG: glib2-2.80.4-4.el10.x86_64 DEBUG: polkit-libs-125-3.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-10.el10.x86_64 DEBUG: util-linux-core-2.40.2-10.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-2.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-3.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-11.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 DEBUG: libsemanage-3.8.1-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-6.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-44.el10.x86_64 DEBUG: cpp-14.2.1-7.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-1.el10.x86_64 DEBUG: libusb1-1.0.27-4.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.8-3.el10.x86_64 DEBUG: gdbm-1.23-11.el10.x86_64 DEBUG: pam-1.6.1-7.el10.x86_64 DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 DEBUG: nss-softokn-3.101.0-13.el10.x86_64 DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 DEBUG: nss-3.101.0-13.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.5.0-4.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-1.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-3.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-38.el10.x86_64 DEBUG: libseccomp-2.5.3-10.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-7.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-10.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.202-6.el10.x86_64 DEBUG: device-mapper-1.02.202-6.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-11.el10.x86_64 DEBUG: systemd-257-11.el10.x86_64 DEBUG: binutils-gold-2.41-53.el10.x86_64 DEBUG: binutils-2.41-53.el10.x86_64 DEBUG: polkit-125-3.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-14.2-4.el10.x86_64 DEBUG: debugedit-5.1-7.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 DEBUG: openssh-9.9p1-9.el10.x86_64 DEBUG: openssh-clients-9.9p1-9.el10.x86_64 DEBUG: git-core-2.47.1-2.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-14.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.2.1-7.el10.x86_64 DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-291-1.el10.noarch DEBUG: rpm-build-4.19.1.1-14.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.10-3.el10.noarch DEBUG: python3-3.12.10-3.el10.x86_64 DEBUG: python3-libs-3.12.10-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-9.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.3-2.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-19.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.10-3.el10.x86_64 DEBUG: python3-eventlet-0.36.1-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-11.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch DEBUG: gettext-libs-0.22.5-6.el10.x86_64 DEBUG: fontawesome-fonts-4.7.0-13.el10s.noarch 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: fontawesome-fonts-web-4.7.0-13.el10s.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-9.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-XStatic-1.0.1-23.el10s.noarch DEBUG: web-assets-filesystem-5-23.el10.noarch DEBUG: python3-stevedore-5.4.1-0.20250314122149.27e27c1.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.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.0.0-0.20250527143853.7750bda.el10.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-dateutil-2.8.2-15.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-os-service-types-1.7.0-0.20250217105409.0b2f473.el10.noarch DEBUG: python3-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-rdflib-7.1.3-1.el10s.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-futurist-3.1.1-0.20250513101246.8a4c380.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: XStatic-Angular-common-1.5.8.0-14.el10s.noarch DEBUG: bootswatch-common-3.3.7.0-15.el10s.noarch DEBUG: mdi-common-1.6.50.2-4.el10s.noarch DEBUG: roboto-fontface-common-0.5.0.0-17.el10s.noarch DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el10s.noarch DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el10s.noarch DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el10s.noarch DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el10s.noarch DEBUG: xstatic-angular-schema-form-common-0.8.13.0-3.el10s.noarch DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el10s.noarch DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.noarch DEBUG: xstatic-d3-common-3.5.17.0-14.el10s.noarch DEBUG: xstatic-hogan-common-2.0.0.2-21.el10s.noarch DEBUG: xstatic-jasmine-common-2.4.1.1-13.el10s.noarch DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el10s.noarch DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el10s.noarch DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el10s.noarch DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarch DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch DEBUG: xstatic-objectpath-common-1.2.1.0-3.el10s.noarch DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch DEBUG: xstatic-smart-table-common-1.4.13.2-13.el10s.noarch DEBUG: xstatic-spin-common-1.2.5.2-22.el10s.noarch DEBUG: xstatic-termjs-common-0.0.7.0-13.el10s.noarch DEBUG: xstatic-tv4-common-1.2.7.0-3.el10s.noarch DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch DEBUG: roboto-fontface-fonts-0.5.0.0-17.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-sqlparse-0.4.2-4.el10s.noarch DEBUG: python3-rjsmin-1.2.3-2.el10s.x86_64 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-rcssmin-1.1.2-1.el10s.x86_64 DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-asgiref-3.8.1-1.el10s.noarch DEBUG: mdi-fonts-1.6.50.2-4.el10s.noarch DEBUG: libsass-3.6.6-1.el10s.x86_64 DEBUG: bootswatch-fonts-3.3.7.0-15.el10s.noarch DEBUG: python3-iniconfig-1.1.1-18.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.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: which-2.21-43.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.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-paste-3.10.1-6.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.9.1-0.20250314125026.083572e.el10.noarch DEBUG: bash-completion-2.11-16.el10.noarch DEBUG: python-django-bash-completion-4.2.14-3.el10s.noarch DEBUG: python3-django-4.2.14-3.el10s.noarch DEBUG: python3-django-appconf-1.0.6-2.el10s.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.5.0-0.20250513102338.bbe9c96.el10.noarch DEBUG: python3-os-client-config-2.1.0-0.20250311184638.bc96c23.el10.noarch DEBUG: python-oslo-utils-lang-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python-oslo-policy-lang-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python-oslo-middleware-lang-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python-oslo-log-lang-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python-oslo-i18n-lang-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch DEBUG: python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch DEBUG: python3-oslo-config-9.8.0-0.20250602113751.b18ff43.el10.noarch DEBUG: python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch DEBUG: python3-oslo-log-7.1.0-0.20250318111316.0c290b1.el10.noarch DEBUG: python3-keystoneclient-5.6.0-0.20250318091942.0d43c46.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-oslo-metrics-0.12.0-0.20250527143953.19b3c0a.el10.noarch DEBUG: python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch DEBUG: python3-oslo-middleware-6.5.0-0.20250513102931.26dfbfd.el10.noarch DEBUG: python3-osc-lib-4.0.2-0.20250527151127.e63cb66.el10.noarch DEBUG: python-oslo-concurrency-lang-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch DEBUG: python3-oslo-service-4.1.1-0.20250318124125.7a52803.el10.noarch DEBUG: python3-oslo-messaging-17.0.0-0.20250527150124.510688d.el10.noarch DEBUG: python3-osprofiler-4.2.0-0.20250217110136.3fb0487.el10.noarch DEBUG: python3-neutronclient-11.5.0-0.20250527143657.690bb97.el10.noarch DEBUG: python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch DEBUG: python3-novaclient-18.9.0-0.20250319052751.4c3216d.el10.noarch DEBUG: python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch DEBUG: python3-glanceclient-4.8.0-0.20250318093747.235814c.el10.noarch DEBUG: python3-django-compressor-4.5.1-2.el10s.noarch DEBUG: python3-django-debreach-2.1.0-2.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-pytest-7.4.3-5.el10.noarch DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch DEBUG: python3-libsass-0.23.0-4.el10s.x86_64 DEBUG: python3-XStatic-mdi-1.6.50.2-4.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch DEBUG: python3-XStatic-tv4-1.2.7.0-3.el10s.noarch DEBUG: python3-XStatic-termjs-0.0.7.0-13.el10s.noarch DEBUG: python3-XStatic-Spin-1.2.5.2-22.el10s.noarch DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch DEBUG: python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch DEBUG: python3-XStatic-D3-3.5.17.0-14.el10s.noarch DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch DEBUG: python3-XStatic-Angular-1.5.8.0-14.el10s.noarch DEBUG: python3-selenium-3.141.0-1.el10s.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-mock-4.0.3-17.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: python3-semantic_version-2.10.0-10.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 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.2.1-7.el10.x86_64 1737504792 273356 19bc9a7be455df2dab97cc0ce33ddba1 installed DEBUG: fonts-filesystem-1:2.0.5-18.el10.noarch 1730216344 0 5b562284b8ae5a306943d7ecf1d4033a installed DEBUG: tzdata-2025b-1.el10.noarch 1742921633 1664708 af7b347a2d1d69ab5aa2f4273ac698c6 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.86.0-2.el10.noarch 1745604596 2058 fe68ac8591d27775999a135a15d967c1 installed DEBUG: qt6-srpm-macros-6.8.1-4.el10.noarch 1741083324 464 d5f7418e1f735f1931e2c7f0283d117b 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-89.el10.x86_64 1748311222 6829100 4b1a4bd7fb7b57009861473ccc96a9a8 installed DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 1730216535 1746912 d68c7f46d126756c2aeae6a70525522e installed DEBUG: annobin-docs-12.93-2.el10.noarch 1746530843 101230 4d13ec2af5ce64b766dfeb67457eef8d installed DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch 1730215095 4600301 5dceb1d603e5b1880d69e7946569fa02 installed DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch 1730228718 69171 b3f4df6e954d12b428e67ee877c7e810 installed DEBUG: pkgconf-m4-2.1.0-3.el10.noarch 1730228266 14252 85405cf8cc1a36c8de9fe92347e0acc3 installed DEBUG: pcre2-syntax-10.44-1.el10.3.noarch 1730226499 257634 38d94bb36ae8d3ef12a3a9af950e791f installed DEBUG: ncurses-base-6.4-14.20240127.el10.noarch 1730224728 334036 fa6145f4b4d3d18d911bcb32d9be44ad installed DEBUG: libssh-config-0.11.1-1.el10.noarch 1730102143 277 e6293f316965dfdca9417663ffb357a7 installed DEBUG: google-noto-fonts-common-20240401-5.el10.noarch 1730217907 17944 1363d33de93f0f96b3732a50096a8e05 installed DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch 1730217907 1308528 72211458a17a612e189da75dbe8ca086 installed DEBUG: default-fonts-core-sans-4.1-3.el10.noarch 1730219898 12145 f7b341324081169790f255c283b14590 installed DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch 1730235282 6554991 fbad26634814b1a96ea1edd30adebd66 installed DEBUG: coreutils-common-9.5-6.el10.x86_64 1732618075 11696153 9224526c32e26a915fabca8e440fab9a installed DEBUG: centos-gpg-keys-10.0-8.el10.noarch 1740066864 3865 1379cbf7494814ae62c55315c354e8d8 installed DEBUG: centos-stream-repos-10.0-8.el10.noarch 1740066864 7002 220426282a002f0eaa2fe70b0c93c1ef installed DEBUG: centos-stream-release-10.0-8.el10.noarch 1740066864 37914 0e486114ee58c48ffc7a3d809c1a73cb installed DEBUG: setup-2.14.5-7.el10.noarch 1744129580 737783 1ebd10b27986b317f541947707a04aaa installed DEBUG: filesystem-3.18-16.el10.x86_64 1730216154 106 077a6ba7b2422325ec3c24d801f72a0d 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-38.el10.x86_64 1746515242 8162982 43398a55c2743fd36fdd864d06a0611f installed DEBUG: glibc-minimal-langpack-2.39-38.el10.x86_64 1746515242 0 3dd2895bbf930c7347279aac803a7515 installed DEBUG: glibc-common-2.39-38.el10.x86_64 1746515242 1072850 5dc7c0f33fcd38e6ee0df8c4771b9dfa installed DEBUG: glibc-2.39-38.el10.x86_64 1746515242 6509026 4abae9b377e0bf7dace7d533894695fc 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.2.1-7.el10.x86_64 1737504792 2902670 860857c2548ddd88320168a38c4c5b7b 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-10.el10.x86_64 1739464864 38205 8e523887699321cc761b3dbee937cf9b installed DEBUG: libxml2-2.12.5-5.el10.x86_64 1740406027 1811883 00eba545dac2371368369efb43758f47 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-10.el10.x86_64 1730216894 825840 14d99e5658aff510737e73c6e5a813c3 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-10.el10.x86_64 1739464864 268706 7cbd75e70d639c90fbc07020b25a9148 installed DEBUG: crypto-policies-20250424-2.git9267dee.el10.noarch 1745689835 113942 cd92e552d83d19f34bdc3f4b197d3473 installed DEBUG: nspr-4.35.0-34.el10.x86_64 1732553547 309488 848846165623d3bb149560b4bcc8a5ff 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: gawk-5.3.0-6.el10.x86_64 1730216535 1799421 85779b68a9aff20397bd084b03a23424 installed DEBUG: nss-util-3.101.0-13.el10.x86_64 1732553547 209608 5a2546e1b94788368f8fd7ac538a6281 installed DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 1744789221 1575656 5233272796185d812c8a0888a2df5c1a installed DEBUG: gdbm-libs-1:1.23-11.el10.x86_64 1740740649 124794 6f6d422484969920f451bab4b679b259 installed DEBUG: libattr-2.5.2-5.el10.x86_64 1730215193 29173 2833a042a276b30da6c1a0ba42587877 installed DEBUG: libacl-2.3.2-4.el10.x86_64 1730215005 40954 631458af65cf3e129e9416aafab73ad3 installed DEBUG: libgomp-14.2.1-7.el10.x86_64 1737504792 530614 b09a2aab52f6a5ce417d3de908f332bb 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: 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-7.el10.x86_64 1732183507 137895 5f7ec504d24b96d3b9a557488661d395 installed DEBUG: libcap-2.69-7.el10.x86_64 1730220121 229023 09c235e1a41cb500ab105f07a777e83d installed DEBUG: systemd-libs-257-11.el10.x86_64 1744784195 2403258 92592e3283683c13dcdc81ee19ecad73 installed DEBUG: libffi-3.4.4-10.el10.x86_64 1747269976 87536 09add1816293186b6cb76eb3b4e07686 installed DEBUG: libtasn1-4.20.0-1.el10.x86_64 1739768187 184603 b4eff3a9f4b9efc278d5220ba1bde8cd installed DEBUG: p11-kit-0.25.5-7.el10.x86_64 1730453558 2274541 0d10784fb866e91942e5969c5595bcf8 installed DEBUG: libunistring-1.1-10.el10.x86_64 1730222558 1812853 8c599b5aa65a4c4789cd4e41924d01e8 installed DEBUG: libidn2-2.3.7-3.el10.x86_64 1730221096 336954 bad1bcf3af7ac272c292fb703d063727 installed DEBUG: libICE-1.1.1-5.el10.x86_64 1730221200 185549 23e593c41d291cf8ea9f304794a3ab40 installed DEBUG: openjpeg2-2.5.2-4.el10.x86_64 1737656203 451651 1e644ed31637a76297eca0b79cb8edef 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-10.el10.x86_64 1739464864 371482 d359a1e5e3da6bc33dac2be6a18991ac 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.15-7.el10.x86_64 1719244701 301972 cdadd22846a3e865fa29ecf9f03858aa installed DEBUG: unzip-6.0-66.el10.x86_64 1730233547 408339 9d01b3c65347363f33add581fb20cd1e installed DEBUG: file-libs-5.45-7.el10.x86_64 1730216106 10410238 65d65cac82e92d71d09e7937d00afda7 installed DEBUG: file-5.45-7.el10.x86_64 1730216106 105999 1a275605b642c18f1668001814edc771 installed DEBUG: alternatives-1.30-2.el10.x86_64 1730215254 67921 dacc56c639d072091b65fbccb3a8a2d0 installed DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 1730453558 408940 a90c2a5f8a915a65b0fc0970e23366ee installed DEBUG: gnutls-3.8.9-16.el10.x86_64 1746783770 4180021 e6e844f6263906a69dbbf3a7a5f9c98c 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.8-1.el10.x86_64 1738262927 849595 d7440dd6f3874370b8653a090b9de55e installed DEBUG: libselinux-3.8-1.el10.x86_64 1738267682 201757 1f98e2d2f691dfd1d9c72ba8bfc609a0 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-libs-1:3.5.0-4.el10.x86_64 1747923470 9350634 ba0a0466b765d2a42c5d60d21e5244d6 installed DEBUG: coreutils-9.5-6.el10.x86_64 1732618075 5781370 5801daf855d9de1c9f5513ba77b3d425 installed DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch 1730215318 2701731 de08249ae5f7cf022e975101e0ccd147 installed DEBUG: libmount-2.40.2-10.el10.x86_64 1739464864 360106 5683209c8b0cabefbbe7cec6a795f6a2 installed DEBUG: glib2-2.80.4-4.el10.x86_64 1730297365 15327863 768e9f004d0df7383bc0d5ecaa47d7e3 installed DEBUG: polkit-libs-125-3.el10.x86_64 1730228824 212988 5198ecb0eaa87cfeccd4a8ccbb187635 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-10.el10.x86_64 1739464864 184586 7e48b32205d9d910d5f6387755248ca9 installed DEBUG: util-linux-core-2.40.2-10.el10.x86_64 1739464864 1520798 b22434070fa1079348f2798cef360153 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-2.el10.x86_64 1741081261 957114 e67ffcc7c9465666aa788768de5a8fc6 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-3.el10.x86_64 1730216653 2627349 04367e4fa0bff3c703657b596b99b9b0 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-11.el10.x86_64 1737131011 147750 9f2d7a884aa13f13a1dfaa5b75ce29ca installed DEBUG: rpm-sequoia-1.6.0-6.el10.x86_64 1731508664 2444634 9e67d2f9e6e4b34aca8a537894baadd0 installed DEBUG: rpm-plugin-audit-4.19.1.1-14.el10.x86_64 1745832178 16413 205bd1551df58055a4d966e0ab298a6f installed DEBUG: rpm-libs-4.19.1.1-14.el10.x86_64 1745832178 734840 165108b466d2f5d4327d7b21901e6bde installed DEBUG: libsemanage-3.8.1-1.el10.x86_64 1741335517 315307 6f17ea63cd5e20f9690c9850c7c9bd5e installed DEBUG: shadow-utils-2:4.15.0-6.el10.x86_64 1748266797 4282165 6a1c2a80f60e5d0995d95496445be53d 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-44.el10.x86_64 1738077404 730231 d6e692c89b3c5bd5b3a72818418884a9 installed DEBUG: cpp-14.2.1-7.el10.x86_64 1737504792 39963576 e7e66cb00a45a6e6072992888e1111b7 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-1.el10.x86_64 1739447456 181930 f2d1706fddb3569cbe81c4cf67884111 installed DEBUG: libusb1-1.0.27-4.el10.x86_64 1730222422 170254 570927ac16a3c26b399456507b6792b6 installed DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 1733406346 728430 234b2a6d9bb457044f53d7cb729ec330 installed DEBUG: openldap-2.6.8-3.el10.x86_64 1739381092 525333 f1257afa5d7226c597c20a400a909b59 installed DEBUG: gdbm-1:1.23-11.el10.x86_64 1740740649 479535 a79995a573459afe8113afabdf0ec79d installed DEBUG: pam-1.6.1-7.el10.x86_64 1732183507 1835213 7525b10fffe963943d0f182817b9ae69 installed DEBUG: nss-softokn-freebl-3.101.0-13.el10.x86_64 1732553547 943654 bbf0b45fad010bc6e6e01fa38631f978 installed DEBUG: nss-softokn-3.101.0-13.el10.x86_64 1732553547 1283283 219d20f206e7f81397598395c82522c0 installed DEBUG: nss-sysinit-3.101.0-13.el10.x86_64 1732553547 18466 8d45dd49cfcf0a064fffc43cf1ad2ed1 installed DEBUG: nss-3.101.0-13.el10.x86_64 1732553547 1973177 e53fa5fe083a1b81c0592ff0724048ab 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.5.0-4.el10.x86_64 1733828961 424228 bdef9b53df61b6c47aa6e10c24f275bf 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-1.el10.x86_64 1737485467 388443 06bb6ac589b91e0c3587f332e8c17b93 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-3.el10.x86_64 1730215808 68801 15f4f8e7c0f7421c49aa8f046d971eae 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-38.el10.x86_64 1746515242 2330087 b7e67af4b063d67dbc7cb0ce60f4f7e2 installed DEBUG: libseccomp-2.5.3-10.el10.x86_64 1730221760 175292 4bce0e88a79f376727744831e53c1d20 installed DEBUG: libverto-0.3.2-10.el10.x86_64 1730222483 30157 4d68fbc37bf8a651028e124253921fda installed DEBUG: krb5-libs-1.21.3-7.el10.x86_64 1738154857 2429116 42aa91d9c3df8d4e2c4e5f12958cbd1a installed DEBUG: libssh-0.11.1-1.el10.x86_64 1730102150 583267 76aec171b235b18fef05b534bc855454 installed DEBUG: libcurl-8.12.1-2.el10.x86_64 1744713242 858278 aae9071f6606439144d0d2341f351a9f installed DEBUG: util-linux-2.40.2-10.el10.x86_64 1739464864 3843378 1b89842bdb3fb274174723f2c7022b02 installed DEBUG: authselect-libs-1.5.0-8.el10.x86_64 1730215145 820118 bcc3148237825fa3e17a24f10da0fb19 installed DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 1730215738 2461118 745694e988f33cd223b199af2338d471 installed DEBUG: device-mapper-libs-10:1.02.202-6.el10.x86_64 1738695994 432209 8f5b99df3ff1ffd3091d1735784553e4 installed DEBUG: device-mapper-10:1.02.202-6.el10.x86_64 1738695994 352640 6c285b09ab4934c1e0476d2508b35383 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-11.el10.x86_64 1744784195 680033 4c566e3995753faa637e8199d32aadf2 installed DEBUG: systemd-257-11.el10.x86_64 1744784195 17593505 49b759fecaba0158de32a3840212d70a installed DEBUG: binutils-gold-2.41-53.el10.x86_64 1738940546 2166475 aebee37a22b9f06206bc2efca4445390 installed DEBUG: binutils-2.41-53.el10.x86_64 1738940546 27858031 bc4afbf45904d894fb79a323f59b646f installed DEBUG: polkit-125-3.el10.x86_64 1730228824 486973 06bb8013fd98d3dff335749513cff2be 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-14.2-4.el10.x86_64 1736797304 12610574 4fde5289a3bb9d9e60cf82ab3db1c74d installed DEBUG: debugedit-5.1-7.el10.x86_64 1744407175 205417 c3633032432ef23959203d74fd63d099 installed DEBUG: rpm-build-libs-4.19.1.1-14.el10.x86_64 1745832178 198944 c214ad1640f715f7a1236d47ee39a4f3 installed DEBUG: openssh-9.9p1-9.el10.x86_64 1746437926 1452235 323646fd8f6cbd1fd0d718bedbccf712 installed DEBUG: openssh-clients-9.9p1-9.el10.x86_64 1746437926 2756430 0f829c826d67fc69bcdf968c093f4304 installed DEBUG: git-core-2.47.1-2.el10.x86_64 1743510401 23581139 0b343750bb51986ded682ce3648ff619 installed DEBUG: curl-8.12.1-2.el10.x86_64 1744713242 457272 7237349c3bea5464abc1d4ed9e645840 installed DEBUG: rpm-4.19.1.1-14.el10.x86_64 1745832178 3095425 7d2dffb4a781f3b1085605ca36cd2c32 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.2.1-7.el10.x86_64 1737504792 113813733 ada15d91a1ffa3bdc689d9ad589c68c4 installed DEBUG: annobin-plugin-gcc-12.93-2.el10.x86_64 1746530828 1019747 5bed69fde5b91609ab2f13f035f00721 installed DEBUG: gcc-plugin-annobin-14.2.1-7.el10.x86_64 1737504792 56394 b2716b1f4e32acc71897c864ebe02fa0 installed DEBUG: fonts-srpm-macros-1:2.0.5-18.el10.noarch 1730216344 57184 1c64f1de557330974aff611b600dae9a installed DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch 1734556047 39882 fabea85a88c6ad82988771613c4c1125 installed DEBUG: go-srpm-macros-3.6.0-4.el10.noarch 1730218185 61912 73de5378f0c920b8cf8a4af1f5ee2730 installed DEBUG: python-srpm-macros-3.12-10.el10.noarch 1744804726 52539 db863cc8b9f7f04cc76daf66391d4c9f installed DEBUG: redhat-rpm-config-291-1.el10.noarch 1747352289 186034 ab7d424ff4405277ce6f2ba132c1ef61 installed DEBUG: rpm-build-4.19.1.1-14.el10.x86_64 1745832178 176781 734fb778d28f987d2ec99d8c3200fe09 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.10-3.el10.noarch 1747227894 23 7470d892ee8099338ce40cd944653616 installed DEBUG: python3-3.12.10-3.el10.x86_64 1747227886 32122 32db62d822d35af5f36dbfad88731886 installed DEBUG: python3-libs-3.12.10-3.el10.x86_64 1747227886 43603264 9a983a360872f5e956725db5111929a9 installed DEBUG: python3-packaging-24.2-2.el10.noarch 1738250594 570729 1edd3696535c1e17b1c56a05403d98dc installed DEBUG: python3-setuptools-69.0.3-9.el10.noarch 1730229670 7489887 d9423348f255c0c1540918767cddd012 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.3-2.el10.noarch 1730229738 497750 7b4b7c04184e9525bd9b8a3373b2c641 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-19.el10.x86_64 1740575172 400915 83c7bd6ea8a4625e0390b903ca97ab80 installed DEBUG: libXt-1.3.0-5.el10.x86_64 1730223042 448361 0353cb970accc8b9b554a33fdec9da66 installed DEBUG: libdatrie-0.2.13-11.el10.x86_64 1730220305 59289 cf20a9bff0a5711777fd6eed0eb8df8b installed DEBUG: libthai-0.1.29-10.el10.x86_64 1730222183 802278 58833d87ce0d583643743f26c6039e73 installed DEBUG: libijs-0.35-24.el10.x86_64 1730221026 67204 fc2a74580a1207d03f9ca2c1cbece5d0 installed DEBUG: libpaper-1:2.1.1-7.el10.x86_64 1730221516 50005 beb8bab2e988cb36754e28e9d899cdea installed DEBUG: pixman-0.43.4-2.el10.x86_64 1730228273 694319 d072d69959cb5752e428a3463e181f63 installed DEBUG: cairo-1.18.2-2.el10.x86_64 1730215330 1818236 9a30697458cf6ee76fb216cbb9ce544e installed DEBUG: pango-1.54.0-3.el10.x86_64 1730226353 1024097 7ed6bff29df6118cc7290c457de1b29a installed DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 1730215330 36040 f664305b3c936813aa92596252f29ed8 installed DEBUG: librsvg2-2.57.1-9.el10.x86_64 1732260608 4349023 6ce6e8059a446770303fa6e0d3ce24f5 installed DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 1732260608 15784 6f1acc267d6247c0d58dcafd7912b448 installed DEBUG: poppler-glib-24.02.0-6.el10.x86_64 1736512704 578768 9ad58314eeefbb0f89779a2980fd9b70 installed DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 1739178539 163402 41c0daea5347778ccd435d593bf95041 installed DEBUG: cups-filesystem-1:2.4.10-11.el10.noarch 1736272587 0 f481eace099bac9d66b161e53e1ecc51 installed DEBUG: cups-libs-1:2.4.10-11.el10.x86_64 1736272591 624534 10c2d962c979b5f21b6ce87ed1fba1ee installed DEBUG: libgs-10.02.1-16.el10.x86_64 1746621346 24333486 355882f756f9c9b71f6098932b310e10 installed DEBUG: graphviz-9.0.0-15.el10.x86_64 1730240660 4430109 2f76d0ebdd22fb0744c34e65e681482c installed DEBUG: ImageMagick-libs-0:6.9.12.98-1.el10s.x86_64 1739181763 8574479 e282b0723f4b530e070758309abd77f0 installed DEBUG: ImageMagick-0:6.9.12.98-1.el10s.x86_64 1739181763 245728 3d3079e28a22bc8ff24203f962b024d9 installed DEBUG: python3-sphinx-1:7.2.6-10.el10.noarch 1730229736 11309241 9a78413bc4ed4c3fcdf1d08d26a96211 installed DEBUG: python3-devel-3.12.10-3.el10.x86_64 1747227886 1335300 9d9a860c216e12f5a0a8133e8883ae57 installed DEBUG: python3-eventlet-0.36.1-1.el10s.noarch 1737101336 2134103 0e4d1723805438dc2a40685025669855 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-11.el10.noarch 1744784187 10938 78d75be0043d6593807d27e2260e2243 installed DEBUG: openstack-macros-2023.1.0-0.20250311184248.ce6a105.el10.noarch 1741718697 45488 aee5a7aa90634439b0f265de25f3aa84 installed DEBUG: gettext-libs-0.22.5-6.el10.x86_64 1730216799 1759418 74a5a2f6e7f58bc96e4fb84f6e7b89a0 installed DEBUG: fontawesome-fonts-1:4.7.0-13.el10s.noarch 1741689542 303691 52c2d54c86445b0eb365703a98c3106d 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: fontawesome-fonts-web-1:4.7.0-13.el10s.noarch 1741689542 1012614 e748db3ce2e4fadc38a822b9969feaf5 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-9.el10.noarch 1730229670 766354 5b53b56c94521cbdb6a805548af6b65a 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-XStatic-1.0.1-23.el10s.noarch 1738921537 7435 0107aa5fc75f49b923b9604e462925dc installed DEBUG: web-assets-filesystem-5-23.el10.noarch 1730234210 34 6eb57c2b06f337e9a8595ad8a2295d7c installed DEBUG: python3-stevedore-5.4.1-0.20250314122149.27e27c1.el10.noarch 1741954985 312176 0721040cefb233b860c9b96b416819b2 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-netaddr-1.3.0-2.el10.noarch 1737397369 10138039 b6f5b55e515f9e9f09ccf7522a2a4e6f installed DEBUG: python3-decorator-5.1.1-12.el10.noarch 1730229177 79127 9c6e14cd2b6e3665cbf1998cd51a20b3 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.0.0-0.20250527143853.7750bda.el10.noarch 1748356778 61959 229071a21e5d293f84dfd5a25e3ac4a4 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-dulwich-0.22.1-2.el10s.x86_64 1738576764 2706882 0c18ad333c352a3ee3947d78ba3b34e0 installed DEBUG: python3-psutil-5.9.8-6.el10.x86_64 1748354405 1500396 90eefd25db20fae8fd606dd1adc6aed9 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-pyparsing-3.1.1-7.el10.noarch 1730229042 1038569 10cd8727b47570d8ed575363f0a84a31 installed DEBUG: python3-dateutil-1:2.8.2-15.el10.noarch 1730229057 898267 34a9248a5d4d69e1d8b864433a0b4b98 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.7.0-0.20250217105409.0b2f473.el10.noarch 1739789755 125872 e32bdfec662a5fb06cfd6dbc89e40817 installed DEBUG: python3-keystoneauth1-5.11.0-0.20250602113607.8b0a181.el10.noarch 1748864227 3137587 cf346082910796e757ceba949a83e53b 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-rdflib-7.1.3-1.el10s.noarch 1738831931 4626414 5b00aef0dcb4f628a6cf29c7f0323f04 installed DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch 1738660739 1764794 c78f03e5a4da3cf3fdbd6cadfbddd04d installed DEBUG: python3-futurist-3.1.1-0.20250513101246.8a4c380.el10.noarch 1747131330 274215 961932401132c9a8c33f15ba5100603f installed DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch 1738852778 353626 22f3280b7314901f6d08d6a3d3b76023 installed DEBUG: XStatic-Angular-common-1:1.5.8.0-14.el10s.noarch 1738922320 3267465 412d86c870a66e1399e129a0d1265bc5 installed DEBUG: bootswatch-common-3.3.7.0-15.el10s.noarch 1738922824 6941190 9c7bc5f89a6beb09e74bb5294a38547e installed DEBUG: mdi-common-1.6.50.2-4.el10s.noarch 1738927374 324064 9517017da2bb42664777affa904834b8 installed DEBUG: roboto-fontface-common-0.5.0.0-17.el10s.noarch 1738926276 28976 4941e7824abb7ce0b62559c8aea7873a installed DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el10s.noarch 1738923039 270833 d5d16be17e09e2841e05dff932aba955 installed DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el10s.noarch 1738923353 494289 95cb608b0984b69ed49a09a613deb105 installed DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el10s.noarch 1738923340 32117 db3a76797456e20313e03eb4dd9c5f60 installed DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el10s.noarch 1738923984 7279 3a25c2abca6b963c1dd131fbf3045ef1 installed DEBUG: xstatic-angular-schema-form-common-0.8.13.0-3.el10s.noarch 1739183379 172563 db6b903a424b47bd26fa03908b7fa609 installed DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el10s.noarch 1738924800 137534 d3ad6ad8324a31936b4bb80e4b3bf7b4 installed DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el10s.noarch 1738924807 619987 7b8d919a68b658f9e47844d2ade57d4e installed DEBUG: xstatic-d3-common-3.5.17.0-14.el10s.noarch 1738923491 338394 9a44ca7d77b89ea61cec5b463f7eb910 installed DEBUG: xstatic-hogan-common-2.0.0.2-21.el10s.noarch 1738931657 15644 d905281a4ee7b6bb30aa09c9d6c46cb8 installed DEBUG: xstatic-jasmine-common-2.4.1.1-13.el10s.noarch 1738925249 141226 39fbde253b8f94677d19aa2d64775da9 installed DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el10s.noarch 1738924227 24295 5f0136f85a9cd14bc43eec20423bdd68 installed DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el10s.noarch 1738925897 14398 272de017005b0808cb8fb5717174516d installed DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el10s.noarch 1738926557 57087 abdffafa1b6f7f2aa492b2ae04308fb5 installed DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el10s.noarch 1738927256 3908446 88d108c228f31b4c9d492e2410252f10 installed DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el10s.noarch 1738925285 131150 2176802c246c879b08ae89b1f50f12a3 installed DEBUG: xstatic-objectpath-common-1.2.1.0-3.el10s.noarch 1739184101 3962 7df6ac7344a3767dbf36b9a52290145b installed DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el10s.noarch 1738925656 108472 48abd972e4707fcb42fab5c33da6bfa2 installed DEBUG: xstatic-smart-table-common-1.4.13.2-13.el10s.noarch 1738926979 38420 9c2e519b24b9855036117423abc475a1 installed DEBUG: xstatic-spin-common-1.2.5.2-22.el10s.noarch 1738925404 4896 db464a34fae1791b39c6e18d75597e09 installed DEBUG: xstatic-termjs-common-0.0.7.0-13.el10s.noarch 1738926095 156090 2cb48e762cf535250b60a41f6468dfab installed DEBUG: xstatic-tv4-common-1.2.7.0-3.el10s.noarch 1739184161 85365 cc37d4a5c616ed5b3bd96a9a10cc1c91 installed DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el10s.2.noarch 1738923538 373372 f91ff3cd85e989bd5e15596461ab14fc installed DEBUG: roboto-fontface-fonts-0.5.0.0-17.el10s.noarch 1738926276 14706726 eedfb7b885737c376dd627f4b04f32bc installed DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 1738594796 179246 f2544d11da0dbfca2607e5c8a69d4557 installed DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch 1737458511 1871591 01cc5831e388f9af11205a35f2338628 installed DEBUG: python3-statsd-3.2.1-33.el10s.noarch 1738055041 150783 97f5fa9ebb10942c7cae2f4058f5d97f installed DEBUG: python3-sqlparse-0.4.2-4.el10s.noarch 1737454034 364812 a80ec0e29595aba00054c6d02e78ea97 installed DEBUG: python3-rjsmin-1.2.3-2.el10s.x86_64 1737111300 87628 779440cbdf3a6bebfb8ef33ede9bbc17 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-rcssmin-1.1.2-1.el10s.x86_64 1738864198 73976 45eced1742591fa3c4d927f41e1d7b40 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-paste-deploy-3.1.0-7.el10s.noarch 1737647799 129765 5fa8df2820887dd91d7f999c050002b7 installed DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 1737453719 333975 d8341954028b5e0cd368f6644312fb1b installed DEBUG: python3-fasteners-0.19-1.el10s.noarch 1738579537 118969 a68e342eb69e2c9124f233f7913a78a4 installed DEBUG: python3-autopage-0.5.2-8.el10s.noarch 1738684947 311747 122570d58f3b3d41c0293b04710c7a76 installed DEBUG: python3-asgiref-3.8.1-1.el10s.noarch 1737112329 153040 41c97ec674e470702bd90bac0df51e33 installed DEBUG: mdi-fonts-1.6.50.2-4.el10s.noarch 1738927374 2472294 05e255c60a2fe80829d5e31381889340 installed DEBUG: libsass-3.6.6-1.el10s.x86_64 1738927050 2327974 7d8b69ab662bf30451ee1c34ad1274cf installed DEBUG: bootswatch-fonts-3.3.7.0-15.el10s.noarch 1738922824 217270 cfb3749f458ea039a5fb2bd89d04f72f installed DEBUG: python3-iniconfig-1.1.1-18.el10.noarch 1730229239 20915 ea1758b1c8ad722ad5b09926c0e9b05a 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-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: which-2.21-43.el10.x86_64 1730234397 82140 8f3d1512dbac52ace0968c8b14b87d6c installed DEBUG: python3-cmd2-2.5.8-1.el10s.noarch 1737368129 1646915 4dbb83db27a73ae01c33962f10987772 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-paste-3.10.1-6.el10s.noarch 1738826853 2756313 dabf06dcee0cf091e090b448fb196279 installed DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 1737382685 87531 b79dafd030634aa2736f096d41e5c258 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.9.1-0.20250314125026.083572e.el10.noarch 1741956709 369584 24e1e8cc83fb305f448bdd42a74e9837 installed DEBUG: bash-completion-1:2.11-16.el10.noarch 1730215264 1052248 7182d21a7fa75ab184f1686470b98778 installed DEBUG: python-django-bash-completion-4.2.14-3.el10s.noarch 1738842525 2315 d9caf4d4c99481b0c9acc236191a5640 installed DEBUG: python3-django-4.2.14-3.el10s.noarch 1738842525 21355614 948f7c2b82c7ed3e3fe789768c25dfb4 installed DEBUG: python3-django-appconf-1.0.6-2.el10s.noarch 1738862623 169391 0c33e3cd6992764fe58b1f1648955432 installed DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch 1739453755 28773 4e7043243b8d32c7faf710880da0bd00 installed DEBUG: python3-openstacksdk-4.5.0-0.20250513102338.bbe9c96.el10.noarch 1747131978 6633045 739cb76c79b37d3d69a575cfbb964914 installed DEBUG: python3-os-client-config-2.1.0-0.20250311184638.bc96c23.el10.noarch 1741718881 260337 b42311c07ca3fbf27ee2b45973901351 installed DEBUG: python-oslo-utils-lang-9.0.0-0.20250602113342.1a85259.el10.noarch 1748864080 18922 29e2d4b26f42ff408feb9c167b811c2c installed DEBUG: python-oslo-policy-lang-4.5.1-0.20250318102620.3bb5d92.el10.noarch 1742293894 15702 521c5e63dc8dd280327f71a6c59de3e4 installed DEBUG: python-oslo-middleware-lang-6.5.0-0.20250513102931.26dfbfd.el10.noarch 1747132282 10966 9a5c9ec6a6ad0bfe329aaaf14712deae installed DEBUG: python-oslo-log-lang-7.1.0-0.20250318111316.0c290b1.el10.noarch 1742296753 17109 bc46bcb0fa037e951349f23b26531768 installed DEBUG: python-oslo-i18n-lang-6.5.1-0.20250318101249.162e0fa.el10.noarch 1742293030 16906 5c23d56e178a6ff495551cb9ea195743 installed DEBUG: python3-oslo-i18n-6.5.1-0.20250318101249.162e0fa.el10.noarch 1742293030 220621 7f50592d82a90d7568e416c8f6856eff installed DEBUG: python3-oslo-utils-9.0.0-0.20250602113342.1a85259.el10.noarch 1748864080 452241 c6f0d3d5a49a09fab7dbff191bf1ffb9 installed DEBUG: python3-oslo-config-2:9.8.0-0.20250602113751.b18ff43.el10.noarch 1748864350 1508860 31a8cabc29ca127392f04f155bf2ac87 installed DEBUG: python3-oslo-serialization-5.7.0-0.20250318115342.bff992d.el10.noarch 1742299184 93885 5b2f1390340d26680207ea72354c6f52 installed DEBUG: python3-oslo-log-7.1.0-0.20250318111316.0c290b1.el10.noarch 1742296753 206025 c682f850c950b1d385c98cddac1ebf5b installed DEBUG: python3-keystoneclient-1:5.6.0-0.20250318091942.0d43c46.el10.noarch 1742289677 1330610 9becc001eb63ba3a3ec81277fd425ee5 installed DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch 1748358840 767414 e98bacd4cb3c1a5c554f9c4eddbf35ee installed DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch 1748358840 21103 aabc602552ac8e68eeb9c32ad117ef93 installed DEBUG: python3-oslo-metrics-0.12.0-0.20250527143953.19b3c0a.el10.noarch 1748356908 51339 c9a3af7f0e2de8c210bfcc524331fbf8 installed DEBUG: python3-oslo-policy-4.5.1-0.20250318102620.3bb5d92.el10.noarch 1742293894 311075 86b457a6cefa6566ccec05e2be72620a installed DEBUG: python3-oslo-middleware-6.5.0-0.20250513102931.26dfbfd.el10.noarch 1747132282 226553 94f212664925e179e50f2cad2fa3f577 installed DEBUG: python3-osc-lib-4.0.2-0.20250527151127.e63cb66.el10.noarch 1748358749 336331 2eadcbb144243209396fd0f58638e9e9 installed DEBUG: python-oslo-concurrency-lang-7.1.0-0.20250318114002.6250095.el10.noarch 1742298308 18975 2a9750b0d1fe9890c3919f966beaf613 installed DEBUG: python3-oslo-concurrency-7.1.0-0.20250318114002.6250095.el10.noarch 1742298308 132197 43ae0c9b30aba5467f73c4d897696ebb installed DEBUG: python3-oslo-service-4.1.1-0.20250318124125.7a52803.el10.noarch 1742301821 310206 2ff875aba43f17175eccaade711553c6 installed DEBUG: python3-oslo-messaging-17.0.0-0.20250527150124.510688d.el10.noarch 1748358153 846096 8be5e1c8b6e7324961331c1b03a790d4 installed DEBUG: python3-osprofiler-4.2.0-0.20250217110136.3fb0487.el10.noarch 1739790151 612330 eea074af2437d77d6acac72bc698bf0c installed DEBUG: python3-neutronclient-11.5.0-0.20250527143657.690bb97.el10.noarch 1748356708 1671174 f89e9991b5dd94aa9fa21fd51a114183 installed DEBUG: python3-oslo-upgradecheck-2.5.0-0.20250318103257.27366ba.el10.noarch 1742294197 65506 20bc400e4d389d3dca99b49868e427ec installed DEBUG: python3-novaclient-1:18.9.0-0.20250319052751.4c3216d.el10.noarch 1742362237 1138888 2cc56a0345f4983f28030cacf3fb0f2e installed DEBUG: python3-cinderclient-9.7.0-0.20250318125740.63e3fa7.el10.noarch 1742302779 1190389 186eb6fc87e5e103c7222aab0307e7da installed DEBUG: python3-glanceclient-1:4.8.0-0.20250318093747.235814c.el10.noarch 1742290745 715399 2c9b11ce2b935017aa580a3dfd5d3e53 installed DEBUG: python3-django-compressor-4.5.1-2.el10s.noarch 1738864986 666119 52f0aa3a15b8ace5cc9fb7498c8aaad0 installed DEBUG: python3-django-debreach-2.1.0-2.el10s.noarch 1739542126 28106 1aa9dc1e35b55ebc90d68d5bb1b9035f installed DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch 1739361028 605471 a5392bb531fe0e8143e2f6a2778fc899 installed DEBUG: python3-pytest-7.4.3-5.el10.noarch 1730228870 3735221 34fe3b2abbc7e7f99a981111111e09ad installed DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el10s.noarch 1738922824 16691 e770be870b901bff19dc57fdafe9f8ab installed DEBUG: python3-libsass-0.23.0-4.el10s.x86_64 1738928205 452943 a1cc32637bd77fd4c73ca9a70d9a688c installed DEBUG: python3-XStatic-mdi-1.6.50.2-4.el10s.noarch 1738927374 79080 6973357e648a83fbfb6d370011283871 installed DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch 1737466362 113932 2f3d514cfdb455e1696192d12e05a835 installed DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el10s.noarch 1738926276 20323 88757fdb16523e21427f83ca1c77cd94 installed DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el10s.noarch 1738927256 43077 aa18fbde4583ff8181e88fb2d18287b1 installed DEBUG: python3-XStatic-tv4-1.2.7.0-3.el10s.noarch 1739184161 6190 0e7ca1123e1aee184c674d93b09a7e56 installed DEBUG: python3-XStatic-termjs-0.0.7.0-13.el10s.noarch 1738926095 6214 fdc164e4f7d9095e688a03688fb358c0 installed DEBUG: python3-XStatic-Spin-1.2.5.2-22.el10s.noarch 1738925404 5618 0c3bb2ac5305595166525043ce266e46 installed DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el10s.noarch 1738926979 6068 b11b62e753fae677df12a2303317165a installed DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el10s.noarch 1738925656 5730 110aceb4d9fec975a65dbc18f66a32a1 installed DEBUG: python3-XStatic-objectpath-1.2.1.0-3.el10s.noarch 1739184101 6788 58d091549498d854df16027bd0cfe302 installed DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el10s.noarch 1738925285 5686 6ae5f7a05bf6bd9ebdf4694a9434e8a1 installed DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el10s.noarch 1738926557 5922 b8f0289b424eece231346952a0aab523 installed DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el10s.noarch 1738925897 5955 4a1506152e0d9498f60a9466c8a5299e installed DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el10s.noarch 1738924227 5889 7000e0e29b2bfab328ac1ddfc6db695d installed DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el10s.noarch 1738925249 5809 a2e9cd3a7d446323efe2cd18cf4b5167 installed DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el10s.noarch 1738931657 5610 efabb0d79ec9bf80a5245f5cdadc11cf installed DEBUG: python3-XStatic-D3-3.5.17.0-14.el10s.noarch 1738923491 5427 eef1f54bf39e0a0f35f43681021b17ab installed DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el10s.noarch 1738924807 11734 50e306b4f4e898994e408ff4fd92c1de installed DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el10s.noarch 1738924800 9866 ce0b4c71f091cf740cf914957801b8c8 installed DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-3.el10s.noarch 1739183379 7114 bff2f2ba6cb2bc2250a272fbcbeda9ac installed DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el10s.noarch 1738923984 6117 da51f53bf10c56831a14802419fdbee8 installed DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el10s.noarch 1738923340 5828 7957d9672b746b330fe9e92591b2c756 installed DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el10s.noarch 1738923353 7524 600e617e13b2f4111c2acf46cef90d04 installed DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el10s.noarch 1738923039 6085 73d3bbc427fd98e5009caab61e9f6ee3 installed DEBUG: python3-XStatic-Angular-1:1.5.8.0-14.el10s.noarch 1738922320 16028 9535531ac210012ceea728f484822c01 installed DEBUG: python3-selenium-3.141.0-1.el10s.noarch 1738587339 1718533 32c83eeb9a8776e83fe73c3fc07fc5a1 installed DEBUG: python3-freezegun-1.5.1-3.el10s.noarch 1737471264 178154 b67b1990b9128e74ee43dd65a2e03f4a installed DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch 1738577793 2266648 335ab9a0927433fde27de8be29ac0264 installed DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el10s.noarch 1738931648 7730 595b571bc621698043943336aea3845f installed DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.2.0-13.el10s.noarch 1739791356 7638 f39c97a05836c4089a5cec93a874252f installed DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch 1738593594 803168 ec2318d07d10e1d03f0d3c4ae411ac0f installed DEBUG: python3-mock-4.0.3-17.el10s.noarch 1737113558 345093 b90c444c781ce7f6b515d3bfc38caf55 installed DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 1736244875 1741945 e43eed50f1361181f0b465f37a90fdfd installed DEBUG: python3-semantic_version-2.10.0-10.el10.noarch 1733413708 213017 f6f51dd145531921ebebc5bb96185e03 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/python-django-horizon.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/python-django-horizon.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: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: warning: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* 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.e27GBW DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd horizon-25.4.1.dev13 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.01 seconds) DEBUG: congratulations :) (0.10 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling coverage>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage>=4.0 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling freezegun>=0.3.15 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: freezegun>=0.3.15 DEBUG: (installed: freezegun 1.5.1) DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pytest>=5.3.5 DEBUG: (installed: pytest 7.4.3) DEBUG: Handling pymemcache>=4.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pymemcache>=4.0.0 DEBUG: (installed: pymemcache 4.0.0) DEBUG: Handling selenium>=2.50.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: selenium>=2.50.1 DEBUG: (installed: selenium 3.141.0) 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.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.2.0 DEBUG: (installed: testtools 2.7.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 Babel>=2.6.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Babel>=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Django>=4.2,<4.3 DEBUG: (installed: Django 4.2.14) DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-compressor>=4.4 DEBUG: (installed: django-compressor 4.5.1) DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-debreach>=1.4.2 DEBUG: (installed: django-debreach 2.1.0) DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: futurist>=1.2.0 DEBUG: (installed: futurist 3.1.1) DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: iso8601>=0.1.11 DEBUG: (installed: iso8601 2.1.0) DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.3.1 DEBUG: (installed: keystoneauth1 5.11.0) DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0 DEBUG: (installed: oslo.concurrency 7.1.0) DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.8.0 DEBUG: (installed: oslo.config 9.8.0) DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.1.0 DEBUG: (installed: oslo.i18n 6.5.1) DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.policy>=3.11.0 DEBUG: (installed: oslo.policy 4.5.1) DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.3.0 DEBUG: (installed: oslo.serialization 5.7.0) DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0 DEBUG: (installed: oslo.upgradecheck 2.5.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.0.0) DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.2 DEBUG: (installed: osprofiler 4.2.0) DEBUG: Handling libsass>=0.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: libsass>=0.23.0 DEBUG: (installed: libsass 0.23.0) DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=8.0.0 DEBUG: (installed: python-cinderclient 9.7.0) DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=2.8.0 DEBUG: (installed: python-glanceclient 4.8.0) DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0 DEBUG: (installed: python-keystoneclient 5.6.0) DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-neutronclient>=8.1.0 DEBUG: (installed: python-neutronclient 11.5.0) DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=9.1.0 DEBUG: (installed: python-novaclient 18.9.0) DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-swiftclient>=3.2.0 DEBUG: (installed: python-swiftclient 4.8.0) DEBUG: Handling PyYAML from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyYAML DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: semantic-version>=2.3.1 DEBUG: (installed: semantic-version 2.10.0) DEBUG: Handling XStatic from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic DEBUG: (installed: XStatic 1.0.1) DEBUG: Handling XStatic-Angular from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular DEBUG: (installed: XStatic-Angular 1.5.8.0) DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Bootstrap>=2.2.0.0 DEBUG: (installed: XStatic-Angular-Bootstrap 2.2.0.0) DEBUG: Handling XStatic-Angular-FileUpload>=12.0.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-FileUpload>=12.0.4.0 DEBUG: (installed: XStatic-Angular-FileUpload 12.0.4.0) DEBUG: Handling XStatic-Angular-Gettext>=2.3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Gettext>=2.3.8.0 DEBUG: (installed: XStatic-Angular-Gettext 2.3.8.0) DEBUG: Handling XStatic-Angular-lrdragndrop>=1.0.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-lrdragndrop>=1.0.2.2 DEBUG: (installed: XStatic-Angular-lrdragndrop 1.0.2.2) DEBUG: Handling XStatic-Angular-Schema-Form>=0.8.13.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Schema-Form>=0.8.13.0 DEBUG: (installed: XStatic-Angular-Schema-Form 0.8.13.0) DEBUG: Handling XStatic-Bootstrap-Datepicker>=1.3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-Datepicker>=1.3.1.0 DEBUG: (installed: XStatic-Bootstrap-Datepicker 1.3.1.0) DEBUG: Handling XStatic-Bootstrap-SCSS>=3.3.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-SCSS>=3.3.7.1 DEBUG: (installed: XStatic-Bootstrap-SCSS 3.3.7.1) DEBUG: Handling XStatic-bootswatch>=3.3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-bootswatch>=3.3.7.0 DEBUG: (installed: XStatic-bootswatch 3.3.7.0) DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-D3>=3.5.17.0 DEBUG: (installed: XStatic-D3 3.5.17.0) DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Hogan>=2.0.0.2 DEBUG: (installed: XStatic-Hogan 2.0.0.2) DEBUG: Handling XStatic-Font-Awesome>=4.7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Font-Awesome>=4.7.0.0 DEBUG: (installed: XStatic-Font-Awesome 4.7.0.0) DEBUG: Handling XStatic-Jasmine>=2.4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Jasmine>=2.4.1.1 DEBUG: (installed: XStatic-Jasmine 2.4.1.1) DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jQuery DEBUG: (installed: XStatic-jQuery 1.10.2.1) DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery-Migrate DEBUG: (installed: XStatic-JQuery-Migrate 1.2.1.1) DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.quicksearch>=2.0.3.2 DEBUG: (installed: XStatic-JQuery.quicksearch 2.0.3.2) DEBUG: Handling XStatic-JQuery.TableSorter>=2.14.5.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.TableSorter>=2.14.5.1 DEBUG: (installed: XStatic-JQuery.TableSorter 2.14.5.1) DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jquery-ui DEBUG: (installed: XStatic-jquery-ui 1.12.0.1) DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JSEncrypt>=2.3.1.1 DEBUG: (installed: XStatic-JSEncrypt 2.3.1.1) DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-mdi>=1.6.50.2 DEBUG: (installed: XStatic-mdi 1.6.50.2) DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-objectpath>=1.2.1.0 DEBUG: (installed: XStatic-objectpath 1.2.1.0) DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Rickshaw>=1.5.0.0 DEBUG: (installed: XStatic-Rickshaw 1.5.0.0) DEBUG: Handling XStatic-roboto-fontface>=0.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-roboto-fontface>=0.5.0.0 DEBUG: (installed: XStatic-roboto-fontface 0.5.0.0) DEBUG: Handling XStatic-smart-table>=1.4.13.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-smart-table>=1.4.13.2 DEBUG: (installed: XStatic-smart-table 1.4.13.2) DEBUG: Handling XStatic-Spin>=1.2.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Spin>=1.2.5.2 DEBUG: (installed: XStatic-Spin 1.2.5.2) DEBUG: Handling XStatic-term.js>=0.0.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-term.js>=0.0.7.0 DEBUG: (installed: XStatic-term.js 0.0.7.0) DEBUG: Handling XStatic-tv4>=1.2.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0 DEBUG: (installed: XStatic-tv4 1.2.7.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 Babel>=2.6.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Babel>=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Django>=4.2,<4.3 DEBUG: (installed: Django 4.2.14) DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-compressor>=4.4 DEBUG: (installed: django-compressor 4.5.1) DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: django-debreach>=1.4.2 DEBUG: (installed: django-debreach 2.1.0) DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: futurist>=1.2.0 DEBUG: (installed: futurist 3.1.1) DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: iso8601>=0.1.11 DEBUG: (installed: iso8601 2.1.0) DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=4.3.1 DEBUG: (installed: keystoneauth1 5.11.0) DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0 DEBUG: (installed: oslo.concurrency 7.1.0) DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=8.8.0 DEBUG: (installed: oslo.config 9.8.0) DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=5.1.0 DEBUG: (installed: oslo.i18n 6.5.1) DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.policy>=3.11.0 DEBUG: (installed: oslo.policy 4.5.1) DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization>=4.3.0 DEBUG: (installed: oslo.serialization 5.7.0) DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0 DEBUG: (installed: oslo.upgradecheck 2.5.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.0.0) DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: osprofiler>=3.4.2 DEBUG: (installed: osprofiler 4.2.0) DEBUG: Handling libsass>=0.23.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: libsass>=0.23.0 DEBUG: (installed: libsass 0.23.0) DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=8.0.0 DEBUG: (installed: python-cinderclient 9.7.0) DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-glanceclient>=2.8.0 DEBUG: (installed: python-glanceclient 4.8.0) DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0 DEBUG: (installed: python-keystoneclient 5.6.0) DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-neutronclient>=8.1.0 DEBUG: (installed: python-neutronclient 11.5.0) DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=9.1.0 DEBUG: (installed: python-novaclient 18.9.0) DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-swiftclient>=3.2.0 DEBUG: (installed: python-swiftclient 4.8.0) DEBUG: Handling PyYAML from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyYAML DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: semantic-version>=2.3.1 DEBUG: (installed: semantic-version 2.10.0) DEBUG: Handling XStatic from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic DEBUG: (installed: XStatic 1.0.1) DEBUG: Handling XStatic-Angular from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular DEBUG: (installed: XStatic-Angular 1.5.8.0) DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Bootstrap>=2.2.0.0 DEBUG: (installed: XStatic-Angular-Bootstrap 2.2.0.0) DEBUG: Handling XStatic-Angular-FileUpload>=12.0.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-FileUpload>=12.0.4.0 DEBUG: (installed: XStatic-Angular-FileUpload 12.0.4.0) DEBUG: Handling XStatic-Angular-Gettext>=2.3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Gettext>=2.3.8.0 DEBUG: (installed: XStatic-Angular-Gettext 2.3.8.0) DEBUG: Handling XStatic-Angular-lrdragndrop>=1.0.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-lrdragndrop>=1.0.2.2 DEBUG: (installed: XStatic-Angular-lrdragndrop 1.0.2.2) DEBUG: Handling XStatic-Angular-Schema-Form>=0.8.13.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Angular-Schema-Form>=0.8.13.0 DEBUG: (installed: XStatic-Angular-Schema-Form 0.8.13.0) DEBUG: Handling XStatic-Bootstrap-Datepicker>=1.3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-Datepicker>=1.3.1.0 DEBUG: (installed: XStatic-Bootstrap-Datepicker 1.3.1.0) DEBUG: Handling XStatic-Bootstrap-SCSS>=3.3.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Bootstrap-SCSS>=3.3.7.1 DEBUG: (installed: XStatic-Bootstrap-SCSS 3.3.7.1) DEBUG: Handling XStatic-bootswatch>=3.3.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-bootswatch>=3.3.7.0 DEBUG: (installed: XStatic-bootswatch 3.3.7.0) DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-D3>=3.5.17.0 DEBUG: (installed: XStatic-D3 3.5.17.0) DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Hogan>=2.0.0.2 DEBUG: (installed: XStatic-Hogan 2.0.0.2) DEBUG: Handling XStatic-Font-Awesome>=4.7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Font-Awesome>=4.7.0.0 DEBUG: (installed: XStatic-Font-Awesome 4.7.0.0) DEBUG: Handling XStatic-Jasmine>=2.4.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Jasmine>=2.4.1.1 DEBUG: (installed: XStatic-Jasmine 2.4.1.1) DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jQuery DEBUG: (installed: XStatic-jQuery 1.10.2.1) DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery-Migrate DEBUG: (installed: XStatic-JQuery-Migrate 1.2.1.1) DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.quicksearch>=2.0.3.2 DEBUG: (installed: XStatic-JQuery.quicksearch 2.0.3.2) DEBUG: Handling XStatic-JQuery.TableSorter>=2.14.5.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JQuery.TableSorter>=2.14.5.1 DEBUG: (installed: XStatic-JQuery.TableSorter 2.14.5.1) DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-jquery-ui DEBUG: (installed: XStatic-jquery-ui 1.12.0.1) DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-JSEncrypt>=2.3.1.1 DEBUG: (installed: XStatic-JSEncrypt 2.3.1.1) DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-mdi>=1.6.50.2 DEBUG: (installed: XStatic-mdi 1.6.50.2) DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-objectpath>=1.2.1.0 DEBUG: (installed: XStatic-objectpath 1.2.1.0) DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Rickshaw>=1.5.0.0 DEBUG: (installed: XStatic-Rickshaw 1.5.0.0) DEBUG: Handling XStatic-roboto-fontface>=0.5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-roboto-fontface>=0.5.0.0 DEBUG: (installed: XStatic-roboto-fontface 0.5.0.0) DEBUG: Handling XStatic-smart-table>=1.4.13.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-smart-table>=1.4.13.2 DEBUG: (installed: XStatic-smart-table 1.4.13.2) DEBUG: Handling XStatic-Spin>=1.2.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-Spin>=1.2.5.2 DEBUG: (installed: XStatic-Spin 1.2.5.2) DEBUG: Handling XStatic-term.js>=0.0.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-term.js>=0.0.7.0 DEBUG: (installed: XStatic-term.js 0.0.7.0) DEBUG: Handling XStatic-tv4>=1.2.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0 DEBUG: (installed: XStatic-tv4 1.2.7.0) DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstackdocstheme>=2.2.1 DEBUG: (installed: openstackdocstheme 3.0.0) DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: reno>=3.1.0 DEBUG: (installed: reno 4.1.0) DEBUG: Handling sphinx>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-svg2pdfconverter>=0.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinxcontrib-svg2pdfconverter>=0.1.0 DEBUG: (installed: sphinxcontrib-svg2pdfconverter 1.2.0) DEBUG: Handling mock>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: mock>=2.0.0 DEBUG: (installed: mock 4.0.3) DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pytest>=5.3.5 DEBUG: (installed: pytest 7.4.3) 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 horizon.egg-info/PKG-INFO DEBUG: writing dependency_links to horizon.egg-info/dependency_links.txt DEBUG: writing entry points to horizon.egg-info/entry_points.txt DEBUG: writing requirements to horizon.egg-info/requires.txt DEBUG: writing top-level names to horizon.egg-info/top_level.txt DEBUG: writing pbr to horizon.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 'horizon.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/horizon-25.4.1.dev13/horizon-25.4.1.dev13.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Babel >=2.6.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: Babel >=2.6.0 DEBUG: (installed: Babel 2.13.1) DEBUG: Handling Django <4.3,>=4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: Django <4.3,>=4.2 DEBUG: (installed: Django 4.2.14) DEBUG: Handling django-compressor >=4.4 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: django-compressor >=4.4 DEBUG: (installed: django-compressor 4.5.1) DEBUG: Handling django-debreach >=1.4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: django-debreach >=1.4.2 DEBUG: (installed: django-debreach 2.1.0) DEBUG: Handling futurist >=1.2.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: futurist >=1.2.0 DEBUG: (installed: futurist 3.1.1) DEBUG: Handling iso8601 >=0.1.11 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: iso8601 >=0.1.11 DEBUG: (installed: iso8601 2.1.0) DEBUG: Handling keystoneauth1 >=4.3.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: keystoneauth1 >=4.3.1 DEBUG: (installed: keystoneauth1 5.11.0) DEBUG: Handling netaddr >=0.7.18 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: netaddr >=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling oslo.concurrency >=4.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.concurrency >=4.5.0 DEBUG: (installed: oslo.concurrency 7.1.0) DEBUG: Handling oslo.config >=8.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.config >=8.8.0 DEBUG: (installed: oslo.config 9.8.0) DEBUG: Handling oslo.i18n >=5.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.i18n >=5.1.0 DEBUG: (installed: oslo.i18n 6.5.1) DEBUG: Handling oslo.policy >=3.11.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.policy >=3.11.0 DEBUG: (installed: oslo.policy 4.5.1) DEBUG: Handling oslo.serialization >=4.3.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.serialization >=4.3.0 DEBUG: (installed: oslo.serialization 5.7.0) DEBUG: Handling oslo.upgradecheck >=1.5.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.upgradecheck >=1.5.0 DEBUG: (installed: oslo.upgradecheck 2.5.0) DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: oslo.utils >=7.0.0 DEBUG: (installed: oslo.utils 9.0.0) DEBUG: Handling osprofiler >=3.4.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: osprofiler >=3.4.2 DEBUG: (installed: osprofiler 4.2.0) DEBUG: Handling libsass >=0.23.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: libsass >=0.23.0 DEBUG: (installed: libsass 0.23.0) DEBUG: Handling python-cinderclient >=8.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-cinderclient >=8.0.0 DEBUG: (installed: python-cinderclient 9.7.0) DEBUG: Handling python-glanceclient >=2.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-glanceclient >=2.8.0 DEBUG: (installed: python-glanceclient 4.8.0) DEBUG: Handling python-keystoneclient >=3.22.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-keystoneclient >=3.22.0 DEBUG: (installed: python-keystoneclient 5.6.0) DEBUG: Handling python-neutronclient >=8.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-neutronclient >=8.1.0 DEBUG: (installed: python-neutronclient 11.5.0) DEBUG: Handling python-novaclient >=9.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-novaclient >=9.1.0 DEBUG: (installed: python-novaclient 18.9.0) DEBUG: Handling python-swiftclient >=3.2.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: python-swiftclient >=3.2.0 DEBUG: (installed: python-swiftclient 4.8.0) DEBUG: Handling PyYAML from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: PyYAML DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling requests >=2.25.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: requests >=2.25.1 DEBUG: (installed: requests 2.32.3) DEBUG: Handling semantic-version >=2.3.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: semantic-version >=2.3.1 DEBUG: (installed: semantic-version 2.10.0) DEBUG: Handling XStatic from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic DEBUG: (installed: XStatic 1.0.1) DEBUG: Handling XStatic-Angular from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular DEBUG: (installed: XStatic-Angular 1.5.8.0) DEBUG: Handling XStatic-Angular-Bootstrap >=2.2.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-Bootstrap >=2.2.0.0 DEBUG: (installed: XStatic-Angular-Bootstrap 2.2.0.0) DEBUG: Handling XStatic-Angular-FileUpload >=12.0.4.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-FileUpload >=12.0.4.0 DEBUG: (installed: XStatic-Angular-FileUpload 12.0.4.0) DEBUG: Handling XStatic-Angular-Gettext >=2.3.8.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-Gettext >=2.3.8.0 DEBUG: (installed: XStatic-Angular-Gettext 2.3.8.0) DEBUG: Handling XStatic-Angular-lrdragndrop >=1.0.2.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-lrdragndrop >=1.0.2.2 DEBUG: (installed: XStatic-Angular-lrdragndrop 1.0.2.2) DEBUG: Handling XStatic-Angular-Schema-Form >=0.8.13.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Angular-Schema-Form >=0.8.13.0 DEBUG: (installed: XStatic-Angular-Schema-Form 0.8.13.0) DEBUG: Handling XStatic-Bootstrap-Datepicker >=1.3.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Bootstrap-Datepicker >=1.3.1.0 DEBUG: (installed: XStatic-Bootstrap-Datepicker 1.3.1.0) DEBUG: Handling XStatic-Bootstrap-SCSS >=3.3.7.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Bootstrap-SCSS >=3.3.7.1 DEBUG: (installed: XStatic-Bootstrap-SCSS 3.3.7.1) DEBUG: Handling XStatic-bootswatch >=3.3.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-bootswatch >=3.3.7.0 DEBUG: (installed: XStatic-bootswatch 3.3.7.0) DEBUG: Handling XStatic-D3 >=3.5.17.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-D3 >=3.5.17.0 DEBUG: (installed: XStatic-D3 3.5.17.0) DEBUG: Handling XStatic-Hogan >=2.0.0.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Hogan >=2.0.0.2 DEBUG: (installed: XStatic-Hogan 2.0.0.2) DEBUG: Handling XStatic-Font-Awesome >=4.7.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Font-Awesome >=4.7.0.0 DEBUG: (installed: XStatic-Font-Awesome 4.7.0.0) DEBUG: Handling XStatic-Jasmine >=2.4.1.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Jasmine >=2.4.1.1 DEBUG: (installed: XStatic-Jasmine 2.4.1.1) DEBUG: Handling XStatic-jQuery from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-jQuery DEBUG: (installed: XStatic-jQuery 1.10.2.1) DEBUG: Handling XStatic-JQuery-Migrate from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JQuery-Migrate DEBUG: (installed: XStatic-JQuery-Migrate 1.2.1.1) DEBUG: Handling XStatic-JQuery.quicksearch >=2.0.3.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JQuery.quicksearch >=2.0.3.2 DEBUG: (installed: XStatic-JQuery.quicksearch 2.0.3.2) DEBUG: Handling XStatic-JQuery.TableSorter >=2.14.5.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JQuery.TableSorter >=2.14.5.1 DEBUG: (installed: XStatic-JQuery.TableSorter 2.14.5.1) DEBUG: Handling XStatic-jquery-ui from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-jquery-ui DEBUG: (installed: XStatic-jquery-ui 1.12.0.1) DEBUG: Handling XStatic-JSEncrypt >=2.3.1.1 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-JSEncrypt >=2.3.1.1 DEBUG: (installed: XStatic-JSEncrypt 2.3.1.1) DEBUG: Handling XStatic-mdi >=1.6.50.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-mdi >=1.6.50.2 DEBUG: (installed: XStatic-mdi 1.6.50.2) DEBUG: Handling XStatic-objectpath >=1.2.1.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-objectpath >=1.2.1.0 DEBUG: (installed: XStatic-objectpath 1.2.1.0) DEBUG: Handling XStatic-Rickshaw >=1.5.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Rickshaw >=1.5.0.0 DEBUG: (installed: XStatic-Rickshaw 1.5.0.0) DEBUG: Handling XStatic-roboto-fontface >=0.5.0.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-roboto-fontface >=0.5.0.0 DEBUG: (installed: XStatic-roboto-fontface 0.5.0.0) DEBUG: Handling XStatic-smart-table >=1.4.13.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-smart-table >=1.4.13.2 DEBUG: (installed: XStatic-smart-table 1.4.13.2) DEBUG: Handling XStatic-Spin >=1.2.5.2 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-Spin >=1.2.5.2 DEBUG: (installed: XStatic-Spin 1.2.5.2) DEBUG: Handling XStatic-term.js >=0.0.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-term.js >=0.0.7.0 DEBUG: (installed: XStatic-term.js 0.0.7.0) DEBUG: Handling XStatic-tv4 >=1.2.7.0 from hook generated metadata: Requires-Dist (horizon) DEBUG: Requirement satisfied: XStatic-tv4 >=1.2.7.0 DEBUG: (installed: XStatic-tv4 1.2.7.0) DEBUG: + cat /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv horizon-25.4.1.dev13.dist-info/ DEBUG: removed 'horizon-25.4.1.dev13.dist-info/AUTHORS' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/LICENSE' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/METADATA' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/entry_points.txt' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/pbr.json' DEBUG: removed 'horizon-25.4.1.dev13.dist-info/top_level.txt' DEBUG: removed directory 'horizon-25.4.1.dev13.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CPnDRX 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 horizon-25.4.1.dev13 DEBUG: + cd horizon DEBUG: + django-admin compilemessages DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/sr/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/hu/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/sl_SI/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/hi/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/es/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/es/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/en_AU/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/en_AU/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pa_IN/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pa_IN/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/en_GB/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/en_GB/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/cs/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/cs/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ko_KR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ko_KR/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/it/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/it/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/tr_TR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/tr_TR/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pl_PL/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pl_PL/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/es_MX/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/eo/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/eo/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/fi_FI/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ar/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ru/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ru/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/de/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/de/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/nl_NL/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/nl_NL/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/id/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/id/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pt/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ka_GE/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ka_GE/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ja/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ja/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/fr/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/fr/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pt_BR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/pt_BR/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/fil/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/locale/ca/LC_MESSAGES DEBUG: + cd .. DEBUG: + cd openstack_dashboard DEBUG: + django-admin compilemessages DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/brx/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/mai/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/bn_IN/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/mni/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/hi/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/mr/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ks/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/pl_PL/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ta/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ur/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/pa_IN/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/kn/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/kok/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/gu/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/ne/LC_MESSAGES DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/locale/as/LC_MESSAGES DEBUG: + cd .. DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.4.1.dev13/.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/horizon-25.4.1.dev13/.pyproject-builddir DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/horizon-25.4.1.dev13/pyproject-wheeldir DEBUG: Processing /builddir/build/BUILD/horizon-25.4.1.dev13 DEBUG: Preparing metadata (pyproject.toml): started DEBUG: Running command Preparing metadata (pyproject.toml) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: creating /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info DEBUG: writing /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/PKG-INFO DEBUG: writing dependency_links to /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/dependency_links.txt DEBUG: writing entry points to /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/entry_points.txt DEBUG: writing requirements to /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/requires.txt DEBUG: writing top-level names to /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/top_level.txt DEBUG: writing pbr to /builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: writing manifest file '/builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.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/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-modern-metadata-x763s5dd/horizon-25.4.1.dev13.dist-info' DEBUG: Preparing metadata (pyproject.toml): finished with status 'done' DEBUG: Building wheels for collected packages: horizon DEBUG: Building wheel for horizon (pyproject.toml): started DEBUG: Running command Building wheel for horizon (pyproject.toml) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: running bdist_wheel DEBUG: running build DEBUG: running build_py DEBUG: creating build DEBUG: creating build/lib DEBUG: creating build/lib/horizon DEBUG: creating build/lib/horizon/test DEBUG: creating build/lib/horizon/test/unit DEBUG: creating build/lib/horizon/test/unit/management DEBUG: copying horizon/test/unit/management/__init__.py -> build/lib/horizon/test/unit/management DEBUG: creating build/lib/horizon/contrib DEBUG: creating build/lib/horizon/contrib/staticfiles DEBUG: copying horizon/contrib/staticfiles/finders.py -> build/lib/horizon/contrib/staticfiles DEBUG: copying horizon/contrib/staticfiles/__init__.py -> build/lib/horizon/contrib/staticfiles DEBUG: copying horizon/test/webdriver.py -> build/lib/horizon/test DEBUG: copying horizon/test/utils.py -> build/lib/horizon/test DEBUG: copying horizon/test/urls.py -> build/lib/horizon/test DEBUG: copying horizon/test/settings.py -> build/lib/horizon/test DEBUG: copying horizon/test/helpers.py -> build/lib/horizon/test DEBUG: copying horizon/test/firefox_binary.py -> build/lib/horizon/test DEBUG: copying horizon/test/__init__.py -> build/lib/horizon/test DEBUG: creating build/lib/horizon/hacking DEBUG: copying horizon/hacking/checks.py -> build/lib/horizon/hacking DEBUG: copying horizon/hacking/__init__.py -> build/lib/horizon/hacking DEBUG: copying horizon/test/unit/test_views.py -> build/lib/horizon/test/unit DEBUG: copying horizon/test/unit/test_notifications.py -> build/lib/horizon/test/unit DEBUG: copying horizon/test/unit/test_messages.py -> build/lib/horizon/test/unit DEBUG: copying horizon/test/unit/test_exceptions.py -> build/lib/horizon/test/unit DEBUG: copying horizon/test/unit/test_base.py -> build/lib/horizon/test/unit DEBUG: copying horizon/test/unit/__init__.py -> build/lib/horizon/test/unit DEBUG: copying horizon/contrib/bootstrap_datepicker.py -> build/lib/horizon/contrib DEBUG: copying horizon/contrib/__init__.py -> build/lib/horizon/contrib DEBUG: creating build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_validators.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_secret_key.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_memoized.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_functions.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_filters.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_file_discovery.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/test_babel_extract_angular.py -> build/lib/horizon/test/unit/utils DEBUG: copying horizon/test/unit/utils/__init__.py -> build/lib/horizon/test/unit/utils DEBUG: creating build/lib/horizon/workflows DEBUG: copying horizon/workflows/views.py -> build/lib/horizon/workflows DEBUG: copying horizon/workflows/base.py -> build/lib/horizon/workflows DEBUG: copying horizon/workflows/__init__.py -> build/lib/horizon/workflows DEBUG: creating build/lib/horizon/test/jasmine DEBUG: copying horizon/test/jasmine/jasmine.py -> build/lib/horizon/test/jasmine DEBUG: copying horizon/test/jasmine/__init__.py -> build/lib/horizon/test/jasmine DEBUG: creating build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/truncate_filter.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/splitfilter.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/sizeformat.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/shellfilter.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/parse_date.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/horizon.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/form_helpers.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/breadcrumb_nav.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/branding.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/bootstrap.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/angular.py -> build/lib/horizon/templatetags DEBUG: copying horizon/templatetags/__init__.py -> build/lib/horizon/templatetags DEBUG: creating build/lib/horizon/test/test_dashboards DEBUG: creating build/lib/horizon/test/test_dashboards/dogs DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/views.py -> build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/urls.py -> build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/tabs.py -> build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/tables.py -> build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/panel.py -> build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/__init__.py -> build/lib/horizon/test/test_dashboards/dogs/puppies DEBUG: creating build/lib/horizon/test/unit/management/commands DEBUG: copying horizon/test/unit/management/commands/test_startpanel.py -> build/lib/horizon/test/unit/management/commands DEBUG: copying horizon/test/unit/management/commands/test_startdash.py -> build/lib/horizon/test/unit/management/commands DEBUG: copying horizon/test/unit/management/commands/__init__.py -> build/lib/horizon/test/unit/management/commands DEBUG: creating build/lib/horizon/test/test_dashboards/cats DEBUG: creating build/lib/horizon/test/test_dashboards/cats/kittens DEBUG: copying horizon/test/test_dashboards/cats/kittens/views.py -> build/lib/horizon/test/test_dashboards/cats/kittens DEBUG: copying horizon/test/test_dashboards/cats/kittens/urls.py -> build/lib/horizon/test/test_dashboards/cats/kittens DEBUG: copying horizon/test/test_dashboards/cats/kittens/panel.py -> build/lib/horizon/test/test_dashboards/cats/kittens DEBUG: copying horizon/test/test_dashboards/cats/kittens/__init__.py -> build/lib/horizon/test/test_dashboards/cats/kittens DEBUG: creating build/lib/horizon/management DEBUG: copying horizon/management/__init__.py -> build/lib/horizon/management DEBUG: copying horizon/test/test_dashboards/cats/dashboard.py -> build/lib/horizon/test/test_dashboards/cats DEBUG: copying horizon/test/test_dashboards/cats/__init__.py -> build/lib/horizon/test/test_dashboards/cats DEBUG: creating build/lib/horizon/forms DEBUG: copying horizon/forms/views.py -> build/lib/horizon/forms DEBUG: copying horizon/forms/fields.py -> build/lib/horizon/forms DEBUG: copying horizon/forms/base.py -> build/lib/horizon/forms DEBUG: copying horizon/forms/__init__.py -> build/lib/horizon/forms DEBUG: creating build/lib/horizon/management/commands DEBUG: copying horizon/management/commands/startpanel.py -> build/lib/horizon/management/commands DEBUG: copying horizon/management/commands/startdash.py -> build/lib/horizon/management/commands DEBUG: copying horizon/management/commands/pull_catalog.py -> build/lib/horizon/management/commands DEBUG: copying horizon/management/commands/__init__.py -> build/lib/horizon/management/commands DEBUG: creating build/lib/horizon/test/unit/forms DEBUG: copying horizon/test/unit/forms/test_forms.py -> build/lib/horizon/test/unit/forms DEBUG: copying horizon/test/unit/forms/test_fields.py -> build/lib/horizon/test/unit/forms DEBUG: copying horizon/test/unit/forms/__init__.py -> build/lib/horizon/test/unit/forms DEBUG: creating build/lib/horizon/test/test_dashboards/cats/tigers DEBUG: copying horizon/test/test_dashboards/cats/tigers/views.py -> build/lib/horizon/test/test_dashboards/cats/tigers DEBUG: copying horizon/test/test_dashboards/cats/tigers/urls.py -> build/lib/horizon/test/test_dashboards/cats/tigers DEBUG: copying horizon/test/test_dashboards/cats/tigers/panel.py -> build/lib/horizon/test/test_dashboards/cats/tigers DEBUG: copying horizon/test/test_dashboards/cats/tigers/__init__.py -> build/lib/horizon/test/test_dashboards/cats/tigers DEBUG: creating build/lib/horizon/tabs DEBUG: copying horizon/tabs/views.py -> build/lib/horizon/tabs DEBUG: copying horizon/tabs/base.py -> build/lib/horizon/tabs DEBUG: copying horizon/tabs/__init__.py -> build/lib/horizon/tabs DEBUG: creating build/lib/horizon/utils DEBUG: copying horizon/utils/validators.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/settings.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/secret_key.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/scss_filter.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/memoized.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/lazy_encoder.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/http.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/html.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/functions.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/filters.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/file_discovery.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/escape.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/csvbase.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/babel_extract_angular.py -> build/lib/horizon/utils DEBUG: copying horizon/utils/__init__.py -> build/lib/horizon/utils DEBUG: copying horizon/test/test_dashboards/dogs/dashboard.py -> build/lib/horizon/test/test_dashboards/dogs DEBUG: copying horizon/test/test_dashboards/dogs/__init__.py -> build/lib/horizon/test/test_dashboards/dogs DEBUG: creating build/lib/horizon/browsers DEBUG: copying horizon/browsers/views.py -> build/lib/horizon/browsers DEBUG: copying horizon/browsers/breadcrumb.py -> build/lib/horizon/browsers DEBUG: copying horizon/browsers/base.py -> build/lib/horizon/browsers DEBUG: copying horizon/browsers/__init__.py -> build/lib/horizon/browsers DEBUG: creating build/lib/horizon/tables DEBUG: copying horizon/tables/views.py -> build/lib/horizon/tables DEBUG: copying horizon/tables/formset.py -> build/lib/horizon/tables DEBUG: copying horizon/tables/base.py -> build/lib/horizon/tables DEBUG: copying horizon/tables/actions.py -> build/lib/horizon/tables DEBUG: copying horizon/tables/__init__.py -> build/lib/horizon/tables DEBUG: creating build/lib/horizon/test/unit/tables DEBUG: copying horizon/test/unit/tables/test_tables.py -> build/lib/horizon/test/unit/tables DEBUG: copying horizon/test/unit/tables/__init__.py -> build/lib/horizon/test/unit/tables DEBUG: creating build/lib/horizon/test/unit/middleware DEBUG: copying horizon/test/unit/middleware/test_simultaneous_sessions.py -> build/lib/horizon/test/unit/middleware DEBUG: copying horizon/test/unit/middleware/test_operation_log.py -> build/lib/horizon/test/unit/middleware DEBUG: copying horizon/test/unit/middleware/test_base.py -> build/lib/horizon/test/unit/middleware DEBUG: copying horizon/test/unit/middleware/__init__.py -> build/lib/horizon/test/unit/middleware DEBUG: creating build/lib/horizon/middleware DEBUG: copying horizon/middleware/simultaneous_sessions.py -> build/lib/horizon/middleware DEBUG: copying horizon/middleware/operation_log.py -> build/lib/horizon/middleware DEBUG: copying horizon/middleware/base.py -> build/lib/horizon/middleware DEBUG: copying horizon/middleware/__init__.py -> build/lib/horizon/middleware DEBUG: creating build/lib/horizon/test/unit/workflows DEBUG: copying horizon/test/unit/workflows/test_workflows.py -> build/lib/horizon/test/unit/workflows DEBUG: copying horizon/test/unit/workflows/__init__.py -> build/lib/horizon/test/unit/workflows DEBUG: copying horizon/views.py -> build/lib/horizon DEBUG: copying horizon/version.py -> build/lib/horizon DEBUG: copying horizon/themes.py -> build/lib/horizon DEBUG: copying horizon/site_urls.py -> build/lib/horizon DEBUG: copying horizon/notifications.py -> build/lib/horizon DEBUG: copying horizon/messages.py -> build/lib/horizon DEBUG: copying horizon/loaders.py -> build/lib/horizon DEBUG: copying horizon/exceptions.py -> build/lib/horizon DEBUG: copying horizon/defaults.py -> build/lib/horizon DEBUG: copying horizon/decorators.py -> build/lib/horizon DEBUG: copying horizon/context_processors.py -> build/lib/horizon DEBUG: copying horizon/cache.py -> build/lib/horizon DEBUG: copying horizon/base.py -> build/lib/horizon DEBUG: copying horizon/__init__.py -> build/lib/horizon DEBUG: creating build/lib/horizon/test/unit/templatetags DEBUG: copying horizon/test/unit/templatetags/test_templatetags.py -> build/lib/horizon/test/unit/templatetags DEBUG: copying horizon/test/unit/templatetags/__init__.py -> build/lib/horizon/test/unit/templatetags DEBUG: creating build/lib/horizon/test/unit/tabs DEBUG: copying horizon/test/unit/tabs/test_tabs.py -> build/lib/horizon/test/unit/tabs DEBUG: copying horizon/test/unit/tabs/__init__.py -> build/lib/horizon/test/unit/tabs DEBUG: creating build/lib/horizon/test/unit/hacking DEBUG: copying horizon/test/unit/hacking/test_checks.py -> build/lib/horizon/test/unit/hacking DEBUG: copying horizon/test/unit/hacking/__init__.py -> build/lib/horizon/test/unit/hacking DEBUG: creating build/lib/horizon/test/dummy_auth DEBUG: copying horizon/test/dummy_auth/backend.py -> build/lib/horizon/test/dummy_auth DEBUG: copying horizon/test/dummy_auth/__init__.py -> build/lib/horizon/test/dummy_auth DEBUG: creating build/lib/horizon/conf DEBUG: creating build/lib/horizon/conf/panel_template DEBUG: copying horizon/conf/panel_template/views.py -> build/lib/horizon/conf/panel_template DEBUG: copying horizon/conf/panel_template/__init__.py -> build/lib/horizon/conf/panel_template DEBUG: creating build/lib/horizon/conf/dash_template DEBUG: copying horizon/conf/dash_template/__init__.py -> build/lib/horizon/conf/dash_template DEBUG: copying horizon/test/test_dashboards/__init__.py -> build/lib/horizon/test/test_dashboards DEBUG: creating build/lib/horizon/test/customization DEBUG: copying horizon/test/customization/cust_test2.py -> build/lib/horizon/test/customization DEBUG: copying horizon/test/customization/cust_test1.py -> build/lib/horizon/test/customization DEBUG: copying horizon/test/customization/__init__.py -> build/lib/horizon/test/customization DEBUG: copying horizon/conf/default.py -> build/lib/horizon/conf DEBUG: copying horizon/conf/__init__.py -> build/lib/horizon/conf DEBUG: creating build/lib/openstack_dashboard DEBUG: creating build/lib/openstack_dashboard/test DEBUG: creating build/lib/openstack_dashboard/test/integration_tests DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_volumetypes.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_volumes.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_volume_snapshots.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_users.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_user_settings.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_security_groups.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_router_gateway.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_router.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_projects.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_networks.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_metadata_definitions.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_login.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_keypairs.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_instances.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_images.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_host_aggregates.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_grouptypes.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_groups.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_floatingips.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_flavors.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_defaults.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/test_credentials.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: copying openstack_dashboard/test/integration_tests/tests/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/tests DEBUG: creating build/lib/openstack_dashboard/dashboards DEBUG: creating build/lib/openstack_dashboard/dashboards/admin DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/views.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/urls.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/tests.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/tables.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/panel.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/forms.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/constants.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates DEBUG: creating build/lib/openstack_dashboard/test/test_plugins DEBUG: copying openstack_dashboard/test/test_plugins/test_panel_group.py -> build/lib/openstack_dashboard/test/test_plugins DEBUG: copying openstack_dashboard/test/test_plugins/test_panel.py -> build/lib/openstack_dashboard/test/test_plugins DEBUG: copying openstack_dashboard/test/test_plugins/__init__.py -> build/lib/openstack_dashboard/test/test_plugins DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/views.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/tables.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/panel.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: creating build/lib/openstack_dashboard/contrib DEBUG: creating build/lib/openstack_dashboard/contrib/developer DEBUG: creating build/lib/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying openstack_dashboard/contrib/developer/theme_preview/views.py -> build/lib/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying openstack_dashboard/contrib/developer/theme_preview/urls.py -> build/lib/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying openstack_dashboard/contrib/developer/theme_preview/panel.py -> build/lib/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying openstack_dashboard/contrib/developer/theme_preview/__init__.py -> build/lib/openstack_dashboard/contrib/developer/theme_preview DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/project DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/volumes/volumespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/volumes/snapshotspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/volumes/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/project/object_store DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/object_store DEBUG: creating build/lib/openstack_dashboard/dashboards/settings DEBUG: copying openstack_dashboard/dashboards/settings/dashboard.py -> build/lib/openstack_dashboard/dashboards/settings DEBUG: copying openstack_dashboard/dashboards/settings/__init__.py -> build/lib/openstack_dashboard/dashboards/settings DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/views.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/urls.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/tests.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/tables.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/panel.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/forms.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/instances DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/apiaccesspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project DEBUG: creating build/lib/openstack_dashboard/dashboards/project DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/views.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/utils.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/urls.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/tests.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/tabs.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/panel.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/forms.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology DEBUG: creating build/lib/openstack_dashboard/local DEBUG: creating build/lib/openstack_dashboard/local/enabled DEBUG: copying openstack_dashboard/local/enabled/__init__.py -> build/lib/openstack_dashboard/local/enabled DEBUG: creating build/lib/openstack_dashboard/dashboards/identity DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/users DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/users/credentials DEBUG: copying openstack_dashboard/dashboards/identity/users/credentials/tables.py -> build/lib/openstack_dashboard/dashboards/identity/users/credentials DEBUG: copying openstack_dashboard/dashboards/identity/users/credentials/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/users/credentials DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/users/groups DEBUG: copying openstack_dashboard/dashboards/identity/users/groups/tables.py -> build/lib/openstack_dashboard/dashboards/identity/users/groups DEBUG: copying openstack_dashboard/dashboards/identity/users/groups/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/users/groups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/agents/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/agents/tests.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/agents/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/agents/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/agents/forms.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/agents/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/views.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/urls.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/tests.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/tables.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/panel.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/forms.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/credentials DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/views.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/urls.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/tests.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/tables.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/panel.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/constants.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: copying openstack_dashboard/dashboards/admin/info/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/info DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/views.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/urls.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/tests.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/tabs.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/tables.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/panel.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/forms.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/system_info DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/system_info DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying openstack_dashboard/test/integration_tests/pages/identity/userspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying openstack_dashboard/test/integration_tests/pages/identity/rolespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying openstack_dashboard/test/integration_tests/pages/identity/projectspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying openstack_dashboard/test/integration_tests/pages/identity/groupspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying openstack_dashboard/test/integration_tests/pages/identity/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/instances DEBUG: copying openstack_dashboard/dashboards/project/network_topology/instances/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/instances DEBUG: copying openstack_dashboard/dashboards/project/network_topology/instances/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/instances DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/workflows.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/views.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/urls.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/tests.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/sg_base.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports DEBUG: creating build/lib/openstack_dashboard/templatetags DEBUG: copying openstack_dashboard/templatetags/themes.py -> build/lib/openstack_dashboard/templatetags DEBUG: copying openstack_dashboard/templatetags/context_selection.py -> build/lib/openstack_dashboard/templatetags DEBUG: copying openstack_dashboard/templatetags/__init__.py -> build/lib/openstack_dashboard/templatetags DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/routers/extensions DEBUG: copying openstack_dashboard/dashboards/admin/routers/extensions/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/routers/extensions DEBUG: creating build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/settings.py -> build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/identity.py -> build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/futurist_utils.py -> build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/filters.py -> build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/config_types.py -> build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/config.py -> build/lib/openstack_dashboard/utils DEBUG: copying openstack_dashboard/utils/__init__.py -> build/lib/openstack_dashboard/utils DEBUG: creating build/lib/openstack_dashboard/test/unit DEBUG: creating build/lib/openstack_dashboard/test/unit/utils DEBUG: copying openstack_dashboard/test/unit/utils/test_settings.py -> build/lib/openstack_dashboard/test/unit/utils DEBUG: copying openstack_dashboard/test/unit/utils/test_futurist_utils.py -> build/lib/openstack_dashboard/test/unit/utils DEBUG: copying openstack_dashboard/test/unit/utils/test_filters.py -> build/lib/openstack_dashboard/test/unit/utils DEBUG: copying openstack_dashboard/test/unit/utils/test_config_types.py -> build/lib/openstack_dashboard/test/unit/utils DEBUG: copying openstack_dashboard/test/unit/utils/__init__.py -> build/lib/openstack_dashboard/test/unit/utils DEBUG: creating build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/utils.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/swift_data.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/nova_data.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/neutron_data.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/keystone_data.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/glance_data.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/exceptions.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/cinder_data.py -> build/lib/openstack_dashboard/test/test_data DEBUG: copying openstack_dashboard/test/test_data/__init__.py -> build/lib/openstack_dashboard/test/test_data DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/workflows.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/views.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/utils.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/urls.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/tests.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/tabs.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/subnets/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets DEBUG: creating build/lib/openstack_dashboard/dashboards/project/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/views.py -> build/lib/openstack_dashboard/dashboards/project/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/urls.py -> build/lib/openstack_dashboard/dashboards/project/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/tests.py -> build/lib/openstack_dashboard/dashboards/project/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/panel.py -> build/lib/openstack_dashboard/dashboards/project/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/__init__.py -> build/lib/openstack_dashboard/dashboards/project/overview DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/views.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/urls.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/tests.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/tables.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/panel.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/forms.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/backups DEBUG: creating build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/views.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/tabs.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/tables.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/panel.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/views.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/urls.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/tests.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/tables.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/panel.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/forms.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/floating_ips DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/extensions DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/views.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tabs.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/forms.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: creating build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/views.py -> build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/urls.py -> build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/panel.py -> build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/middleware.py -> build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/api.py -> build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/__init__.py -> build/lib/openstack_dashboard/contrib/developer/profiler DEBUG: creating build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/swift.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/placement.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/nova.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/neutron.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/network.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/microversions.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/keystone.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/glance.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/cinder.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/base.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/_nova.py -> build/lib/openstack_dashboard/api DEBUG: copying openstack_dashboard/api/__init__.py -> build/lib/openstack_dashboard/api DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/volume/volumetypespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/volume/volumespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/volume/snapshotspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/volume/grouptypespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/volume/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/networks DEBUG: copying openstack_dashboard/dashboards/project/network_topology/networks/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/networks DEBUG: copying openstack_dashboard/dashboards/project/network_topology/networks/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/networks DEBUG: creating build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/views.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/urls.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/tests.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/tables.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/panel.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/forms.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/__init__.py -> build/lib/openstack_dashboard/dashboards/project/api_access DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/views.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/tables.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/panel.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying openstack_dashboard/contrib/__init__.py -> build/lib/openstack_dashboard/contrib DEBUG: copying openstack_dashboard/test/integration_tests/video_recorder.py -> build/lib/openstack_dashboard/test/integration_tests DEBUG: copying openstack_dashboard/test/integration_tests/helpers.py -> build/lib/openstack_dashboard/test/integration_tests DEBUG: copying openstack_dashboard/test/integration_tests/decorators.py -> build/lib/openstack_dashboard/test/integration_tests DEBUG: copying openstack_dashboard/test/integration_tests/config.py -> build/lib/openstack_dashboard/test/integration_tests DEBUG: copying openstack_dashboard/test/integration_tests/basewebobject.py -> build/lib/openstack_dashboard/test/integration_tests DEBUG: copying openstack_dashboard/test/integration_tests/__init__.py -> build/lib/openstack_dashboard/test/integration_tests DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/routers DEBUG: copying openstack_dashboard/dashboards/project/network_topology/routers/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/routers DEBUG: copying openstack_dashboard/dashboards/project/network_topology/routers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/routers DEBUG: creating build/lib/openstack_dashboard/test/test_panels DEBUG: creating build/lib/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/views.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/urls.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/panel.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/__init__.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel DEBUG: creating build/lib/openstack_dashboard/dashboards/project/server_groups DEBUG: copying openstack_dashboard/dashboards/project/server_groups/urls.py -> build/lib/openstack_dashboard/dashboards/project/server_groups DEBUG: copying openstack_dashboard/dashboards/project/server_groups/panel.py -> build/lib/openstack_dashboard/dashboards/project/server_groups DEBUG: copying openstack_dashboard/dashboards/project/server_groups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/server_groups DEBUG: copying openstack_dashboard/dashboards/admin/dashboard.py -> build/lib/openstack_dashboard/dashboards/admin DEBUG: copying openstack_dashboard/dashboards/admin/__init__.py -> build/lib/openstack_dashboard/dashboards/admin DEBUG: creating build/lib/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying openstack_dashboard/test/test_panels/nonloading_panel/views.py -> build/lib/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying openstack_dashboard/test/test_panels/nonloading_panel/urls.py -> build/lib/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying openstack_dashboard/test/test_panels/nonloading_panel/panel.py -> build/lib/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying openstack_dashboard/test/test_panels/nonloading_panel/__init__.py -> build/lib/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying openstack_dashboard/dashboards/admin/routers/ports/views.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying openstack_dashboard/dashboards/admin/routers/ports/urls.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying openstack_dashboard/dashboards/admin/routers/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying openstack_dashboard/dashboards/admin/routers/ports/tables.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying openstack_dashboard/dashboards/admin/routers/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/workflows.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/views.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/urls.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/tests.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/tabs.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/tables.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/panel.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/projects DEBUG: creating build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: copying openstack_dashboard/contrib/developer/enabled/__init__.py -> build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: copying openstack_dashboard/contrib/developer/enabled/_9040_form_builder.py -> build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: copying openstack_dashboard/contrib/developer/enabled/_9030_profiler.py -> build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: copying openstack_dashboard/contrib/developer/enabled/_9020_resource_browser.py -> build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: copying openstack_dashboard/contrib/developer/enabled/_9010_preview.py -> build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: copying openstack_dashboard/contrib/developer/enabled/_9001_developer.py -> build/lib/openstack_dashboard/contrib/developer/enabled DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/trunks DEBUG: copying openstack_dashboard/dashboards/admin/trunks/urls.py -> build/lib/openstack_dashboard/dashboards/admin/trunks DEBUG: copying openstack_dashboard/dashboards/admin/trunks/panel.py -> build/lib/openstack_dashboard/dashboards/admin/trunks DEBUG: copying openstack_dashboard/dashboards/admin/trunks/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/trunks DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/compute/instancespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/compute/imagespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/compute/hypervisorspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/compute/hostaggregatespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/compute/flavorspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/compute/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying openstack_dashboard/dashboards/admin/routers/views.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/urls.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/tests.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/tables.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/panel.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/forms.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/dashboards/admin/routers/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/routers DEBUG: copying openstack_dashboard/settings.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/wsgi.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/views.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/urls.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/theme_settings.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/policy.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/hooks.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/exceptions.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/defaults.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/context_processors.py -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/__init__.py -> build/lib/openstack_dashboard DEBUG: creating build/lib/openstack_dashboard/test/jasmine DEBUG: copying openstack_dashboard/test/jasmine/jasmine.py -> build/lib/openstack_dashboard/test/jasmine DEBUG: copying openstack_dashboard/test/jasmine/__init__.py -> build/lib/openstack_dashboard/test/jasmine DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/specs/views.py -> build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/specs/urls.py -> build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/specs/tests.py -> build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/specs/tables.py -> build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/specs/forms.py -> build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/specs/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/workflows.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/views.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/urls.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/tests.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/tables.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/panel.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/constants.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/domains DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/views.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/urls.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/tests.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/tables.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/panel.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_qos DEBUG: copying openstack_dashboard/dashboards/project/network_qos/urls.py -> build/lib/openstack_dashboard/dashboards/project/network_qos DEBUG: copying openstack_dashboard/dashboards/project/network_qos/panel.py -> build/lib/openstack_dashboard/dashboards/project/network_qos DEBUG: copying openstack_dashboard/dashboards/project/network_qos/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_qos DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/extensions/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/views.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/urls.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/tests.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/tables.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/panel.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/forms.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/constants.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying openstack_dashboard/test/unit/test_views.py -> build/lib/openstack_dashboard/test/unit DEBUG: copying openstack_dashboard/test/unit/test_themes.py -> build/lib/openstack_dashboard/test/unit DEBUG: copying openstack_dashboard/test/unit/test_policy.py -> build/lib/openstack_dashboard/test/unit DEBUG: copying openstack_dashboard/test/unit/test_error_pages.py -> build/lib/openstack_dashboard/test/unit DEBUG: copying openstack_dashboard/test/unit/__init__.py -> build/lib/openstack_dashboard/test/unit DEBUG: copying openstack_dashboard/local/__init__.py -> build/lib/openstack_dashboard/local DEBUG: creating build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/workflows.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/views.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/urls.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/tests.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/tabs.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/tables.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/panel.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/forms.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/volume_groups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/views.py -> build/lib/openstack_dashboard/dashboards/admin/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/urls.py -> build/lib/openstack_dashboard/dashboards/admin/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/tests.py -> build/lib/openstack_dashboard/dashboards/admin/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/panel.py -> build/lib/openstack_dashboard/dashboards/admin/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/overview DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/views.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/urls.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/tests.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/tables.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/panel.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/forms.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/roles DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/forms.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/subnets DEBUG: copying openstack_dashboard/dashboards/project/network_topology/subnets/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/subnets DEBUG: copying openstack_dashboard/dashboards/project/network_topology/subnets/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/subnets DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/views.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/urls.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/tests.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/tables.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/panel.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/forms.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/dashboards/admin/images/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/images DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/overviewpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/ports/views.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/ports/urls.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/ports/tables.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/ports/forms.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/tables.py -> build/lib/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/views.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/urls.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/tests.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/tabs.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/tables.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/panel.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/forms.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/compute/servergroupspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/compute/keypairspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/compute/instancespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying openstack_dashboard/dashboards/admin/ngflavors/views.py -> build/lib/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying openstack_dashboard/dashboards/admin/ngflavors/urls.py -> build/lib/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying openstack_dashboard/dashboards/admin/ngflavors/panel.py -> build/lib/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying openstack_dashboard/dashboards/admin/ngflavors/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/ngflavors DEBUG: creating build/lib/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_config/__init__.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_config/_40_admin_nonloading_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config DEBUG: creating build/lib/openstack_dashboard/test/test_panels/another_panel DEBUG: copying openstack_dashboard/test/test_panels/another_panel/views.py -> build/lib/openstack_dashboard/test/test_panels/another_panel DEBUG: copying openstack_dashboard/test/test_panels/another_panel/urls.py -> build/lib/openstack_dashboard/test/test_panels/another_panel DEBUG: copying openstack_dashboard/test/test_panels/another_panel/panel.py -> build/lib/openstack_dashboard/test/test_panels/another_panel DEBUG: copying openstack_dashboard/test/test_panels/another_panel/__init__.py -> build/lib/openstack_dashboard/test/test_panels/another_panel DEBUG: copying openstack_dashboard/test/integration_tests/pages/pageobject.py -> build/lib/openstack_dashboard/test/integration_tests/pages DEBUG: copying openstack_dashboard/test/integration_tests/pages/navigation.py -> build/lib/openstack_dashboard/test/integration_tests/pages DEBUG: copying openstack_dashboard/test/integration_tests/pages/loginpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages DEBUG: copying openstack_dashboard/test/integration_tests/pages/basepage.py -> build/lib/openstack_dashboard/test/integration_tests/pages DEBUG: copying openstack_dashboard/test/integration_tests/pages/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/views.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/views.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/urls.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/tests.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/tables.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/panel.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/forms.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/constants.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/groups DEBUG: creating build/lib/openstack_dashboard/contrib/developer/form_builder DEBUG: copying openstack_dashboard/contrib/developer/form_builder/views.py -> build/lib/openstack_dashboard/contrib/developer/form_builder DEBUG: copying openstack_dashboard/contrib/developer/form_builder/urls.py -> build/lib/openstack_dashboard/contrib/developer/form_builder DEBUG: copying openstack_dashboard/contrib/developer/form_builder/panel.py -> build/lib/openstack_dashboard/contrib/developer/form_builder DEBUG: copying openstack_dashboard/contrib/developer/form_builder/__init__.py -> build/lib/openstack_dashboard/contrib/developer/form_builder DEBUG: copying openstack_dashboard/dashboards/identity/users/views.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/urls.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/tests.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/tabs.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/tables.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/panel.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/forms.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/users/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/users DEBUG: copying openstack_dashboard/test/urls.py -> build/lib/openstack_dashboard/test DEBUG: copying openstack_dashboard/test/settings.py -> build/lib/openstack_dashboard/test DEBUG: copying openstack_dashboard/test/helpers.py -> build/lib/openstack_dashboard/test DEBUG: copying openstack_dashboard/test/extensible_header_urls.py -> build/lib/openstack_dashboard/test DEBUG: copying openstack_dashboard/test/error_pages_urls.py -> build/lib/openstack_dashboard/test DEBUG: copying openstack_dashboard/test/__init__.py -> build/lib/openstack_dashboard/test DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images DEBUG: copying openstack_dashboard/dashboards/project/images/views.py -> build/lib/openstack_dashboard/dashboards/project/images DEBUG: copying openstack_dashboard/dashboards/project/images/utils.py -> build/lib/openstack_dashboard/dashboards/project/images DEBUG: copying openstack_dashboard/dashboards/project/images/urls.py -> build/lib/openstack_dashboard/dashboards/project/images DEBUG: copying openstack_dashboard/dashboards/project/images/tests.py -> build/lib/openstack_dashboard/dashboards/project/images DEBUG: copying openstack_dashboard/dashboards/project/images/panel.py -> build/lib/openstack_dashboard/dashboards/project/images DEBUG: copying openstack_dashboard/dashboards/project/images/__init__.py -> build/lib/openstack_dashboard/dashboards/project/images DEBUG: creating build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/views.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/tabs.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/tables.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/panel.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/project/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/urls.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/tests.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports DEBUG: creating build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_swift.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_nova.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_neutron.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_network.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_microversions.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_keystone.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_glance.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_cinder.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/test_base.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: copying openstack_dashboard/test/unit/api/__init__.py -> build/lib/openstack_dashboard/test/unit/api DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/projects/users DEBUG: copying openstack_dashboard/dashboards/identity/projects/users/tables.py -> build/lib/openstack_dashboard/dashboards/identity/projects/users DEBUG: copying openstack_dashboard/dashboards/identity/projects/users/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/projects/users DEBUG: creating build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/workflows.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/views.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/urls.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/tests.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/tables.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/panel.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/__init__.py -> build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/project/network/security_groups DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/security_groups/managerulespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network/security_groups DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/security_groups/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network/security_groups DEBUG: creating build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/workflows.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/views.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/urls.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/tests.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/tables.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/panel.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/forms.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/__init__.py -> build/lib/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/networks/ports/extensions/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions DEBUG: creating build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_utils.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_swift.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_policy.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_nova.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_neutron.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_network.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_keystone.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_glance.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_config.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/test_cinder.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: copying openstack_dashboard/test/unit/api/rest/__init__.py -> build/lib/openstack_dashboard/test/unit/api/rest DEBUG: creating build/lib/openstack_dashboard/test/test_panels/second_panel DEBUG: copying openstack_dashboard/test/test_panels/second_panel/views.py -> build/lib/openstack_dashboard/test/test_panels/second_panel DEBUG: copying openstack_dashboard/test/test_panels/second_panel/urls.py -> build/lib/openstack_dashboard/test/test_panels/second_panel DEBUG: copying openstack_dashboard/test/test_panels/second_panel/panel.py -> build/lib/openstack_dashboard/test/test_panels/second_panel DEBUG: copying openstack_dashboard/test/test_panels/second_panel/__init__.py -> build/lib/openstack_dashboard/test/test_panels/second_panel DEBUG: creating build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/__init__.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_5000_settings.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3100_identity_credentials_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3090_identity_application_credentials_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3080_identity_mappings_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3070_identity_identity_providers_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3060_federation_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3050_identity_roles_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3040_identity_groups_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3030_identity_users_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3020_identity_projects_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3010_identity_domains_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_3000_identity.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2840_admin_info_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2830_admin_metadata_defs_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2820_admin_defaults_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2810_admin_system_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2350_admin_rbac_policies_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2340_admin_trunks_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2330_admin_floating_ips_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2320_admin_routers_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2310_admin_networks_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2300_admin_network_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2270_admin_group_types_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2260_admin_vg_snapshots.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2250_admin_volume_groups.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2240_admin_volume_types_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2230_admin_snapshots_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2230_admin_backups_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2220_admin_volumes_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2210_admin_volume_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2160_admin_images_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2150_admin_flavors_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2140_admin_instances_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2130_admin_aggregates_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2120_admin_hypervisors_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2110_admin_compute_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2010_admin_overview_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_2000_admin.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1920_project_containers_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1910_object_store_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1520_project_floating_ip_portforwardings_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1510_project_network_qos_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1500_project_trunks_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1490_project_floating_ips_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1480_security_groups_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1440_project_routers_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1430_project_network_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1420_project_network_topology_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1410_network_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1370_project_vg_snapshots.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1360_project_volume_groups.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1330_project_snapshots_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1330_project_backups_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1320_project_volumes_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1310_volumes_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1110_project_server_groups_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1090_project_api_access_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1080_project_key_pairs_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1050_project_images_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1030_project_instances_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1020_project_overview_panel.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1010_compute_panel_group.py -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_1000_project.py -> build/lib/openstack_dashboard/enabled DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/views.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/urls.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/tests.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/tables.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/panel.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/forms.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying openstack_dashboard/dashboards/admin/group_types/views.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/urls.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/tests.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/tables.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/panel.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/forms.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/group_types DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying openstack_dashboard/test/integration_tests/pages/settings/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying openstack_dashboard/dashboards/__init__.py -> build/lib/openstack_dashboard/dashboards DEBUG: copying openstack_dashboard/dashboards/admin/networks/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/utils.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/urls.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/tests.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/panel.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/forms.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks DEBUG: creating build/lib/openstack_dashboard/contrib/developer/resource_browser DEBUG: copying openstack_dashboard/contrib/developer/resource_browser/urls.py -> build/lib/openstack_dashboard/contrib/developer/resource_browser DEBUG: copying openstack_dashboard/contrib/developer/resource_browser/panel.py -> build/lib/openstack_dashboard/contrib/developer/resource_browser DEBUG: copying openstack_dashboard/contrib/developer/resource_browser/__init__.py -> build/lib/openstack_dashboard/contrib/developer/resource_browser DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/views.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/urls.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/tests.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/tabs.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/tables.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/forms.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/images/__init__.py -> build/lib/openstack_dashboard/dashboards/project/images/images DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/views.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/urls.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/tests.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/tables.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/panel.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/forms.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: creating build/lib/openstack_dashboard/management DEBUG: copying openstack_dashboard/management/__init__.py -> build/lib/openstack_dashboard/management DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/password DEBUG: copying openstack_dashboard/dashboards/settings/password/views.py -> build/lib/openstack_dashboard/dashboards/settings/password DEBUG: copying openstack_dashboard/dashboards/settings/password/urls.py -> build/lib/openstack_dashboard/dashboards/settings/password DEBUG: copying openstack_dashboard/dashboards/settings/password/tests.py -> build/lib/openstack_dashboard/dashboards/settings/password DEBUG: copying openstack_dashboard/dashboards/settings/password/panel.py -> build/lib/openstack_dashboard/dashboards/settings/password DEBUG: copying openstack_dashboard/dashboards/settings/password/forms.py -> build/lib/openstack_dashboard/dashboards/settings/password DEBUG: copying openstack_dashboard/dashboards/settings/password/__init__.py -> build/lib/openstack_dashboard/dashboards/settings/password DEBUG: creating build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_group_config/__init__.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_group_config/_50_admin_add_panel_to_default_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/views.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/panel.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volume_groups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/extras/views.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/extras/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/extras/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/extras/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/extras/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/extras/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying openstack_dashboard/contrib/developer/tests.py -> build/lib/openstack_dashboard/contrib/developer DEBUG: copying openstack_dashboard/contrib/developer/dashboard.py -> build/lib/openstack_dashboard/contrib/developer DEBUG: copying openstack_dashboard/contrib/developer/__init__.py -> build/lib/openstack_dashboard/contrib/developer DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/views.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/project/dashboard.py -> build/lib/openstack_dashboard/dashboards/project DEBUG: copying openstack_dashboard/dashboards/project/__init__.py -> build/lib/openstack_dashboard/dashboards/project DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/panel.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes DEBUG: copying openstack_dashboard/dashboards/project/networks/workflows.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/views.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/urls.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/tests.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/tabs.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/panel.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/forms.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks DEBUG: creating build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/utils.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/urls.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/swift.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/policy.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/nova.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/neutron.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/network.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/keystone.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/json_encoder.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/glance.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/config.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/cinder.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/api/rest/__init__.py -> build/lib/openstack_dashboard/api/rest DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/securitygroupspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/routerspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/routeroverviewpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/routerinterfacespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/networktopologypage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/networkspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/networkoverviewpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/floatingipspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/project/network/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: creating build/lib/openstack_dashboard/usage DEBUG: copying openstack_dashboard/usage/views.py -> build/lib/openstack_dashboard/usage DEBUG: copying openstack_dashboard/usage/tables.py -> build/lib/openstack_dashboard/usage DEBUG: copying openstack_dashboard/usage/quotas.py -> build/lib/openstack_dashboard/usage DEBUG: copying openstack_dashboard/usage/base.py -> build/lib/openstack_dashboard/usage DEBUG: copying openstack_dashboard/usage/__init__.py -> build/lib/openstack_dashboard/usage DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/views.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tabs.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/forms.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: creating build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/views.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/urls.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/tests.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/tables.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/panel.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/forms.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/__init__.py -> build/lib/openstack_dashboard/dashboards/project/key_pairs DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/protocols/views.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/protocols/urls.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/protocols/tests.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/protocols/tables.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/protocols/forms.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/protocols/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/views.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/urls.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/tests.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/tables.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/panel.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/defaults DEBUG: creating build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/upgrade_check.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/update_catalog.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/migrate_settings.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/make_web_conf.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/extract_messages.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/dump_default_policies.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/cleanup_angular_template_cache.py -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/__init__.py -> build/lib/openstack_dashboard/management/commands DEBUG: creating build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/views.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/urls.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/tests.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/tables.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/panel.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/forms.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/security_groups DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/network/routerspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/network/networkspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/network/floatingipspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/network/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying openstack_dashboard/dashboards/project/routers/extensions/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/views.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/panel.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volume_types DEBUG: creating build/lib/openstack_dashboard/test/unit/usage DEBUG: copying openstack_dashboard/test/unit/usage/test_quotas.py -> build/lib/openstack_dashboard/test/unit/usage DEBUG: copying openstack_dashboard/test/unit/usage/__init__.py -> build/lib/openstack_dashboard/test/unit/usage DEBUG: creating build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/views.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/utils.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/urls.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/tests.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/tabs.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/tables.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/panel.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/interfaces_tables.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/forms.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/console.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/audit_tables.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/__init__.py -> build/lib/openstack_dashboard/dashboards/project/instances DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/ports DEBUG: copying openstack_dashboard/dashboards/project/network_topology/ports/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/ports DEBUG: copying openstack_dashboard/dashboards/project/network_topology/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/snapshots/views.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/user DEBUG: copying openstack_dashboard/dashboards/settings/user/views.py -> build/lib/openstack_dashboard/dashboards/settings/user DEBUG: copying openstack_dashboard/dashboards/settings/user/urls.py -> build/lib/openstack_dashboard/dashboards/settings/user DEBUG: copying openstack_dashboard/dashboards/settings/user/tests.py -> build/lib/openstack_dashboard/dashboards/settings/user DEBUG: copying openstack_dashboard/dashboards/settings/user/panel.py -> build/lib/openstack_dashboard/dashboards/settings/user DEBUG: copying openstack_dashboard/dashboards/settings/user/forms.py -> build/lib/openstack_dashboard/dashboards/settings/user DEBUG: copying openstack_dashboard/dashboards/settings/user/__init__.py -> build/lib/openstack_dashboard/dashboards/settings/user DEBUG: creating build/lib/openstack_dashboard/dashboards/project/containers DEBUG: copying openstack_dashboard/dashboards/project/containers/views.py -> build/lib/openstack_dashboard/dashboards/project/containers DEBUG: copying openstack_dashboard/dashboards/project/containers/utils.py -> build/lib/openstack_dashboard/dashboards/project/containers DEBUG: copying openstack_dashboard/dashboards/project/containers/urls.py -> build/lib/openstack_dashboard/dashboards/project/containers DEBUG: copying openstack_dashboard/dashboards/project/containers/panel.py -> build/lib/openstack_dashboard/dashboards/project/containers DEBUG: copying openstack_dashboard/dashboards/project/containers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/containers DEBUG: creating build/lib/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying openstack_dashboard/dashboards/project/instances/workflows/update_port.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying openstack_dashboard/dashboards/project/instances/workflows/update_instance.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying openstack_dashboard/dashboards/project/instances/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/system/metadatadefinitionspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/system/imagespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/system/defaultspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying openstack_dashboard/dashboards/admin/networks/subnets/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying openstack_dashboard/dashboards/admin/networks/subnets/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying openstack_dashboard/dashboards/admin/networks/subnets/urls.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying openstack_dashboard/dashboards/admin/networks/subnets/tests.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying openstack_dashboard/dashboards/admin/networks/subnets/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying openstack_dashboard/dashboards/admin/networks/subnets/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/tables.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/messages.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/menus.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/forms.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/exceptions.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/baseregion.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/bars.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/integration_tests/regions/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/regions DEBUG: copying openstack_dashboard/test/test_panels/__init__.py -> build/lib/openstack_dashboard/test/test_panels DEBUG: creating build/lib/openstack_dashboard/dashboards/project/trunks DEBUG: copying openstack_dashboard/dashboards/project/trunks/urls.py -> build/lib/openstack_dashboard/dashboards/project/trunks DEBUG: copying openstack_dashboard/dashboards/project/trunks/panel.py -> build/lib/openstack_dashboard/dashboards/project/trunks DEBUG: copying openstack_dashboard/dashboards/project/trunks/__init__.py -> build/lib/openstack_dashboard/dashboards/project/trunks DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/users/role_assignments DEBUG: copying openstack_dashboard/dashboards/identity/users/role_assignments/tables.py -> build/lib/openstack_dashboard/dashboards/identity/users/role_assignments DEBUG: copying openstack_dashboard/dashboards/identity/users/role_assignments/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/users/role_assignments DEBUG: creating build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/views.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/urls.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/tests.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/tabs.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/tables.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/panel.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/forms.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/backups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/views.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/urls.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/tests.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/tables.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/panel.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/constants.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/flavors DEBUG: copying openstack_dashboard/dashboards/identity/dashboard.py -> build/lib/openstack_dashboard/dashboards/identity DEBUG: copying openstack_dashboard/dashboards/identity/__init__.py -> build/lib/openstack_dashboard/dashboards/identity DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/projects/groups DEBUG: copying openstack_dashboard/dashboards/identity/projects/groups/tables.py -> build/lib/openstack_dashboard/dashboards/identity/projects/groups DEBUG: copying openstack_dashboard/dashboards/identity/projects/groups/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/projects/groups DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/views.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/urls.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/tests.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/tables.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/panel.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/forms.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/mappings DEBUG: creating build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/views.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/urls.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/tests.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/tabs.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/tables.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/panel.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/forms.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/__init__.py -> build/lib/openstack_dashboard/dashboards/project/volumes DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/views.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/urls.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/tests.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/tables.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/panel.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/forms.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/__init__.py -> build/lib/openstack_dashboard/dashboards/settings/credentials DEBUG: creating build/lib/openstack_auth DEBUG: creating build/lib/openstack_auth/tests DEBUG: creating build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/test_views.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/test_utils.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/test_user.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/test_policy.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/test_password.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/test_auth.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/tests/unit/__init__.py -> build/lib/openstack_auth/tests/unit DEBUG: copying openstack_auth/views.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/utils.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/user.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/urls.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/policy.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/models.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/middleware.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/forms.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/exceptions.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/defaults.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/backend.py -> build/lib/openstack_auth DEBUG: copying openstack_auth/__init__.py -> build/lib/openstack_auth DEBUG: creating build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/plugin/totp.py -> build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/plugin/token.py -> build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/plugin/password.py -> build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/plugin/k2k.py -> build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/plugin/base.py -> build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/plugin/__init__.py -> build/lib/openstack_auth/plugin DEBUG: copying openstack_auth/tests/urls.py -> build/lib/openstack_auth/tests DEBUG: copying openstack_auth/tests/settings.py -> build/lib/openstack_auth/tests DEBUG: copying openstack_auth/tests/data_v3.py -> build/lib/openstack_auth/tests DEBUG: copying openstack_auth/tests/__init__.py -> build/lib/openstack_auth/tests DEBUG: running egg_info DEBUG: writing horizon.egg-info/PKG-INFO DEBUG: writing dependency_links to horizon.egg-info/dependency_links.txt DEBUG: writing entry points to horizon.egg-info/entry_points.txt DEBUG: writing requirements to horizon.egg-info/requires.txt DEBUG: writing top-level names to horizon.egg-info/top_level.txt DEBUG: writing pbr to horizon.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 'horizon.egg-info/SOURCES.txt' DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'horizon.conf.dash_template.static.dash_name.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.conf.dash_template.static.dash_name.js' 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 'horizon.conf.dash_template.static.dash_name.js' 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 'horizon.conf.dash_template.static.dash_name.js' to be distributed and are DEBUG: already explicitly excluding 'horizon.conf.dash_template.static.dash_name.js' 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 'horizon.conf.dash_template.static.dash_name.scss' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.conf.dash_template.static.dash_name.scss' 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 'horizon.conf.dash_template.static.dash_name.scss' 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 'horizon.conf.dash_template.static.dash_name.scss' to be distributed and are DEBUG: already explicitly excluding 'horizon.conf.dash_template.static.dash_name.scss' 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 'horizon.conf.dash_template.templates.dash_name' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.conf.dash_template.templates.dash_name' 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 'horizon.conf.dash_template.templates.dash_name' 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 'horizon.conf.dash_template.templates.dash_name' to be distributed and are DEBUG: already explicitly excluding 'horizon.conf.dash_template.templates.dash_name' 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 'horizon.conf.panel_template.templates.panel_name' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.conf.panel_template.templates.panel_name' 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 'horizon.conf.panel_template.templates.panel_name' 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 'horizon.conf.panel_template.templates.panel_name' to be distributed and are DEBUG: already explicitly excluding 'horizon.conf.panel_template.templates.panel_name' 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 'horizon.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.ar.LC_MESSAGES' 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 'horizon.locale.ar.LC_MESSAGES' 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 'horizon.locale.ar.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.ar.LC_MESSAGES' 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 'horizon.locale.ca.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.ca.LC_MESSAGES' 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 'horizon.locale.ca.LC_MESSAGES' 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 'horizon.locale.ca.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.ca.LC_MESSAGES' 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 'horizon.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.cs.LC_MESSAGES' 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 'horizon.locale.cs.LC_MESSAGES' 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 'horizon.locale.cs.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.cs.LC_MESSAGES' 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 'horizon.locale.de.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.de.LC_MESSAGES' 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 'horizon.locale.de.LC_MESSAGES' 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 'horizon.locale.de.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.de.LC_MESSAGES' 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 'horizon.locale.en_AU.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.en_AU.LC_MESSAGES' 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 'horizon.locale.en_AU.LC_MESSAGES' 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 'horizon.locale.en_AU.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.en_AU.LC_MESSAGES' 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 'horizon.locale.en_GB.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.en_GB.LC_MESSAGES' 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 'horizon.locale.en_GB.LC_MESSAGES' 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 'horizon.locale.en_GB.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.en_GB.LC_MESSAGES' 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 'horizon.locale.eo.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.eo.LC_MESSAGES' 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 'horizon.locale.eo.LC_MESSAGES' 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 'horizon.locale.eo.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.eo.LC_MESSAGES' 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 'horizon.locale.es.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.es.LC_MESSAGES' 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 'horizon.locale.es.LC_MESSAGES' 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 'horizon.locale.es.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.es.LC_MESSAGES' 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 'horizon.locale.es_MX.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.es_MX.LC_MESSAGES' 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 'horizon.locale.es_MX.LC_MESSAGES' 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 'horizon.locale.es_MX.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.es_MX.LC_MESSAGES' 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 'horizon.locale.fi_FI.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.fi_FI.LC_MESSAGES' 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 'horizon.locale.fi_FI.LC_MESSAGES' 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 'horizon.locale.fi_FI.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.fi_FI.LC_MESSAGES' 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 'horizon.locale.fil.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.fil.LC_MESSAGES' 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 'horizon.locale.fil.LC_MESSAGES' 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 'horizon.locale.fil.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.fil.LC_MESSAGES' 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 'horizon.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.fr.LC_MESSAGES' 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 'horizon.locale.fr.LC_MESSAGES' 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 'horizon.locale.fr.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.fr.LC_MESSAGES' 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 'horizon.locale.hi.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.hi.LC_MESSAGES' 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 'horizon.locale.hi.LC_MESSAGES' 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 'horizon.locale.hi.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.hi.LC_MESSAGES' 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 'horizon.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.hu.LC_MESSAGES' 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 'horizon.locale.hu.LC_MESSAGES' 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 'horizon.locale.hu.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.hu.LC_MESSAGES' 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 'horizon.locale.id.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.id.LC_MESSAGES' 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 'horizon.locale.id.LC_MESSAGES' 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 'horizon.locale.id.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.id.LC_MESSAGES' 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 'horizon.locale.it.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.it.LC_MESSAGES' 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 'horizon.locale.it.LC_MESSAGES' 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 'horizon.locale.it.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.it.LC_MESSAGES' 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 'horizon.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.ja.LC_MESSAGES' 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 'horizon.locale.ja.LC_MESSAGES' 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 'horizon.locale.ja.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.ja.LC_MESSAGES' 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 'horizon.locale.ka_GE.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.ka_GE.LC_MESSAGES' 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 'horizon.locale.ka_GE.LC_MESSAGES' 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 'horizon.locale.ka_GE.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.ka_GE.LC_MESSAGES' 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 'horizon.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.ko_KR.LC_MESSAGES' 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 'horizon.locale.ko_KR.LC_MESSAGES' 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 'horizon.locale.ko_KR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.ko_KR.LC_MESSAGES' 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 'horizon.locale.nl_NL.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.nl_NL.LC_MESSAGES' 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 'horizon.locale.nl_NL.LC_MESSAGES' 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 'horizon.locale.nl_NL.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.nl_NL.LC_MESSAGES' 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 'horizon.locale.pa_IN.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.pa_IN.LC_MESSAGES' 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 'horizon.locale.pa_IN.LC_MESSAGES' 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 'horizon.locale.pa_IN.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.pa_IN.LC_MESSAGES' 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 'horizon.locale.pl_PL.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.pl_PL.LC_MESSAGES' 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 'horizon.locale.pl_PL.LC_MESSAGES' 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 'horizon.locale.pl_PL.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.pl_PL.LC_MESSAGES' 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 'horizon.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.pt.LC_MESSAGES' 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 'horizon.locale.pt.LC_MESSAGES' 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 'horizon.locale.pt.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.pt.LC_MESSAGES' 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 'horizon.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.pt_BR.LC_MESSAGES' 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 'horizon.locale.pt_BR.LC_MESSAGES' 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 'horizon.locale.pt_BR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.pt_BR.LC_MESSAGES' 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 'horizon.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.ru.LC_MESSAGES' 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 'horizon.locale.ru.LC_MESSAGES' 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 'horizon.locale.ru.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.ru.LC_MESSAGES' 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 'horizon.locale.sl_SI.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.sl_SI.LC_MESSAGES' 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 'horizon.locale.sl_SI.LC_MESSAGES' 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 'horizon.locale.sl_SI.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.sl_SI.LC_MESSAGES' 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 'horizon.locale.sr.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.sr.LC_MESSAGES' 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 'horizon.locale.sr.LC_MESSAGES' 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 'horizon.locale.sr.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.sr.LC_MESSAGES' 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 'horizon.locale.tr_TR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.tr_TR.LC_MESSAGES' 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 'horizon.locale.tr_TR.LC_MESSAGES' 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 'horizon.locale.tr_TR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.tr_TR.LC_MESSAGES' 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 'horizon.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.zh_Hans.LC_MESSAGES' 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 'horizon.locale.zh_Hans.LC_MESSAGES' 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 'horizon.locale.zh_Hans.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.zh_Hans.LC_MESSAGES' 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 'horizon.locale.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.locale.zh_Hant.LC_MESSAGES' 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 'horizon.locale.zh_Hant.LC_MESSAGES' 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 'horizon.locale.zh_Hant.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'horizon.locale.zh_Hant.LC_MESSAGES' 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 'horizon.static.auth' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.auth' 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 'horizon.static.auth' 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 'horizon.static.auth' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.auth' 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 'horizon.static.auth.login' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.auth.login' 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 'horizon.static.auth.login' 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 'horizon.static.auth.login' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.auth.login' 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 'horizon.static.framework' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework' 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 'horizon.static.framework' 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 'horizon.static.framework' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework' 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 'horizon.static.framework.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.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 'horizon.static.framework.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 'horizon.static.framework.conf' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.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 'horizon.static.framework.util' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util' 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 'horizon.static.framework.util' 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 'horizon.static.framework.util' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util' 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 'horizon.static.framework.util.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.actions' 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 'horizon.static.framework.util.actions' 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 'horizon.static.framework.util.actions' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.actions' 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 'horizon.static.framework.util.extensible' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.extensible' 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 'horizon.static.framework.util.extensible' 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 'horizon.static.framework.util.extensible' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.extensible' 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 'horizon.static.framework.util.file' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.file' 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 'horizon.static.framework.util.file' 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 'horizon.static.framework.util.file' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.file' 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 'horizon.static.framework.util.filters' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.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 'horizon.static.framework.util.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 'horizon.static.framework.util.filters' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.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 'horizon.static.framework.util.http' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.http' 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 'horizon.static.framework.util.http' 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 'horizon.static.framework.util.http' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.http' 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 'horizon.static.framework.util.i18n' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.i18n' 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 'horizon.static.framework.util.i18n' 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 'horizon.static.framework.util.i18n' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.i18n' 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 'horizon.static.framework.util.navigations' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.navigations' 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 'horizon.static.framework.util.navigations' 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 'horizon.static.framework.util.navigations' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.navigations' 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 'horizon.static.framework.util.q' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.q' 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 'horizon.static.framework.util.q' 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 'horizon.static.framework.util.q' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.q' 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 'horizon.static.framework.util.timezones' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.timezones' 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 'horizon.static.framework.util.timezones' 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 'horizon.static.framework.util.timezones' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.timezones' 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 'horizon.static.framework.util.uuid' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.uuid' 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 'horizon.static.framework.util.uuid' 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 'horizon.static.framework.util.uuid' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.uuid' 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 'horizon.static.framework.util.validators' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.validators' 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 'horizon.static.framework.util.validators' 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 'horizon.static.framework.util.validators' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.validators' 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 'horizon.static.framework.util.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.util.workflow' 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 'horizon.static.framework.util.workflow' 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 'horizon.static.framework.util.workflow' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.util.workflow' 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 'horizon.static.framework.widgets' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets' 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 'horizon.static.framework.widgets' 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 'horizon.static.framework.widgets' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets' 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 'horizon.static.framework.widgets.charts' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.charts' 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 'horizon.static.framework.widgets.charts' 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 'horizon.static.framework.widgets.charts' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.charts' 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 'horizon.static.framework.widgets.contenteditable' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.contenteditable' 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 'horizon.static.framework.widgets.contenteditable' 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 'horizon.static.framework.widgets.contenteditable' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.contenteditable' 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 'horizon.static.framework.widgets.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.details' 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 'horizon.static.framework.widgets.details' 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 'horizon.static.framework.widgets.details' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.details' 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 'horizon.static.framework.widgets.form' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.form' 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 'horizon.static.framework.widgets.form' 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 'horizon.static.framework.widgets.form' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.form' 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 'horizon.static.framework.widgets.form.fields' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.form.fields' 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 'horizon.static.framework.widgets.form.fields' 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 'horizon.static.framework.widgets.form.fields' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.form.fields' 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 'horizon.static.framework.widgets.headers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.headers' 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 'horizon.static.framework.widgets.headers' 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 'horizon.static.framework.widgets.headers' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.headers' 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 'horizon.static.framework.widgets.metadata' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.metadata' 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 'horizon.static.framework.widgets.metadata' 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 'horizon.static.framework.widgets.metadata' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.metadata' 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 'horizon.static.framework.widgets.metadata.display' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.metadata.display' 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 'horizon.static.framework.widgets.metadata.display' 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 'horizon.static.framework.widgets.metadata.display' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.metadata.display' 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 'horizon.static.framework.widgets.metadata.tree' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.metadata.tree' 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 'horizon.static.framework.widgets.metadata.tree' 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 'horizon.static.framework.widgets.metadata.tree' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.metadata.tree' 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 'horizon.static.framework.widgets.modal' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.modal' 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 'horizon.static.framework.widgets.modal' 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 'horizon.static.framework.widgets.modal' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.modal' 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 'horizon.static.framework.widgets.panel' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.panel' 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 'horizon.static.framework.widgets.panel' 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 'horizon.static.framework.widgets.panel' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.panel' 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 'horizon.static.framework.widgets.property' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.property' 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 'horizon.static.framework.widgets.property' 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 'horizon.static.framework.widgets.property' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.property' 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 'horizon.static.framework.widgets.table' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.table' 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 'horizon.static.framework.widgets.table' 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 'horizon.static.framework.widgets.table' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.table' 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 'horizon.static.framework.widgets.toast' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.toast' 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 'horizon.static.framework.widgets.toast' 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 'horizon.static.framework.widgets.toast' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.toast' 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 'horizon.static.framework.widgets.wizard' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.framework.widgets.wizard' 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 'horizon.static.framework.widgets.wizard' 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 'horizon.static.framework.widgets.wizard' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.framework.widgets.wizard' 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 'horizon.static.horizon' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.horizon' 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 'horizon.static.horizon' 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 'horizon.static.horizon' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.horizon' 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 'horizon.static.horizon.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.horizon.js' 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 'horizon.static.horizon.js' 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 'horizon.static.horizon.js' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.horizon.js' 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 'horizon.static.horizon.lib.jquery' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.horizon.lib.jquery' 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 'horizon.static.horizon.lib.jquery' 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 'horizon.static.horizon.lib.jquery' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.horizon.lib.jquery' 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 'horizon.static.horizon.tests.jasmine' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.static.horizon.tests.jasmine' 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 'horizon.static.horizon.tests.jasmine' 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 'horizon.static.horizon.tests.jasmine' to be distributed and are DEBUG: already explicitly excluding 'horizon.static.horizon.tests.jasmine' 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 'horizon.templates' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates' 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 'horizon.templates' 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 'horizon.templates' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates' 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 'horizon.templates.auth' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.auth' 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 'horizon.templates.auth' 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 'horizon.templates.auth' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.auth' 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 'horizon.templates.bootstrap' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.bootstrap' 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 'horizon.templates.bootstrap' 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 'horizon.templates.bootstrap' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.bootstrap' 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 'horizon.templates.horizon' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.horizon' 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 'horizon.templates.horizon' 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 'horizon.templates.horizon' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.horizon' 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 'horizon.templates.horizon.client_side' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.horizon.client_side' 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 'horizon.templates.horizon.client_side' 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 'horizon.templates.horizon.client_side' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.horizon.client_side' 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 'horizon.templates.horizon.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.horizon.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 'horizon.templates.horizon.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 'horizon.templates.horizon.common' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.horizon.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 'horizon.templates.horizon.common.fields' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.horizon.common.fields' 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 'horizon.templates.horizon.common.fields' 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 'horizon.templates.horizon.common.fields' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.horizon.common.fields' 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 'horizon.templates.horizon.jasmine' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.templates.horizon.jasmine' 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 'horizon.templates.horizon.jasmine' 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 'horizon.templates.horizon.jasmine' to be distributed and are DEBUG: already explicitly excluding 'horizon.templates.horizon.jasmine' 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 'horizon.test.messages' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.messages' 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 'horizon.test.messages' 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 'horizon.test.messages' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.messages' 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 'horizon.test.selenium' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.selenium' 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 'horizon.test.selenium' 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 'horizon.test.selenium' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.selenium' 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 'horizon.test.templates' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.templates' 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 'horizon.test.templates' 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 'horizon.test.templates' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.templates' 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 'horizon.test.templates.registration' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.templates.registration' 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 'horizon.test.templates.registration' 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 'horizon.test.templates.registration' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.templates.registration' 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 'horizon.test.test_dashboards.cats.kittens.templates.kittens' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.cats.kittens.templates.kittens' 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 'horizon.test.test_dashboards.cats.kittens.templates.kittens' 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 'horizon.test.test_dashboards.cats.kittens.templates.kittens' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.cats.kittens.templates.kittens' 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 'horizon.test.test_dashboards.cats.static.cats.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.cats.static.cats.js' 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 'horizon.test.test_dashboards.cats.static.cats.js' 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 'horizon.test.test_dashboards.cats.static.cats.js' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.cats.static.cats.js' 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 'horizon.test.test_dashboards.cats.static.cats.scss' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.cats.static.cats.scss' 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 'horizon.test.test_dashboards.cats.static.cats.scss' 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 'horizon.test.test_dashboards.cats.static.cats.scss' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.cats.static.cats.scss' 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 'horizon.test.test_dashboards.cats.templates.cats' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.cats.templates.cats' 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 'horizon.test.test_dashboards.cats.templates.cats' 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 'horizon.test.test_dashboards.cats.templates.cats' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.cats.templates.cats' 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 'horizon.test.test_dashboards.cats.tigers.templates.tigers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.cats.tigers.templates.tigers' 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 'horizon.test.test_dashboards.cats.tigers.templates.tigers' 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 'horizon.test.test_dashboards.cats.tigers.templates.tigers' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.cats.tigers.templates.tigers' 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 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' 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 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' 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 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' 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 'horizon.test.test_dashboards.dogs.static.dogs.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.dogs.static.dogs.js' 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 'horizon.test.test_dashboards.dogs.static.dogs.js' 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 'horizon.test.test_dashboards.dogs.static.dogs.js' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.dogs.static.dogs.js' 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 'horizon.test.test_dashboards.dogs.static.dogs.scss' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.dogs.static.dogs.scss' 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 'horizon.test.test_dashboards.dogs.static.dogs.scss' 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 'horizon.test.test_dashboards.dogs.static.dogs.scss' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.dogs.static.dogs.scss' 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 'horizon.test.test_dashboards.dogs.templates.dogs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'horizon.test.test_dashboards.dogs.templates.dogs' 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 'horizon.test.test_dashboards.dogs.templates.dogs' 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 'horizon.test.test_dashboards.dogs.templates.dogs' to be distributed and are DEBUG: already explicitly excluding 'horizon.test.test_dashboards.dogs.templates.dogs' 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 'openstack_auth.locale.de.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.de.LC_MESSAGES' 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 'openstack_auth.locale.de.LC_MESSAGES' 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 'openstack_auth.locale.de.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.de.LC_MESSAGES' 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 'openstack_auth.locale.en_GB.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.en_GB.LC_MESSAGES' 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 'openstack_auth.locale.en_GB.LC_MESSAGES' 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 'openstack_auth.locale.en_GB.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.en_GB.LC_MESSAGES' 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 'openstack_auth.locale.eo.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.eo.LC_MESSAGES' 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 'openstack_auth.locale.eo.LC_MESSAGES' 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 'openstack_auth.locale.eo.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.eo.LC_MESSAGES' 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 'openstack_auth.locale.es.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.es.LC_MESSAGES' 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 'openstack_auth.locale.es.LC_MESSAGES' 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 'openstack_auth.locale.es.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.es.LC_MESSAGES' 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 'openstack_auth.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.fr.LC_MESSAGES' 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 'openstack_auth.locale.fr.LC_MESSAGES' 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 'openstack_auth.locale.fr.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.fr.LC_MESSAGES' 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 'openstack_auth.locale.id.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.id.LC_MESSAGES' 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 'openstack_auth.locale.id.LC_MESSAGES' 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 'openstack_auth.locale.id.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.id.LC_MESSAGES' 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 'openstack_auth.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.ja.LC_MESSAGES' 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 'openstack_auth.locale.ja.LC_MESSAGES' 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 'openstack_auth.locale.ja.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.ja.LC_MESSAGES' 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 'openstack_auth.locale.ka_GE.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.ka_GE.LC_MESSAGES' 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 'openstack_auth.locale.ka_GE.LC_MESSAGES' 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 'openstack_auth.locale.ka_GE.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.ka_GE.LC_MESSAGES' 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 'openstack_auth.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.ko_KR.LC_MESSAGES' 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 'openstack_auth.locale.ko_KR.LC_MESSAGES' 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 'openstack_auth.locale.ko_KR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.ko_KR.LC_MESSAGES' 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 'openstack_auth.locale.ne.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.ne.LC_MESSAGES' 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 'openstack_auth.locale.ne.LC_MESSAGES' 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 'openstack_auth.locale.ne.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.ne.LC_MESSAGES' 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 'openstack_auth.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.pt_BR.LC_MESSAGES' 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 'openstack_auth.locale.pt_BR.LC_MESSAGES' 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 'openstack_auth.locale.pt_BR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.pt_BR.LC_MESSAGES' 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 'openstack_auth.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.ru.LC_MESSAGES' 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 'openstack_auth.locale.ru.LC_MESSAGES' 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 'openstack_auth.locale.ru.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.ru.LC_MESSAGES' 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 'openstack_auth.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.zh_Hans.LC_MESSAGES' 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 'openstack_auth.locale.zh_Hans.LC_MESSAGES' 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 'openstack_auth.locale.zh_Hans.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.zh_Hans.LC_MESSAGES' 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 'openstack_auth.locale.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.locale.zh_Hant.LC_MESSAGES' 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 'openstack_auth.locale.zh_Hant.LC_MESSAGES' 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 'openstack_auth.locale.zh_Hant.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.locale.zh_Hant.LC_MESSAGES' 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 'openstack_auth.tests.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.tests.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 'openstack_auth.tests.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 'openstack_auth.tests.conf' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.tests.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 'openstack_auth.tests.templates.auth' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_auth.tests.templates.auth' 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 'openstack_auth.tests.templates.auth' 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 'openstack_auth.tests.templates.auth' to be distributed and are DEBUG: already explicitly excluding 'openstack_auth.tests.templates.auth' 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 'openstack_dashboard.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.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 'openstack_dashboard.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 'openstack_dashboard.conf' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.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 'openstack_dashboard.conf.default_policies' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.conf.default_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 'openstack_dashboard.conf.default_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 'openstack_dashboard.conf.default_policies' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.conf.default_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 'openstack_dashboard.contrib.developer.profiler.templates.profiler' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.contrib.developer.profiler.templates.profiler' 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 'openstack_dashboard.contrib.developer.profiler.templates.profiler' 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 'openstack_dashboard.contrib.developer.profiler.templates.profiler' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.contrib.developer.profiler.templates.profiler' 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 'openstack_dashboard.contrib.developer.static.dashboard.developer' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.contrib.developer.static.dashboard.developer' 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 'openstack_dashboard.contrib.developer.static.dashboard.developer' 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 'openstack_dashboard.contrib.developer.static.dashboard.developer' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.contrib.developer.static.dashboard.developer' 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 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' 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 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' 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 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' 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 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' 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 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' 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 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' 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 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' 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 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' 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 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' 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 'openstack_dashboard.dashboards.admin.backups.templates.backups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.backups.templates.backups' 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 'openstack_dashboard.dashboards.admin.backups.templates.backups' 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 'openstack_dashboard.dashboards.admin.backups.templates.backups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.backups.templates.backups' 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 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' 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 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' 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 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' 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 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' 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 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' 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 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' 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 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' 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 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' 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 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' 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 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' 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 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' 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 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' 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 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' 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 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' 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 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' 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 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' 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 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' 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 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' 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 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.compute' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.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 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.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 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.compute' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.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 'openstack_dashboard.dashboards.admin.images.templates.images' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.images.templates.images' 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 'openstack_dashboard.dashboards.admin.images.templates.images' 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 'openstack_dashboard.dashboards.admin.images.templates.images' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.images.templates.images' 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 'openstack_dashboard.dashboards.admin.info.templates.info' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.info.templates.info' 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 'openstack_dashboard.dashboards.admin.info.templates.info' 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 'openstack_dashboard.dashboards.admin.info.templates.info' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.info.templates.info' 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 'openstack_dashboard.dashboards.admin.instances.templates.instances' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.instances.templates.instances' 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 'openstack_dashboard.dashboards.admin.instances.templates.instances' 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 'openstack_dashboard.dashboards.admin.instances.templates.instances' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.instances.templates.instances' 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 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' 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 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' 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 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.networks.templates.networks' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.networks.templates.networks' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' 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 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' 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 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' 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 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' 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 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' 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 'openstack_dashboard.dashboards.admin.overview.templates.overview' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.overview.templates.overview' 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 'openstack_dashboard.dashboards.admin.overview.templates.overview' 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 'openstack_dashboard.dashboards.admin.overview.templates.overview' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.overview.templates.overview' 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 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_policies' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_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 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_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 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_policies' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_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 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' 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 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' 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 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' 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 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' 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 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' 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 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' 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 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' 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 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' 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 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' 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 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' 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 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' 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 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' 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 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' 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 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' 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 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' 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 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' 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 'openstack_dashboard.dashboards.identity.credentials.templates.credentials' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.credentials.templates.credentials' 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 'openstack_dashboard.dashboards.identity.credentials.templates.credentials' 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 'openstack_dashboard.dashboards.identity.credentials.templates.credentials' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.credentials.templates.credentials' 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 'openstack_dashboard.dashboards.identity.domains.templates.domains' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.domains.templates.domains' 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 'openstack_dashboard.dashboards.identity.domains.templates.domains' 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 'openstack_dashboard.dashboards.identity.domains.templates.domains' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.domains.templates.domains' 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 'openstack_dashboard.dashboards.identity.groups.templates.groups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.groups.templates.groups' 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 'openstack_dashboard.dashboards.identity.groups.templates.groups' 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 'openstack_dashboard.dashboards.identity.groups.templates.groups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.groups.templates.groups' 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 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' 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 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' 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 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' 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 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.protocols' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.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 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.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 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.protocols' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.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 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' 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 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' 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 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' 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 'openstack_dashboard.dashboards.identity.projects.templates.projects' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.projects.templates.projects' 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 'openstack_dashboard.dashboards.identity.projects.templates.projects' 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 'openstack_dashboard.dashboards.identity.projects.templates.projects' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.projects.templates.projects' 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 'openstack_dashboard.dashboards.identity.roles.templates.roles' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.roles.templates.roles' 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 'openstack_dashboard.dashboards.identity.roles.templates.roles' 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 'openstack_dashboard.dashboards.identity.roles.templates.roles' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.roles.templates.roles' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' 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 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' 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 'openstack_dashboard.dashboards.identity.users.templates.users' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.identity.users.templates.users' 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 'openstack_dashboard.dashboards.identity.users.templates.users' 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 'openstack_dashboard.dashboards.identity.users.templates.users' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.identity.users.templates.users' 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 'openstack_dashboard.dashboards.project.api_access.templates.api_access' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.api_access.templates.api_access' 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 'openstack_dashboard.dashboards.project.api_access.templates.api_access' 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 'openstack_dashboard.dashboards.project.api_access.templates.api_access' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.api_access.templates.api_access' 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 'openstack_dashboard.dashboards.project.backups.templates.backups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.backups.templates.backups' 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 'openstack_dashboard.dashboards.project.backups.templates.backups' 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 'openstack_dashboard.dashboards.project.backups.templates.backups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.backups.templates.backups' 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 'openstack_dashboard.dashboards.project.containers.templates.containers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.containers.templates.containers' 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 'openstack_dashboard.dashboards.project.containers.templates.containers' 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 'openstack_dashboard.dashboards.project.containers.templates.containers' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.containers.templates.containers' 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 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' 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 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' 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 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' 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 'openstack_dashboard.dashboards.project.images.templates.images.images' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.images.templates.images.images' 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 'openstack_dashboard.dashboards.project.images.templates.images.images' 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 'openstack_dashboard.dashboards.project.images.templates.images.images' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.images.templates.images.images' 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 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' 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 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' 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 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' 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 'openstack_dashboard.dashboards.project.instances.templates.instances' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.instances.templates.instances' 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 'openstack_dashboard.dashboards.project.instances.templates.instances' 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 'openstack_dashboard.dashboards.project.instances.templates.instances' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.instances.templates.instances' 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 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' 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 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' 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 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' 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 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' 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 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' 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 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' 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 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' 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 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' 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 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' 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 'openstack_dashboard.dashboards.project.networks.templates.networks' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.networks.templates.networks' 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 'openstack_dashboard.dashboards.project.networks.templates.networks' 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 'openstack_dashboard.dashboards.project.networks.templates.networks' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.networks.templates.networks' 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 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' 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 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' 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 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' 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 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' 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 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' 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 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' 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 'openstack_dashboard.dashboards.project.overview.templates.overview' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.overview.templates.overview' 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 'openstack_dashboard.dashboards.project.overview.templates.overview' 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 'openstack_dashboard.dashboards.project.overview.templates.overview' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.overview.templates.overview' 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 'openstack_dashboard.dashboards.project.routers.templates.routers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.routers.templates.routers' 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 'openstack_dashboard.dashboards.project.routers.templates.routers' 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 'openstack_dashboard.dashboards.project.routers.templates.routers' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.routers.templates.routers' 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 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' 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 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' 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 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' 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 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' 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 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' 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 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' 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 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' 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 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' 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 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' 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 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' 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 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' 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 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' 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 'openstack_dashboard.dashboards.project.static.dashboard.project' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.static.dashboard.project' 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 'openstack_dashboard.dashboards.project.static.dashboard.project' 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 'openstack_dashboard.dashboards.project.static.dashboard.project' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.static.dashboard.project' 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 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' 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 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' 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 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' 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 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' 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 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' 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 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' 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 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' 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 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' 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 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' 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 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' 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 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' 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 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' 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 'openstack_dashboard.dashboards.project.volumes.templates.volumes' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.project.volumes.templates.volumes' 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 'openstack_dashboard.dashboards.project.volumes.templates.volumes' 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 'openstack_dashboard.dashboards.project.volumes.templates.volumes' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.project.volumes.templates.volumes' 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 'openstack_dashboard.dashboards.settings.credentials.templates.credentials' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.settings.credentials.templates.credentials' 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 'openstack_dashboard.dashboards.settings.credentials.templates.credentials' 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 'openstack_dashboard.dashboards.settings.credentials.templates.credentials' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.settings.credentials.templates.credentials' 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 'openstack_dashboard.dashboards.settings.password.templates.password' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.settings.password.templates.password' 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 'openstack_dashboard.dashboards.settings.password.templates.password' 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 'openstack_dashboard.dashboards.settings.password.templates.password' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.settings.password.templates.password' 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 'openstack_dashboard.dashboards.settings.user.templates.user' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.dashboards.settings.user.templates.user' 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 'openstack_dashboard.dashboards.settings.user.templates.user' 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 'openstack_dashboard.dashboards.settings.user.templates.user' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.dashboards.settings.user.templates.user' 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 'openstack_dashboard.locale.as.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.as.LC_MESSAGES' 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 'openstack_dashboard.locale.as.LC_MESSAGES' 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 'openstack_dashboard.locale.as.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.as.LC_MESSAGES' 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 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' 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 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' 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 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' 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 'openstack_dashboard.locale.brx.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.brx.LC_MESSAGES' 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 'openstack_dashboard.locale.brx.LC_MESSAGES' 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 'openstack_dashboard.locale.brx.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.brx.LC_MESSAGES' 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 'openstack_dashboard.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.cs.LC_MESSAGES' 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 'openstack_dashboard.locale.cs.LC_MESSAGES' 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 'openstack_dashboard.locale.cs.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.cs.LC_MESSAGES' 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 'openstack_dashboard.locale.de.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.de.LC_MESSAGES' 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 'openstack_dashboard.locale.de.LC_MESSAGES' 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 'openstack_dashboard.locale.de.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.de.LC_MESSAGES' 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 'openstack_dashboard.locale.en_AU.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.en_AU.LC_MESSAGES' 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 'openstack_dashboard.locale.en_AU.LC_MESSAGES' 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 'openstack_dashboard.locale.en_AU.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.en_AU.LC_MESSAGES' 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 'openstack_dashboard.locale.en_GB.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.en_GB.LC_MESSAGES' 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 'openstack_dashboard.locale.en_GB.LC_MESSAGES' 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 'openstack_dashboard.locale.en_GB.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.en_GB.LC_MESSAGES' 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 'openstack_dashboard.locale.eo.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.eo.LC_MESSAGES' 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 'openstack_dashboard.locale.eo.LC_MESSAGES' 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 'openstack_dashboard.locale.eo.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.eo.LC_MESSAGES' 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 'openstack_dashboard.locale.es.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.es.LC_MESSAGES' 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 'openstack_dashboard.locale.es.LC_MESSAGES' 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 'openstack_dashboard.locale.es.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.es.LC_MESSAGES' 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 'openstack_dashboard.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.fr.LC_MESSAGES' 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 'openstack_dashboard.locale.fr.LC_MESSAGES' 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 'openstack_dashboard.locale.fr.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.fr.LC_MESSAGES' 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 'openstack_dashboard.locale.gu.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.gu.LC_MESSAGES' 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 'openstack_dashboard.locale.gu.LC_MESSAGES' 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 'openstack_dashboard.locale.gu.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.gu.LC_MESSAGES' 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 'openstack_dashboard.locale.hi.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.hi.LC_MESSAGES' 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 'openstack_dashboard.locale.hi.LC_MESSAGES' 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 'openstack_dashboard.locale.hi.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.hi.LC_MESSAGES' 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 'openstack_dashboard.locale.id.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.id.LC_MESSAGES' 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 'openstack_dashboard.locale.id.LC_MESSAGES' 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 'openstack_dashboard.locale.id.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.id.LC_MESSAGES' 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 'openstack_dashboard.locale.it.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.it.LC_MESSAGES' 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 'openstack_dashboard.locale.it.LC_MESSAGES' 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 'openstack_dashboard.locale.it.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.it.LC_MESSAGES' 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 'openstack_dashboard.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ja.LC_MESSAGES' 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 'openstack_dashboard.locale.ja.LC_MESSAGES' 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 'openstack_dashboard.locale.ja.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ja.LC_MESSAGES' 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 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' 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 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' 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 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' 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 'openstack_dashboard.locale.kn.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.kn.LC_MESSAGES' 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 'openstack_dashboard.locale.kn.LC_MESSAGES' 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 'openstack_dashboard.locale.kn.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.kn.LC_MESSAGES' 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 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' 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 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' 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 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' 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 'openstack_dashboard.locale.kok.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.kok.LC_MESSAGES' 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 'openstack_dashboard.locale.kok.LC_MESSAGES' 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 'openstack_dashboard.locale.kok.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.kok.LC_MESSAGES' 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 'openstack_dashboard.locale.ks.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ks.LC_MESSAGES' 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 'openstack_dashboard.locale.ks.LC_MESSAGES' 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 'openstack_dashboard.locale.ks.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ks.LC_MESSAGES' 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 'openstack_dashboard.locale.mai.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.mai.LC_MESSAGES' 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 'openstack_dashboard.locale.mai.LC_MESSAGES' 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 'openstack_dashboard.locale.mai.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.mai.LC_MESSAGES' 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 'openstack_dashboard.locale.mni.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.mni.LC_MESSAGES' 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 'openstack_dashboard.locale.mni.LC_MESSAGES' 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 'openstack_dashboard.locale.mni.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.mni.LC_MESSAGES' 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 'openstack_dashboard.locale.mr.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.mr.LC_MESSAGES' 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 'openstack_dashboard.locale.mr.LC_MESSAGES' 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 'openstack_dashboard.locale.mr.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.mr.LC_MESSAGES' 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 'openstack_dashboard.locale.ne.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ne.LC_MESSAGES' 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 'openstack_dashboard.locale.ne.LC_MESSAGES' 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 'openstack_dashboard.locale.ne.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ne.LC_MESSAGES' 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 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' 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 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' 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 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' 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 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' 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 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' 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 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' 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 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' 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 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' 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 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' 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 'openstack_dashboard.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ru.LC_MESSAGES' 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 'openstack_dashboard.locale.ru.LC_MESSAGES' 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 'openstack_dashboard.locale.ru.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ru.LC_MESSAGES' 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 'openstack_dashboard.locale.ta.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ta.LC_MESSAGES' 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 'openstack_dashboard.locale.ta.LC_MESSAGES' 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 'openstack_dashboard.locale.ta.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ta.LC_MESSAGES' 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 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' 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 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' 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 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' 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 'openstack_dashboard.locale.ur.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.ur.LC_MESSAGES' 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 'openstack_dashboard.locale.ur.LC_MESSAGES' 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 'openstack_dashboard.locale.ur.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.ur.LC_MESSAGES' 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 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' 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 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' 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 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' 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 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' 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 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' 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 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' 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 'openstack_dashboard.static.app' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app' 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 'openstack_dashboard.static.app' 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 'openstack_dashboard.static.app' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app' 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 'openstack_dashboard.static.app.core' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core' 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 'openstack_dashboard.static.app.core' 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 'openstack_dashboard.static.app.core' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core' 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 'openstack_dashboard.static.app.core.conf' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.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 'openstack_dashboard.static.app.core.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 'openstack_dashboard.static.app.core.conf' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.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 'openstack_dashboard.static.app.core.flavors' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.flavors' 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 'openstack_dashboard.static.app.core.flavors' 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 'openstack_dashboard.static.app.core.flavors' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.flavors' 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 'openstack_dashboard.static.app.core.flavors.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.flavors.actions' 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 'openstack_dashboard.static.app.core.flavors.actions' 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 'openstack_dashboard.static.app.core.flavors.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.flavors.actions' 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 'openstack_dashboard.static.app.core.images' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images' 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 'openstack_dashboard.static.app.core.images' 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 'openstack_dashboard.static.app.core.images' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images' 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 'openstack_dashboard.static.app.core.images.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images.actions' 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 'openstack_dashboard.static.app.core.images.actions' 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 'openstack_dashboard.static.app.core.images.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images.actions' 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 'openstack_dashboard.static.app.core.images.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images.details' 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 'openstack_dashboard.static.app.core.images.details' 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 'openstack_dashboard.static.app.core.images.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images.details' 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 'openstack_dashboard.static.app.core.images.filters' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images.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 'openstack_dashboard.static.app.core.images.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 'openstack_dashboard.static.app.core.images.filters' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images.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 'openstack_dashboard.static.app.core.images.steps' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images.steps' 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 'openstack_dashboard.static.app.core.images.steps' 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 'openstack_dashboard.static.app.core.images.steps' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images.steps' 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 'openstack_dashboard.static.app.core.images.steps.deactivate' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images.steps.deactivate' 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 'openstack_dashboard.static.app.core.images.steps.deactivate' 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 'openstack_dashboard.static.app.core.images.steps.deactivate' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images.steps.deactivate' 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 'openstack_dashboard.static.app.core.images.workflows' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.images.workflows' 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 'openstack_dashboard.static.app.core.images.workflows' 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 'openstack_dashboard.static.app.core.images.workflows' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.images.workflows' 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 'openstack_dashboard.static.app.core.keypairs' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.keypairs' 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 'openstack_dashboard.static.app.core.keypairs' 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 'openstack_dashboard.static.app.core.keypairs' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.keypairs' 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 'openstack_dashboard.static.app.core.keypairs.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.keypairs.actions' 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 'openstack_dashboard.static.app.core.keypairs.actions' 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 'openstack_dashboard.static.app.core.keypairs.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.keypairs.actions' 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 'openstack_dashboard.static.app.core.keypairs.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.keypairs.details' 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 'openstack_dashboard.static.app.core.keypairs.details' 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 'openstack_dashboard.static.app.core.keypairs.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.keypairs.details' 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 'openstack_dashboard.static.app.core.metadata' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.metadata' 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 'openstack_dashboard.static.app.core.metadata' 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 'openstack_dashboard.static.app.core.metadata' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.metadata' 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 'openstack_dashboard.static.app.core.metadata.modal' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.metadata.modal' 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 'openstack_dashboard.static.app.core.metadata.modal' 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 'openstack_dashboard.static.app.core.metadata.modal' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.metadata.modal' 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 'openstack_dashboard.static.app.core.network_qos' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.network_qos' 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 'openstack_dashboard.static.app.core.network_qos' 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 'openstack_dashboard.static.app.core.network_qos' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.network_qos' 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 'openstack_dashboard.static.app.core.network_qos.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.network_qos.actions' 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 'openstack_dashboard.static.app.core.network_qos.actions' 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 'openstack_dashboard.static.app.core.network_qos.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.network_qos.actions' 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 'openstack_dashboard.static.app.core.network_qos.actions.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.network_qos.actions.workflow' 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 'openstack_dashboard.static.app.core.network_qos.actions.workflow' 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 'openstack_dashboard.static.app.core.network_qos.actions.workflow' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.network_qos.actions.workflow' 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 'openstack_dashboard.static.app.core.network_qos.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.network_qos.details' 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 'openstack_dashboard.static.app.core.network_qos.details' 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 'openstack_dashboard.static.app.core.network_qos.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.network_qos.details' 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 'openstack_dashboard.static.app.core.server_groups' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.server_groups' 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 'openstack_dashboard.static.app.core.server_groups' 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 'openstack_dashboard.static.app.core.server_groups' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.server_groups' 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 'openstack_dashboard.static.app.core.server_groups.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.server_groups.actions' 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 'openstack_dashboard.static.app.core.server_groups.actions' 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 'openstack_dashboard.static.app.core.server_groups.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.server_groups.actions' 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 'openstack_dashboard.static.app.core.server_groups.actions.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.server_groups.actions.workflow' 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 'openstack_dashboard.static.app.core.server_groups.actions.workflow' 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 'openstack_dashboard.static.app.core.server_groups.actions.workflow' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.server_groups.actions.workflow' 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 'openstack_dashboard.static.app.core.server_groups.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.server_groups.details' 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 'openstack_dashboard.static.app.core.server_groups.details' 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 'openstack_dashboard.static.app.core.server_groups.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.server_groups.details' 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 'openstack_dashboard.static.app.core.trunks' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.trunks' 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 'openstack_dashboard.static.app.core.trunks' 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 'openstack_dashboard.static.app.core.trunks' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.trunks' 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 'openstack_dashboard.static.app.core.trunks.actions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.trunks.actions' 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 'openstack_dashboard.static.app.core.trunks.actions' 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 'openstack_dashboard.static.app.core.trunks.actions' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.trunks.actions' 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 'openstack_dashboard.static.app.core.trunks.details' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.trunks.details' 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 'openstack_dashboard.static.app.core.trunks.details' 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 'openstack_dashboard.static.app.core.trunks.details' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.trunks.details' 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 'openstack_dashboard.static.app.core.trunks.steps' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.trunks.steps' 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 'openstack_dashboard.static.app.core.trunks.steps' 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 'openstack_dashboard.static.app.core.trunks.steps' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.trunks.steps' 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 'openstack_dashboard.static.app.core.workflow' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.core.workflow' 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 'openstack_dashboard.static.app.core.workflow' 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 'openstack_dashboard.static.app.core.workflow' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.core.workflow' 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 'openstack_dashboard.static.app.resources' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.app.resources' 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 'openstack_dashboard.static.app.resources' 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 'openstack_dashboard.static.app.resources' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.app.resources' 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 'openstack_dashboard.static.dashboard.img' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.dashboard.img' 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 'openstack_dashboard.static.dashboard.img' 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 'openstack_dashboard.static.dashboard.img' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.dashboard.img' 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 'openstack_dashboard.static.dashboard.scss' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.dashboard.scss' 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 'openstack_dashboard.static.dashboard.scss' 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 'openstack_dashboard.static.dashboard.scss' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.dashboard.scss' 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 'openstack_dashboard.static.dashboard.scss.components' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.dashboard.scss.components' 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 'openstack_dashboard.static.dashboard.scss.components' 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 'openstack_dashboard.static.dashboard.scss.components' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.dashboard.scss.components' 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 'openstack_dashboard.static.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.js' 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 'openstack_dashboard.static.js' 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 'openstack_dashboard.static.js' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.js' 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 'openstack_dashboard.static.js.angular.directives' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.static.js.angular.directives' 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 'openstack_dashboard.static.js.angular.directives' 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 'openstack_dashboard.static.js.angular.directives' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.static.js.angular.directives' 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 'openstack_dashboard.templates' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates' 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 'openstack_dashboard.templates' 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 'openstack_dashboard.templates' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates' 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 'openstack_dashboard.templates.angular' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates.angular' 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 'openstack_dashboard.templates.angular' 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 'openstack_dashboard.templates.angular' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates.angular' 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 'openstack_dashboard.templates.auth' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates.auth' 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 'openstack_dashboard.templates.auth' 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 'openstack_dashboard.templates.auth' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates.auth' 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 'openstack_dashboard.templates.context_selection' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates.context_selection' 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 'openstack_dashboard.templates.context_selection' 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 'openstack_dashboard.templates.context_selection' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates.context_selection' 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 'openstack_dashboard.templates.header' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates.header' 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 'openstack_dashboard.templates.header' 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 'openstack_dashboard.templates.header' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates.header' 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 'openstack_dashboard.templates.horizon' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates.horizon' 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 'openstack_dashboard.templates.horizon' 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 'openstack_dashboard.templates.horizon' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates.horizon' 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 'openstack_dashboard.templates.themes' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.templates.themes' 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 'openstack_dashboard.templates.themes' 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 'openstack_dashboard.templates.themes' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.templates.themes' 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 'openstack_dashboard.test.selenium' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.selenium' 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 'openstack_dashboard.test.selenium' 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 'openstack_dashboard.test.selenium' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.selenium' 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 'openstack_dashboard.test.selenium.integration' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.selenium.integration' 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 'openstack_dashboard.test.selenium.integration' 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 'openstack_dashboard.test.selenium.integration' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.selenium.integration' 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 'openstack_dashboard.test.selenium.ui' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.selenium.ui' 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 'openstack_dashboard.test.selenium.ui' 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 'openstack_dashboard.test.selenium.ui' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.selenium.ui' 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 'openstack_dashboard.test.templates' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.templates' 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 'openstack_dashboard.test.templates' 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 'openstack_dashboard.test.templates' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.templates' 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 'openstack_dashboard.test.templates.registration' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.templates.registration' 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 'openstack_dashboard.test.templates.registration' 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 'openstack_dashboard.test.templates.registration' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.templates.registration' 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 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' 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 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' 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 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' 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 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' 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 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' 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 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' 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 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' 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 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' 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 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' 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 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' 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 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' 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 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' 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 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' 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 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' 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 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' 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 'openstack_dashboard.themes.default' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.default' 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 'openstack_dashboard.themes.default' 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 'openstack_dashboard.themes.default' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.default' 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 'openstack_dashboard.themes.default.horizon.components' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.default.horizon.components' 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 'openstack_dashboard.themes.default.horizon.components' 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 'openstack_dashboard.themes.default.horizon.components' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.default.horizon.components' 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 'openstack_dashboard.themes.example.static' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.example.static' 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 'openstack_dashboard.themes.example.static' 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 'openstack_dashboard.themes.example.static' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.example.static' 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 'openstack_dashboard.themes.example.static.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.example.static.js' 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 'openstack_dashboard.themes.example.static.js' 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 'openstack_dashboard.themes.example.static.js' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.example.static.js' 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 'openstack_dashboard.themes.example.templates' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.example.templates' 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 'openstack_dashboard.themes.example.templates' 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 'openstack_dashboard.themes.example.templates' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.example.templates' 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 'openstack_dashboard.themes.example.templates.auth' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.example.templates.auth' 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 'openstack_dashboard.themes.example.templates.auth' 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 'openstack_dashboard.themes.example.templates.auth' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.example.templates.auth' 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 'openstack_dashboard.themes.material.static' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.static' 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 'openstack_dashboard.themes.material.static' 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 'openstack_dashboard.themes.material.static' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.static' 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 'openstack_dashboard.themes.material.static.bootstrap' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.static.bootstrap' 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 'openstack_dashboard.themes.material.static.bootstrap' 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 'openstack_dashboard.themes.material.static.bootstrap' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.static.bootstrap' 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 'openstack_dashboard.themes.material.static.horizon' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.static.horizon' 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 'openstack_dashboard.themes.material.static.horizon' 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 'openstack_dashboard.themes.material.static.horizon' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.static.horizon' 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 'openstack_dashboard.themes.material.static.horizon.components' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.static.horizon.components' 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 'openstack_dashboard.themes.material.static.horizon.components' 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 'openstack_dashboard.themes.material.static.horizon.components' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.static.horizon.components' 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 'openstack_dashboard.themes.material.static.js' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.static.js' 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 'openstack_dashboard.themes.material.static.js' 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 'openstack_dashboard.themes.material.static.js' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.static.js' 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 'openstack_dashboard.themes.material.templates.auth' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.templates.auth' 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 'openstack_dashboard.themes.material.templates.auth' 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 'openstack_dashboard.themes.material.templates.auth' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.templates.auth' 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 'openstack_dashboard.themes.material.templates.header' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.templates.header' 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 'openstack_dashboard.themes.material.templates.header' 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 'openstack_dashboard.themes.material.templates.header' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.templates.header' 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 'openstack_dashboard.themes.material.templates.horizon' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.templates.horizon' 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 'openstack_dashboard.themes.material.templates.horizon' 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 'openstack_dashboard.themes.material.templates.horizon' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.templates.horizon' 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 'openstack_dashboard.themes.material.templates.horizon.client_side' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.templates.horizon.client_side' 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 'openstack_dashboard.themes.material.templates.horizon.client_side' 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 'openstack_dashboard.themes.material.templates.horizon.client_side' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.templates.horizon.client_side' 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 'openstack_dashboard.themes.material.templates.material' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'openstack_dashboard.themes.material.templates.material' 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 'openstack_dashboard.themes.material.templates.material' 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 'openstack_dashboard.themes.material.templates.material' to be distributed and are DEBUG: already explicitly excluding 'openstack_dashboard.themes.material.templates.material' 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/horizon/test/messages DEBUG: copying horizon/test/messages/test_info.json -> build/lib/horizon/test/messages DEBUG: copying horizon/test/messages/test_invalid.json -> build/lib/horizon/test/messages DEBUG: copying horizon/test/messages/test_warning.json -> build/lib/horizon/test/messages DEBUG: creating build/lib/horizon/test/selenium DEBUG: copying horizon/test/selenium/selenium_tests.py -> build/lib/horizon/test/selenium DEBUG: creating build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/404.html -> build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/_tab.html -> build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/angular.html -> build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/base-sidebar.html -> build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/base.html -> build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/tab_group.html -> build/lib/horizon/test/templates DEBUG: copying horizon/test/templates/workflow.html -> build/lib/horizon/test/templates DEBUG: creating build/lib/horizon/test/templates/registration DEBUG: copying horizon/test/templates/registration/login.html -> build/lib/horizon/test/templates/registration DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/puppies/templates DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html -> build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies DEBUG: copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html -> build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies DEBUG: creating build/lib/horizon/test/test_dashboards/cats/kittens/templates DEBUG: creating build/lib/horizon/test/test_dashboards/cats/kittens/templates/kittens DEBUG: copying horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html -> build/lib/horizon/test/test_dashboards/cats/kittens/templates/kittens DEBUG: creating build/lib/horizon/test/test_dashboards/cats/static DEBUG: creating build/lib/horizon/test/test_dashboards/cats/static/cats DEBUG: creating build/lib/horizon/test/test_dashboards/cats/static/cats/js DEBUG: copying horizon/test/test_dashboards/cats/static/cats/js/cats.js -> build/lib/horizon/test/test_dashboards/cats/static/cats/js DEBUG: creating build/lib/horizon/test/test_dashboards/cats/static/cats/scss DEBUG: copying horizon/test/test_dashboards/cats/static/cats/scss/cats.scss -> build/lib/horizon/test/test_dashboards/cats/static/cats/scss DEBUG: creating build/lib/horizon/test/test_dashboards/cats/templates DEBUG: creating build/lib/horizon/test/test_dashboards/cats/templates/cats DEBUG: copying horizon/test/test_dashboards/cats/templates/cats/base.html -> build/lib/horizon/test/test_dashboards/cats/templates/cats DEBUG: creating build/lib/horizon/test/test_dashboards/cats/tigers/templates DEBUG: creating build/lib/horizon/test/test_dashboards/cats/tigers/templates/tigers DEBUG: copying horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html -> build/lib/horizon/test/test_dashboards/cats/tigers/templates/tigers DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/static DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/static/dogs DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/static/dogs/js DEBUG: copying horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js -> build/lib/horizon/test/test_dashboards/dogs/static/dogs/js DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/static/dogs/scss DEBUG: copying horizon/test/test_dashboards/dogs/static/dogs/scss/dogs.scss -> build/lib/horizon/test/test_dashboards/dogs/static/dogs/scss DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/templates DEBUG: creating build/lib/horizon/test/test_dashboards/dogs/templates/dogs DEBUG: copying horizon/test/test_dashboards/dogs/templates/dogs/base.html -> build/lib/horizon/test/test_dashboards/dogs/templates/dogs DEBUG: copying horizon/karma.conf.js -> build/lib/horizon DEBUG: creating build/lib/horizon/locale DEBUG: creating build/lib/horizon/locale/ar DEBUG: creating build/lib/horizon/locale/ar/LC_MESSAGES DEBUG: copying horizon/locale/ar/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ar/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/ca DEBUG: creating build/lib/horizon/locale/ca/LC_MESSAGES DEBUG: copying horizon/locale/ca/LC_MESSAGES/django.po -> build/lib/horizon/locale/ca/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/cs DEBUG: creating build/lib/horizon/locale/cs/LC_MESSAGES DEBUG: copying horizon/locale/cs/LC_MESSAGES/django.po -> build/lib/horizon/locale/cs/LC_MESSAGES DEBUG: copying horizon/locale/cs/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/cs/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/de DEBUG: creating build/lib/horizon/locale/de/LC_MESSAGES DEBUG: copying horizon/locale/de/LC_MESSAGES/django.po -> build/lib/horizon/locale/de/LC_MESSAGES DEBUG: copying horizon/locale/de/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/de/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/en_AU DEBUG: creating build/lib/horizon/locale/en_AU/LC_MESSAGES DEBUG: copying horizon/locale/en_AU/LC_MESSAGES/django.po -> build/lib/horizon/locale/en_AU/LC_MESSAGES DEBUG: copying horizon/locale/en_AU/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/en_AU/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/en_GB DEBUG: creating build/lib/horizon/locale/en_GB/LC_MESSAGES DEBUG: copying horizon/locale/en_GB/LC_MESSAGES/django.po -> build/lib/horizon/locale/en_GB/LC_MESSAGES DEBUG: copying horizon/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/en_GB/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/eo DEBUG: creating build/lib/horizon/locale/eo/LC_MESSAGES DEBUG: copying horizon/locale/eo/LC_MESSAGES/django.po -> build/lib/horizon/locale/eo/LC_MESSAGES DEBUG: copying horizon/locale/eo/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/eo/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/es DEBUG: creating build/lib/horizon/locale/es/LC_MESSAGES DEBUG: copying horizon/locale/es/LC_MESSAGES/django.po -> build/lib/horizon/locale/es/LC_MESSAGES DEBUG: copying horizon/locale/es/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/es/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/es_MX DEBUG: creating build/lib/horizon/locale/es_MX/LC_MESSAGES DEBUG: copying horizon/locale/es_MX/LC_MESSAGES/django.po -> build/lib/horizon/locale/es_MX/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/fi_FI DEBUG: creating build/lib/horizon/locale/fi_FI/LC_MESSAGES DEBUG: copying horizon/locale/fi_FI/LC_MESSAGES/django.po -> build/lib/horizon/locale/fi_FI/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/fil DEBUG: creating build/lib/horizon/locale/fil/LC_MESSAGES DEBUG: copying horizon/locale/fil/LC_MESSAGES/django.po -> build/lib/horizon/locale/fil/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/fr DEBUG: creating build/lib/horizon/locale/fr/LC_MESSAGES DEBUG: copying horizon/locale/fr/LC_MESSAGES/django.po -> build/lib/horizon/locale/fr/LC_MESSAGES DEBUG: copying horizon/locale/fr/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/fr/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/hi DEBUG: creating build/lib/horizon/locale/hi/LC_MESSAGES DEBUG: copying horizon/locale/hi/LC_MESSAGES/django.po -> build/lib/horizon/locale/hi/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/hu DEBUG: creating build/lib/horizon/locale/hu/LC_MESSAGES DEBUG: copying horizon/locale/hu/LC_MESSAGES/django.po -> build/lib/horizon/locale/hu/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/id DEBUG: creating build/lib/horizon/locale/id/LC_MESSAGES DEBUG: copying horizon/locale/id/LC_MESSAGES/django.po -> build/lib/horizon/locale/id/LC_MESSAGES DEBUG: copying horizon/locale/id/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/id/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/it DEBUG: creating build/lib/horizon/locale/it/LC_MESSAGES DEBUG: copying horizon/locale/it/LC_MESSAGES/django.po -> build/lib/horizon/locale/it/LC_MESSAGES DEBUG: copying horizon/locale/it/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/it/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/ja DEBUG: creating build/lib/horizon/locale/ja/LC_MESSAGES DEBUG: copying horizon/locale/ja/LC_MESSAGES/django.po -> build/lib/horizon/locale/ja/LC_MESSAGES DEBUG: copying horizon/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ja/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/ka_GE DEBUG: creating build/lib/horizon/locale/ka_GE/LC_MESSAGES DEBUG: copying horizon/locale/ka_GE/LC_MESSAGES/django.po -> build/lib/horizon/locale/ka_GE/LC_MESSAGES DEBUG: copying horizon/locale/ka_GE/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ka_GE/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/ko_KR DEBUG: creating build/lib/horizon/locale/ko_KR/LC_MESSAGES DEBUG: copying horizon/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/horizon/locale/ko_KR/LC_MESSAGES DEBUG: copying horizon/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ko_KR/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/nl_NL DEBUG: creating build/lib/horizon/locale/nl_NL/LC_MESSAGES DEBUG: copying horizon/locale/nl_NL/LC_MESSAGES/django.po -> build/lib/horizon/locale/nl_NL/LC_MESSAGES DEBUG: copying horizon/locale/nl_NL/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/nl_NL/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/pa_IN DEBUG: creating build/lib/horizon/locale/pa_IN/LC_MESSAGES DEBUG: copying horizon/locale/pa_IN/LC_MESSAGES/django.po -> build/lib/horizon/locale/pa_IN/LC_MESSAGES DEBUG: copying horizon/locale/pa_IN/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/pa_IN/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/pl_PL DEBUG: creating build/lib/horizon/locale/pl_PL/LC_MESSAGES DEBUG: copying horizon/locale/pl_PL/LC_MESSAGES/django.po -> build/lib/horizon/locale/pl_PL/LC_MESSAGES DEBUG: copying horizon/locale/pl_PL/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/pl_PL/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/pt DEBUG: creating build/lib/horizon/locale/pt/LC_MESSAGES DEBUG: copying horizon/locale/pt/LC_MESSAGES/django.po -> build/lib/horizon/locale/pt/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/pt_BR DEBUG: creating build/lib/horizon/locale/pt_BR/LC_MESSAGES DEBUG: copying horizon/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/horizon/locale/pt_BR/LC_MESSAGES DEBUG: copying horizon/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/pt_BR/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/ru DEBUG: creating build/lib/horizon/locale/ru/LC_MESSAGES DEBUG: copying horizon/locale/ru/LC_MESSAGES/django.po -> build/lib/horizon/locale/ru/LC_MESSAGES DEBUG: copying horizon/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ru/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/sl_SI DEBUG: creating build/lib/horizon/locale/sl_SI/LC_MESSAGES DEBUG: copying horizon/locale/sl_SI/LC_MESSAGES/django.po -> build/lib/horizon/locale/sl_SI/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/sr DEBUG: creating build/lib/horizon/locale/sr/LC_MESSAGES DEBUG: copying horizon/locale/sr/LC_MESSAGES/django.po -> build/lib/horizon/locale/sr/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/tr_TR DEBUG: creating build/lib/horizon/locale/tr_TR/LC_MESSAGES DEBUG: copying horizon/locale/tr_TR/LC_MESSAGES/django.po -> build/lib/horizon/locale/tr_TR/LC_MESSAGES DEBUG: copying horizon/locale/tr_TR/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/tr_TR/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/zh_Hans DEBUG: creating build/lib/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: copying horizon/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: copying horizon/locale/zh_Hans/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: creating build/lib/horizon/locale/zh_Hant DEBUG: creating build/lib/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: copying horizon/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: copying horizon/locale/zh_Hant/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: creating build/lib/horizon/static DEBUG: creating build/lib/horizon/static/auth DEBUG: copying horizon/static/auth/.eslintrc -> build/lib/horizon/static/auth DEBUG: copying horizon/static/auth/auth.module.js -> build/lib/horizon/static/auth DEBUG: creating build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login-finder.directive.js -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.controller.js -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.controller.spec.js -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.module.js -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.module.spec.js -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.regular.mock.html -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.spec.js -> build/lib/horizon/static/auth/login DEBUG: copying horizon/static/auth/login/login.websso.mock.html -> build/lib/horizon/static/auth/login DEBUG: creating build/lib/horizon/static/framework DEBUG: copying horizon/static/framework/.eslintrc -> build/lib/horizon/static/framework DEBUG: copying horizon/static/framework/framework.module.js -> build/lib/horizon/static/framework DEBUG: copying horizon/static/framework/framework.module.spec.js -> build/lib/horizon/static/framework DEBUG: copying horizon/static/framework/framework.scss -> build/lib/horizon/static/framework DEBUG: creating build/lib/horizon/static/framework/conf DEBUG: copying horizon/static/framework/conf/conf.js -> build/lib/horizon/static/framework/conf DEBUG: copying horizon/static/framework/conf/permissions.service.js -> build/lib/horizon/static/framework/conf DEBUG: copying horizon/static/framework/conf/permissions.service.spec.js -> build/lib/horizon/static/framework/conf DEBUG: copying horizon/static/framework/conf/resource-type-registry.service.js -> build/lib/horizon/static/framework/conf DEBUG: copying horizon/static/framework/conf/resource-type-registry.service.spec.js -> build/lib/horizon/static/framework/conf DEBUG: creating build/lib/horizon/static/framework/util DEBUG: copying horizon/static/framework/util/util.module.js -> build/lib/horizon/static/framework/util DEBUG: creating build/lib/horizon/static/framework/util/actions DEBUG: copying horizon/static/framework/util/actions/action-result.service.js -> build/lib/horizon/static/framework/util/actions DEBUG: copying horizon/static/framework/util/actions/action-result.service.spec.js -> build/lib/horizon/static/framework/util/actions DEBUG: copying horizon/static/framework/util/actions/actions.module.js -> build/lib/horizon/static/framework/util/actions DEBUG: creating build/lib/horizon/static/framework/util/bind-scope DEBUG: copying horizon/static/framework/util/bind-scope/bind-scope.directive.js -> build/lib/horizon/static/framework/util/bind-scope DEBUG: copying horizon/static/framework/util/bind-scope/bind-scope.module.js -> build/lib/horizon/static/framework/util/bind-scope DEBUG: copying horizon/static/framework/util/bind-scope/bind-scope.spec.js -> build/lib/horizon/static/framework/util/bind-scope DEBUG: creating build/lib/horizon/static/framework/util/extensible DEBUG: copying horizon/static/framework/util/extensible/extensible.module.js -> build/lib/horizon/static/framework/util/extensible DEBUG: copying horizon/static/framework/util/extensible/extensible.service.js -> build/lib/horizon/static/framework/util/extensible DEBUG: copying horizon/static/framework/util/extensible/extensible.service.spec.js -> build/lib/horizon/static/framework/util/extensible DEBUG: creating build/lib/horizon/static/framework/util/file DEBUG: copying horizon/static/framework/util/file/file-reader.service.js -> build/lib/horizon/static/framework/util/file DEBUG: copying horizon/static/framework/util/file/file-reader.service.spec.js -> build/lib/horizon/static/framework/util/file DEBUG: copying horizon/static/framework/util/file/file.module.js -> build/lib/horizon/static/framework/util/file DEBUG: copying horizon/static/framework/util/file/text-download.service.js -> build/lib/horizon/static/framework/util/file DEBUG: copying horizon/static/framework/util/file/text-download.service.spec.js -> build/lib/horizon/static/framework/util/file DEBUG: creating build/lib/horizon/static/framework/util/filters DEBUG: copying horizon/static/framework/util/filters/filters.js -> build/lib/horizon/static/framework/util/filters DEBUG: copying horizon/static/framework/util/filters/filters.module.js -> build/lib/horizon/static/framework/util/filters DEBUG: copying horizon/static/framework/util/filters/filters.spec.js -> build/lib/horizon/static/framework/util/filters DEBUG: copying horizon/static/framework/util/filters/helpers.borrowed-from-underscore.js -> build/lib/horizon/static/framework/util/filters DEBUG: creating build/lib/horizon/static/framework/util/http DEBUG: copying horizon/static/framework/util/http/http.js -> build/lib/horizon/static/framework/util/http DEBUG: copying horizon/static/framework/util/http/http.spec.js -> build/lib/horizon/static/framework/util/http DEBUG: creating build/lib/horizon/static/framework/util/i18n DEBUG: copying horizon/static/framework/util/i18n/i18n.js -> build/lib/horizon/static/framework/util/i18n DEBUG: copying horizon/static/framework/util/i18n/i18n.spec.js -> build/lib/horizon/static/framework/util/i18n DEBUG: creating build/lib/horizon/static/framework/util/navigations DEBUG: copying horizon/static/framework/util/navigations/navigations.module.js -> build/lib/horizon/static/framework/util/navigations DEBUG: copying horizon/static/framework/util/navigations/navigations.service.js -> build/lib/horizon/static/framework/util/navigations DEBUG: copying horizon/static/framework/util/navigations/navigations.service.spec.js -> build/lib/horizon/static/framework/util/navigations DEBUG: creating build/lib/horizon/static/framework/util/promise-toggle DEBUG: copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.js -> build/lib/horizon/static/framework/util/promise-toggle DEBUG: copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.mock.js -> build/lib/horizon/static/framework/util/promise-toggle DEBUG: copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.spec.js -> build/lib/horizon/static/framework/util/promise-toggle DEBUG: copying horizon/static/framework/util/promise-toggle/promise-toggle.module.js -> build/lib/horizon/static/framework/util/promise-toggle DEBUG: creating build/lib/horizon/static/framework/util/q DEBUG: copying horizon/static/framework/util/q/q.extensions.js -> build/lib/horizon/static/framework/util/q DEBUG: copying horizon/static/framework/util/q/q.extensions.spec.js -> build/lib/horizon/static/framework/util/q DEBUG: copying horizon/static/framework/util/q/q.module.js -> build/lib/horizon/static/framework/util/q DEBUG: copying horizon/static/framework/util/q/q.module.spec.js -> build/lib/horizon/static/framework/util/q DEBUG: creating build/lib/horizon/static/framework/util/tech-debt DEBUG: copying horizon/static/framework/util/tech-debt/dummy.controller.js -> build/lib/horizon/static/framework/util/tech-debt DEBUG: copying horizon/static/framework/util/tech-debt/helper-functions.service.js -> build/lib/horizon/static/framework/util/tech-debt DEBUG: copying horizon/static/framework/util/tech-debt/helper-functions.service.spec.js -> build/lib/horizon/static/framework/util/tech-debt DEBUG: copying horizon/static/framework/util/tech-debt/image-file-on-change.directive.js -> build/lib/horizon/static/framework/util/tech-debt DEBUG: copying horizon/static/framework/util/tech-debt/tech-debt.module.js -> build/lib/horizon/static/framework/util/tech-debt DEBUG: creating build/lib/horizon/static/framework/util/timezones DEBUG: copying horizon/static/framework/util/timezones/timezone.service.js -> build/lib/horizon/static/framework/util/timezones DEBUG: copying horizon/static/framework/util/timezones/timezone.service.spec.js -> build/lib/horizon/static/framework/util/timezones DEBUG: creating build/lib/horizon/static/framework/util/uuid DEBUG: copying horizon/static/framework/util/uuid/uuid.js -> build/lib/horizon/static/framework/util/uuid DEBUG: copying horizon/static/framework/util/uuid/uuid.spec.js -> build/lib/horizon/static/framework/util/uuid DEBUG: creating build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/hz-password-match.directive.js -> build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/hz-password-match.directive.spec.js -> build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/validate-number-max.directive.js -> build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/validate-number-min.directive.js -> build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/validate-unique.js -> build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/validators.module.js -> build/lib/horizon/static/framework/util/validators DEBUG: copying horizon/static/framework/util/validators/validators.spec.js -> build/lib/horizon/static/framework/util/validators DEBUG: creating build/lib/horizon/static/framework/util/workflow DEBUG: copying horizon/static/framework/util/workflow/workflow.module.js -> build/lib/horizon/static/framework/util/workflow DEBUG: copying horizon/static/framework/util/workflow/workflow.service.js -> build/lib/horizon/static/framework/util/workflow DEBUG: copying horizon/static/framework/util/workflow/workflow.spec.js -> build/lib/horizon/static/framework/util/workflow DEBUG: creating build/lib/horizon/static/framework/widgets DEBUG: copying horizon/static/framework/widgets/widgets.module.js -> build/lib/horizon/static/framework/widgets DEBUG: copying horizon/static/framework/widgets/widgets.module.spec.js -> build/lib/horizon/static/framework/widgets DEBUG: copying horizon/static/framework/widgets/widgets.scss -> build/lib/horizon/static/framework/widgets DEBUG: creating build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action-list.directive.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action-list.module.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action-list.scss -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action-list.single-button-dropdown.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action-list.spec.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action-list.split-botton-dropdown.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action.directive.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/action.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-batch.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-create.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-danger.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-delete-selected.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-delete.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-detail.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions-row.template.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.batch.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.controller.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.custom.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.custom2.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.detail.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.directive.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.directive.spec.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.row.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/actions.service.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/button-group.mock.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/button-tooltip.directive.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/menu-item.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/menu.directive.js -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/menu.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/single-button.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/split-button.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: copying horizon/static/framework/widgets/action-list/warning-tooltip.html -> build/lib/horizon/static/framework/widgets/action-list DEBUG: creating build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/chart-tooltip.directive.js -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/chart-tooltip.html -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/chart-tooltip.scss -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/chart-tooltip.spec.js -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/charts.module.js -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/charts.spec.js -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/pie-chart.directive.js -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/pie-chart.html -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/pie-chart.scss -> build/lib/horizon/static/framework/widgets/charts DEBUG: copying horizon/static/framework/widgets/charts/pie-chart.spec.js -> build/lib/horizon/static/framework/widgets/charts DEBUG: creating build/lib/horizon/static/framework/widgets/contenteditable DEBUG: copying horizon/static/framework/widgets/contenteditable/contenteditable.directive.js -> build/lib/horizon/static/framework/widgets/contenteditable DEBUG: copying horizon/static/framework/widgets/contenteditable/contenteditable.directive.spec.js -> build/lib/horizon/static/framework/widgets/contenteditable DEBUG: copying horizon/static/framework/widgets/contenteditable/contenteditable.module.js -> build/lib/horizon/static/framework/widgets/contenteditable DEBUG: creating build/lib/horizon/static/framework/widgets/details DEBUG: copying horizon/static/framework/widgets/details/details.directive.js -> build/lib/horizon/static/framework/widgets/details DEBUG: copying horizon/static/framework/widgets/details/details.html -> build/lib/horizon/static/framework/widgets/details DEBUG: copying horizon/static/framework/widgets/details/details.module.js -> build/lib/horizon/static/framework/widgets/details DEBUG: copying horizon/static/framework/widgets/details/routed-details-view.controller.js -> build/lib/horizon/static/framework/widgets/details DEBUG: copying horizon/static/framework/widgets/details/routed-details-view.controller.spec.js -> build/lib/horizon/static/framework/widgets/details DEBUG: copying horizon/static/framework/widgets/details/routed-details-view.html -> build/lib/horizon/static/framework/widgets/details DEBUG: creating build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/builders.provider.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/builders.provider.spec.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/decorator.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/decorator.spec.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/form.module.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/modal-form.controller.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/modal-form.controller.spec.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/modal-form.html -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/modal-form.service.js -> build/lib/horizon/static/framework/widgets/form DEBUG: copying horizon/static/framework/widgets/form/modal-form.service.spec.js -> build/lib/horizon/static/framework/widgets/form DEBUG: creating build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/array.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/checkbox.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/checkboxes.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/default.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/fieldset.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/help.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/password-confirm.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/radio-buttons.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/radios-inline.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/radios.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/section.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/select.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/submit.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/tabarray.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/tabs.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: copying horizon/static/framework/widgets/form/fields/textarea.html -> build/lib/horizon/static/framework/widgets/form/fields DEBUG: creating build/lib/horizon/static/framework/widgets/headers DEBUG: copying horizon/static/framework/widgets/headers/headers.module.js -> build/lib/horizon/static/framework/widgets/headers DEBUG: copying horizon/static/framework/widgets/headers/headers.module.spec.js -> build/lib/horizon/static/framework/widgets/headers DEBUG: copying horizon/static/framework/widgets/headers/headers.scss -> build/lib/horizon/static/framework/widgets/headers DEBUG: copying horizon/static/framework/widgets/headers/hz-page-header.directive.js -> build/lib/horizon/static/framework/widgets/headers DEBUG: copying horizon/static/framework/widgets/headers/hz-page-header.directive.spec.js -> build/lib/horizon/static/framework/widgets/headers DEBUG: copying horizon/static/framework/widgets/headers/hz-page-header.html -> build/lib/horizon/static/framework/widgets/headers DEBUG: creating build/lib/horizon/static/framework/widgets/help-panel DEBUG: copying horizon/static/framework/widgets/help-panel/help-panel.directive.js -> build/lib/horizon/static/framework/widgets/help-panel DEBUG: copying horizon/static/framework/widgets/help-panel/help-panel.directive.spec.js -> build/lib/horizon/static/framework/widgets/help-panel DEBUG: copying horizon/static/framework/widgets/help-panel/help-panel.html -> build/lib/horizon/static/framework/widgets/help-panel DEBUG: copying horizon/static/framework/widgets/help-panel/help-panel.module.js -> build/lib/horizon/static/framework/widgets/help-panel DEBUG: copying horizon/static/framework/widgets/help-panel/help-panel.module.spec.js -> build/lib/horizon/static/framework/widgets/help-panel DEBUG: creating build/lib/horizon/static/framework/widgets/load-edit DEBUG: copying horizon/static/framework/widgets/load-edit/load-edit.directive.js -> build/lib/horizon/static/framework/widgets/load-edit DEBUG: copying horizon/static/framework/widgets/load-edit/load-edit.directive.spec.js -> build/lib/horizon/static/framework/widgets/load-edit DEBUG: copying horizon/static/framework/widgets/load-edit/load-edit.html -> build/lib/horizon/static/framework/widgets/load-edit DEBUG: copying horizon/static/framework/widgets/load-edit/load-edit.module.js -> build/lib/horizon/static/framework/widgets/load-edit DEBUG: creating build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.directive.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.html -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.controller.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.directive.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.html -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.module.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.scss -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.service.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/magic-search.service.spec.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/st-magic-search.directive.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: copying horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js -> build/lib/horizon/static/framework/widgets/magic-search DEBUG: creating build/lib/horizon/static/framework/widgets/metadata DEBUG: copying horizon/static/framework/widgets/metadata/metadata.module.js -> build/lib/horizon/static/framework/widgets/metadata DEBUG: copying horizon/static/framework/widgets/metadata/metadata.scss -> build/lib/horizon/static/framework/widgets/metadata DEBUG: creating build/lib/horizon/static/framework/widgets/metadata/display DEBUG: copying horizon/static/framework/widgets/metadata/display/display.module.js -> build/lib/horizon/static/framework/widgets/metadata/display DEBUG: copying horizon/static/framework/widgets/metadata/display/display.scss -> build/lib/horizon/static/framework/widgets/metadata/display DEBUG: copying horizon/static/framework/widgets/metadata/display/display.spec.js -> build/lib/horizon/static/framework/widgets/metadata/display DEBUG: copying horizon/static/framework/widgets/metadata/display/metadata-display.controller.js -> build/lib/horizon/static/framework/widgets/metadata/display DEBUG: copying horizon/static/framework/widgets/metadata/display/metadata-display.directive.js -> build/lib/horizon/static/framework/widgets/metadata/display DEBUG: copying horizon/static/framework/widgets/metadata/display/metadata-display.html -> build/lib/horizon/static/framework/widgets/metadata/display DEBUG: creating build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.spec.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.directive.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.html -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree.controller.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree.directive.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/metadata-tree.html -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/tree.module.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/tree.scss -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/tree.service.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: copying horizon/static/framework/widgets/metadata/tree/tree.spec.js -> build/lib/horizon/static/framework/widgets/metadata/tree DEBUG: creating build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/delete-modal.service.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/delete-modal.service.spec.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/modal.module.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/simple-modal.controller.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/simple-modal.html -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/simple-modal.service.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/simple-modal.spec.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/wizard-modal.service.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/wizard-modal.service.spec.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/wizard.controller.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: copying horizon/static/framework/widgets/modal/wizard.controller.spec.js -> build/lib/horizon/static/framework/widgets/modal DEBUG: creating build/lib/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.directive.js -> build/lib/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.module.js -> build/lib/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.service.js -> build/lib/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.spec.js -> build/lib/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.template.html -> build/lib/horizon/static/framework/widgets/modal-wait-spinner DEBUG: creating build/lib/horizon/static/framework/widgets/panel DEBUG: copying horizon/static/framework/widgets/panel/hz-resource-panel.controller.js -> build/lib/horizon/static/framework/widgets/panel DEBUG: copying horizon/static/framework/widgets/panel/hz-resource-panel.controller.spec.js -> build/lib/horizon/static/framework/widgets/panel DEBUG: copying horizon/static/framework/widgets/panel/hz-resource-panel.directive.js -> build/lib/horizon/static/framework/widgets/panel DEBUG: copying horizon/static/framework/widgets/panel/hz-resource-panel.html -> build/lib/horizon/static/framework/widgets/panel DEBUG: copying horizon/static/framework/widgets/panel/panel.module.js -> build/lib/horizon/static/framework/widgets/panel DEBUG: creating build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-field.directive.js -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-resource-property-list.directive.js -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-resource-property-list.html -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-resource-property.controller.js -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-resource-property.directive.js -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-resource-property.directive.spec.js -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/hz-resource-property.html -> build/lib/horizon/static/framework/widgets/property DEBUG: copying horizon/static/framework/widgets/property/property.module.js -> build/lib/horizon/static/framework/widgets/property DEBUG: creating build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-cell.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-detail-row.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-detail-row.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-dynamic-table.controller.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-dynamic-table.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-dynamic-table.directive.spec.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-dynamic-table.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-dynamic-table.scss -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-dynamic-table.spec.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-expand-detail.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-no-items.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-no-items.directive.spec.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-no-items.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-resource-table.controller.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-resource-table.controller.spec.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-resource-table.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-resource-table.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-search-bar.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-select-all.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-select.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-table-footer.controller.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-table-footer.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-table-footer.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/hz-table.directive.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/no-items.mock.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/pagination.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/search-bar.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/search-bar.spec.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/st-table.mock.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/table.controller.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/table.mock.html -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/table.module.js -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/table.scss -> build/lib/horizon/static/framework/widgets/table DEBUG: copying horizon/static/framework/widgets/table/table.spec.js -> build/lib/horizon/static/framework/widgets/table DEBUG: creating build/lib/horizon/static/framework/widgets/toast DEBUG: copying horizon/static/framework/widgets/toast/toast.directive.js -> build/lib/horizon/static/framework/widgets/toast DEBUG: copying horizon/static/framework/widgets/toast/toast.html -> build/lib/horizon/static/framework/widgets/toast DEBUG: copying horizon/static/framework/widgets/toast/toast.module.js -> build/lib/horizon/static/framework/widgets/toast DEBUG: copying horizon/static/framework/widgets/toast/toast.service.js -> build/lib/horizon/static/framework/widgets/toast DEBUG: copying horizon/static/framework/widgets/toast/toast.spec.js -> build/lib/horizon/static/framework/widgets/toast DEBUG: creating build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/filter-available.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/filter-available.spec.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.basic.mock.html -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.clone.mock.html -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.controller.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.controller.spec.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.directive.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.directive.spec.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.example.html -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.html -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.max-1.mock.html -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.max-2.mock.html -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.module.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: copying horizon/static/framework/widgets/transfer-table/transfer-table.module.spec.js -> build/lib/horizon/static/framework/widgets/transfer-table DEBUG: creating build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/modal-container.controller.js -> build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/wizard.controller.js -> build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/wizard.controller.spec.js -> build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/wizard.directive.js -> build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/wizard.html -> build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/wizard.module.js -> build/lib/horizon/static/framework/widgets/wizard DEBUG: copying horizon/static/framework/widgets/wizard/wizard.spec.js -> build/lib/horizon/static/framework/widgets/wizard DEBUG: creating build/lib/horizon/static/horizon DEBUG: copying horizon/static/horizon/.eslintrc -> build/lib/horizon/static/horizon DEBUG: creating build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.communication.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.d3barchart.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.d3linechart.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.d3piechart.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.datepickers.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.extensible_header.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.forms.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.formset_table.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.hacks.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.heattop.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.lists.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.loader.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.membership.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.messages.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.modals.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.selenium.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.sidebar.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.string.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.tables.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.tabs.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.templates.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.users.js -> build/lib/horizon/static/horizon/js DEBUG: copying horizon/static/horizon/js/horizon.uuid.js -> build/lib/horizon/static/horizon/js DEBUG: creating build/lib/horizon/static/horizon/lib DEBUG: creating build/lib/horizon/static/horizon/lib/jquery DEBUG: copying horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js -> build/lib/horizon/static/horizon/lib/jquery DEBUG: creating build/lib/horizon/static/horizon/tests DEBUG: creating build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/instances.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/messages.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/modals.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/quota.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/string.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/tables.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: copying horizon/static/horizon/tests/jasmine/templates.legacy-spec.js -> build/lib/horizon/static/horizon/tests/jasmine DEBUG: creating build/lib/horizon/templates DEBUG: copying horizon/templates/_login_footer.html -> build/lib/horizon/templates DEBUG: copying horizon/templates/_login_form_footer.html -> build/lib/horizon/templates DEBUG: copying horizon/templates/not_authorized.html -> build/lib/horizon/templates DEBUG: creating build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_description.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_login.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_login_form.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_login_modal.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_login_page.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_password_form.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_password_page.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_splash.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_totp_form.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/_totp_page.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/login.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/password.html -> build/lib/horizon/templates/auth DEBUG: copying horizon/templates/auth/totp.html -> build/lib/horizon/templates/auth DEBUG: creating build/lib/horizon/templates/bootstrap DEBUG: copying horizon/templates/bootstrap/breadcrumb.html -> build/lib/horizon/templates/bootstrap DEBUG: copying horizon/templates/bootstrap/progress_bar.html -> build/lib/horizon/templates/bootstrap DEBUG: creating build/lib/horizon/templates/horizon DEBUG: copying horizon/templates/horizon/_messages.html -> build/lib/horizon/templates/horizon DEBUG: copying horizon/templates/horizon/_nav_list.html -> build/lib/horizon/templates/horizon DEBUG: copying horizon/templates/horizon/_script_i18n.html -> build/lib/horizon/templates/horizon DEBUG: copying horizon/templates/horizon/_sidebar.html -> build/lib/horizon/templates/horizon DEBUG: copying horizon/templates/horizon/_subnav_list.html -> build/lib/horizon/templates/horizon DEBUG: creating build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_alert_message.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_confirm.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_loading_inline.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_loading_modal.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_membership.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_modal.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_progress.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_script_loader.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/_table_row.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/template.html -> build/lib/horizon/templates/horizon/client_side DEBUG: copying horizon/templates/horizon/client_side/templates.html -> build/lib/horizon/templates/horizon/client_side DEBUG: creating build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_breadcrumb.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_action.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_cell.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_pagination.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_pagination_with_pages.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_row.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_row_action_row.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_row_actions_dropdown.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_row_actions_row.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_table_actions.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_data_table_view.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_datepicker.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_datepicker_form.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_detail.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_detail_header.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_detail_tab_group.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_detail_table.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_domain_page_header.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_form_errors.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_form_field.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_form_field_decorator.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_form_field_required.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_form_fields.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_formset_table.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_formset_table_row.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_horizontal_field.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_horizontal_fields.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_keystone_provider_selector.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_limit_summary.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_modal.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_modal_form.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_modal_form_add_members.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_page_header.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_region_selector.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_resource_browser.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_sidebar.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_sidebar_module.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_tab_group.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_usage_summary.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_workflow.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_workflow_base.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_workflow_step.html -> build/lib/horizon/templates/horizon/common DEBUG: copying horizon/templates/horizon/common/_workflow_step_update_members.html -> build/lib/horizon/templates/horizon/common DEBUG: creating build/lib/horizon/templates/horizon/common/fields DEBUG: copying horizon/templates/horizon/common/fields/_themable_checkbox.html -> build/lib/horizon/templates/horizon/common/fields DEBUG: copying horizon/templates/horizon/common/fields/_themable_radiobutton.html -> build/lib/horizon/templates/horizon/common/fields DEBUG: copying horizon/templates/horizon/common/fields/_themable_select.html -> build/lib/horizon/templates/horizon/common/fields DEBUG: copying horizon/templates/horizon/common/fields/_themable_spinner.html -> build/lib/horizon/templates/horizon/common/fields DEBUG: creating build/lib/horizon/templates/horizon/jasmine DEBUG: copying horizon/templates/horizon/jasmine/index.html -> build/lib/horizon/templates/horizon/jasmine DEBUG: copying horizon/templates/horizon/jasmine/jasmine.html -> build/lib/horizon/templates/horizon/jasmine DEBUG: copying horizon/templates/horizon/jasmine/jasmine_legacy.html -> build/lib/horizon/templates/horizon/jasmine DEBUG: copying horizon/conf/panel_template/panel.py.tmpl -> build/lib/horizon/conf/panel_template DEBUG: copying horizon/conf/panel_template/tests.py.tmpl -> build/lib/horizon/conf/panel_template DEBUG: copying horizon/conf/panel_template/urls.py.tmpl -> build/lib/horizon/conf/panel_template DEBUG: creating build/lib/horizon/conf/panel_template/templates DEBUG: creating build/lib/horizon/conf/panel_template/templates/panel_name DEBUG: copying horizon/conf/panel_template/templates/panel_name/index.html -> build/lib/horizon/conf/panel_template/templates/panel_name DEBUG: copying horizon/conf/dash_template/dashboard.py.tmpl -> build/lib/horizon/conf/dash_template DEBUG: creating build/lib/horizon/conf/dash_template/static DEBUG: creating build/lib/horizon/conf/dash_template/static/dash_name DEBUG: creating build/lib/horizon/conf/dash_template/static/dash_name/js DEBUG: copying horizon/conf/dash_template/static/dash_name/js/dash_name.js -> build/lib/horizon/conf/dash_template/static/dash_name/js DEBUG: creating build/lib/horizon/conf/dash_template/static/dash_name/scss DEBUG: copying horizon/conf/dash_template/static/dash_name/scss/dash_name.scss -> build/lib/horizon/conf/dash_template/static/dash_name/scss DEBUG: creating build/lib/horizon/conf/dash_template/templates DEBUG: creating build/lib/horizon/conf/dash_template/templates/dash_name DEBUG: copying horizon/conf/dash_template/templates/dash_name/base.html -> build/lib/horizon/conf/dash_template/templates/dash_name DEBUG: creating build/lib/openstack_dashboard/test/integration_tests/tests/test-data DEBUG: copying openstack_dashboard/test/integration_tests/tests/test-data/empty_namespace.json -> build/lib/openstack_dashboard/test/integration_tests/tests/test-data DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/aggregates/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots DEBUG: creating build/lib/openstack_dashboard/contrib/developer/theme_preview/templates DEBUG: creating build/lib/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview DEBUG: copying openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview/index.html -> build/lib/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/instances/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/templates/instances/_rescue.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/admin/instances/templates/instances/rescue.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_actions_list.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_topology_view.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: creating build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_instance.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_net.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying openstack_dashboard/local/enabled/_50_settings.py.example -> build/lib/openstack_dashboard/local/enabled DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/credentials/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/_create.html -> build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/_update.html -> build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/create.html -> build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/identity/credentials/templates/credentials/update.html -> build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/info/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v2.html -> build/lib/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v3.html -> build/lib/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html -> build/lib/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying openstack_dashboard/dashboards/admin/info/templates/info/index.html -> build/lib/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_register.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_update.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/register.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/update.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/_create.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols DEBUG: copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/create.html -> build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols DEBUG: creating build/lib/openstack_dashboard/dashboards/project/overview/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/overview/templates/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv -> build/lib/openstack_dashboard/dashboards/project/overview/templates/overview DEBUG: copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.html -> build/lib/openstack_dashboard/dashboards/project/overview/templates/overview DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/backups/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/templates/backups/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/templates/backups/_update_status.html -> build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/admin/backups/templates/backups/update_status.html -> build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: creating build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_create.html -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/create.html -> build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/_allocate.html -> build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/allocate.html -> build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/detail.html -> build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: creating build/lib/openstack_dashboard/contrib/developer/profiler/templates DEBUG: creating build/lib/openstack_dashboard/contrib/developer/profiler/templates/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/templates/profiler/_mode_picker.html -> build/lib/openstack_dashboard/contrib/developer/profiler/templates/profiler DEBUG: copying openstack_dashboard/contrib/developer/profiler/templates/profiler/index.html -> build/lib/openstack_dashboard/contrib/developer/profiler/templates/profiler DEBUG: creating build/lib/openstack_dashboard/dashboards/project/api_access/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/_credentials.html -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_credentials.html -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/clouds.yaml.template -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/credentials.html -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/ec2rc.sh.template -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/openrc.sh.template -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying openstack_dashboard/dashboards/project/api_access/templates/api_access/recreate_credentials.html -> build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/snapshots/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/_update_status.html -> build/lib/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots DEBUG: copying openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/update_status.html -> build/lib/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots DEBUG: copying openstack_dashboard/test/integration_tests/README.rst -> build/lib/openstack_dashboard/test/integration_tests DEBUG: copying openstack_dashboard/test/integration_tests/horizon.conf -> build/lib/openstack_dashboard/test/integration_tests DEBUG: creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/static DEBUG: creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.scss -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.spec.js -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin_module.js -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates DEBUG: creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/header.html -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel DEBUG: copying openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/index.html -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel DEBUG: creating build/lib/openstack_dashboard/test/test_panels/nonloading_panel/templates DEBUG: creating build/lib/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel DEBUG: copying openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel/index.html -> build/lib/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/projects/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/templates/projects/index.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying openstack_dashboard/.eslintrc -> build/lib/openstack_dashboard DEBUG: copying openstack_dashboard/karma.conf.js -> build/lib/openstack_dashboard DEBUG: creating build/lib/openstack_dashboard/conf DEBUG: copying openstack_dashboard/conf/cinder_policy.yaml -> build/lib/openstack_dashboard/conf DEBUG: copying openstack_dashboard/conf/glance_policy.yaml -> build/lib/openstack_dashboard/conf DEBUG: copying openstack_dashboard/conf/keystone_policy.yaml -> build/lib/openstack_dashboard/conf DEBUG: copying openstack_dashboard/conf/neutron_policy.yaml -> build/lib/openstack_dashboard/conf DEBUG: copying openstack_dashboard/conf/nova_policy.yaml -> build/lib/openstack_dashboard/conf DEBUG: creating build/lib/openstack_dashboard/conf/default_policies DEBUG: copying openstack_dashboard/conf/default_policies/README.txt -> build/lib/openstack_dashboard/conf/default_policies DEBUG: copying openstack_dashboard/conf/default_policies/cinder.yaml -> build/lib/openstack_dashboard/conf/default_policies DEBUG: copying openstack_dashboard/conf/default_policies/glance.yaml -> build/lib/openstack_dashboard/conf/default_policies DEBUG: copying openstack_dashboard/conf/default_policies/keystone.yaml -> build/lib/openstack_dashboard/conf/default_policies DEBUG: copying openstack_dashboard/conf/default_policies/neutron.yaml -> build/lib/openstack_dashboard/conf/default_policies DEBUG: copying openstack_dashboard/conf/default_policies/nova.yaml -> build/lib/openstack_dashboard/conf/default_policies DEBUG: creating build/lib/openstack_dashboard/conf/nova_policy.d DEBUG: copying openstack_dashboard/conf/nova_policy.d/api-extensions.yaml -> build/lib/openstack_dashboard/conf/nova_policy.d DEBUG: creating build/lib/openstack_dashboard/locale DEBUG: creating build/lib/openstack_dashboard/locale/as DEBUG: creating build/lib/openstack_dashboard/locale/as/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/as/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/as/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/bn_IN DEBUG: creating build/lib/openstack_dashboard/locale/bn_IN/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/bn_IN/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/brx DEBUG: creating build/lib/openstack_dashboard/locale/brx/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/brx/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/brx/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/cs DEBUG: creating build/lib/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/cs/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/de DEBUG: creating build/lib/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/de/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/de/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/en_AU DEBUG: creating build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/en_GB DEBUG: creating build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/eo DEBUG: creating build/lib/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/eo/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/es DEBUG: creating build/lib/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/es/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/es/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/fr DEBUG: creating build/lib/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/fr/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/gu DEBUG: creating build/lib/openstack_dashboard/locale/gu/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/gu/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/gu/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/hi DEBUG: creating build/lib/openstack_dashboard/locale/hi/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/hi/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/hi/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/id DEBUG: creating build/lib/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/id/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/id/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/it DEBUG: creating build/lib/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/it/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/it/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ja DEBUG: creating build/lib/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ja/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ka_GE DEBUG: creating build/lib/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/kn DEBUG: creating build/lib/openstack_dashboard/locale/kn/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/kn/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/kn/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ko_KR DEBUG: creating build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/kok DEBUG: creating build/lib/openstack_dashboard/locale/kok/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/kok/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/kok/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ks DEBUG: creating build/lib/openstack_dashboard/locale/ks/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ks/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ks/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/mai DEBUG: creating build/lib/openstack_dashboard/locale/mai/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/mai/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/mai/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/mni DEBUG: creating build/lib/openstack_dashboard/locale/mni/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/mni/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/mni/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/mr DEBUG: creating build/lib/openstack_dashboard/locale/mr/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/mr/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/mr/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ne DEBUG: creating build/lib/openstack_dashboard/locale/ne/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ne/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ne/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/pa_IN DEBUG: creating build/lib/openstack_dashboard/locale/pa_IN/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/pa_IN/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/pl_PL DEBUG: creating build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/pt_BR DEBUG: creating build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ru DEBUG: creating build/lib/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ru/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ta DEBUG: creating build/lib/openstack_dashboard/locale/ta/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ta/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ta/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/tr_TR DEBUG: creating build/lib/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/ur DEBUG: creating build/lib/openstack_dashboard/locale/ur/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/ur/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ur/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/zh_Hans DEBUG: creating build/lib/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/locale/zh_Hant DEBUG: creating build/lib/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: copying openstack_dashboard/locale/zh_Hant/LC_MESSAGES/djangojs.po -> build/lib/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: creating build/lib/openstack_dashboard/static DEBUG: creating build/lib/openstack_dashboard/static/app DEBUG: copying openstack_dashboard/static/app/_app.scss -> build/lib/openstack_dashboard/static/app DEBUG: copying openstack_dashboard/static/app/app.module.js -> build/lib/openstack_dashboard/static/app DEBUG: copying openstack_dashboard/static/app/app.module.spec.js -> build/lib/openstack_dashboard/static/app DEBUG: copying openstack_dashboard/static/app/redirect.controller.js -> build/lib/openstack_dashboard/static/app DEBUG: copying openstack_dashboard/static/app/redirect.controller.spec.js -> build/lib/openstack_dashboard/static/app DEBUG: creating build/lib/openstack_dashboard/static/app/core DEBUG: copying openstack_dashboard/static/app/core/_core.scss -> build/lib/openstack_dashboard/static/app/core DEBUG: copying openstack_dashboard/static/app/core/core-constants.module.js -> build/lib/openstack_dashboard/static/app/core DEBUG: copying openstack_dashboard/static/app/core/core.module.js -> build/lib/openstack_dashboard/static/app/core DEBUG: copying openstack_dashboard/static/app/core/core.module.spec.js -> build/lib/openstack_dashboard/static/app/core DEBUG: creating build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/cloud-services.module.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.spec.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.spec.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.spec.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.spec.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.spec.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: copying openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.spec.js -> build/lib/openstack_dashboard/static/app/core/cloud-services DEBUG: creating build/lib/openstack_dashboard/static/app/core/conf DEBUG: copying openstack_dashboard/static/app/core/conf/conf.module.js -> build/lib/openstack_dashboard/static/app/core/conf DEBUG: creating build/lib/openstack_dashboard/static/app/core/flavors DEBUG: copying openstack_dashboard/static/app/core/flavors/flavors.module.js -> build/lib/openstack_dashboard/static/app/core/flavors DEBUG: copying openstack_dashboard/static/app/core/flavors/flavors.module.spec.js -> build/lib/openstack_dashboard/static/app/core/flavors DEBUG: copying openstack_dashboard/static/app/core/flavors/flavors.service.js -> build/lib/openstack_dashboard/static/app/core/flavors DEBUG: copying openstack_dashboard/static/app/core/flavors/flavors.service.spec.js -> build/lib/openstack_dashboard/static/app/core/flavors DEBUG: copying openstack_dashboard/static/app/core/flavors/panel.html -> build/lib/openstack_dashboard/static/app/core/flavors DEBUG: copying openstack_dashboard/static/app/core/flavors/summary.html -> build/lib/openstack_dashboard/static/app/core/flavors DEBUG: creating build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying openstack_dashboard/static/app/core/flavors/actions/actions.module.js -> build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying openstack_dashboard/static/app/core/flavors/actions/actions.module.spec.js -> build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.js -> build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.spec.js -> build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.js -> build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/flavors/actions DEBUG: creating build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/_images.scss -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/admin-panel.html -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/images.module.js -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/images.module.spec.js -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/images.service.js -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/images.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/panel.html -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/summary.controller.js -> build/lib/openstack_dashboard/static/app/core/images DEBUG: copying openstack_dashboard/static/app/core/images/summary.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/images DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/actions.module.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/actions.module.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/create-volume.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/create-volume.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/create.action.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/create.workflow.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/create.workflow.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/deactivate-image.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/delete-image-selected-button.template.html -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.template.html -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/delete-image.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/delete-image.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/edit.action.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/edit.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/edit.workflow.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/edit.workflow.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/launch-instance.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/launch-instance.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/reactivate-image.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: copying openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/actions DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/details DEBUG: copying openstack_dashboard/static/app/core/images/details/details.module.js -> build/lib/openstack_dashboard/static/app/core/images/details DEBUG: copying openstack_dashboard/static/app/core/images/details/details.module.spec.js -> build/lib/openstack_dashboard/static/app/core/images/details DEBUG: copying openstack_dashboard/static/app/core/images/details/drawer.html -> build/lib/openstack_dashboard/static/app/core/images/details DEBUG: copying openstack_dashboard/static/app/core/images/details/overview.controller.js -> build/lib/openstack_dashboard/static/app/core/images/details DEBUG: copying openstack_dashboard/static/app/core/images/details/overview.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/images/details DEBUG: copying openstack_dashboard/static/app/core/images/details/overview.html -> build/lib/openstack_dashboard/static/app/core/images/details DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/filters DEBUG: copying openstack_dashboard/static/app/core/images/filters/image-visibility.filter.js -> build/lib/openstack_dashboard/static/app/core/images/filters DEBUG: copying openstack_dashboard/static/app/core/images/filters/image-visibility.filter.spec.js -> build/lib/openstack_dashboard/static/app/core/images/filters DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/steps DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.js -> build/lib/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.help.html -> build/lib/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.html -> build/lib/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.js -> build/lib/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.help.html -> build/lib/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.html -> build/lib/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/steps/deactivate DEBUG: copying openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.controller.js -> build/lib/openstack_dashboard/static/app/core/images/steps/deactivate DEBUG: copying openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.html -> build/lib/openstack_dashboard/static/app/core/images/steps/deactivate DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.js -> build/lib/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.help.html -> build/lib/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html -> build/lib/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.js -> build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.help.html -> build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.html -> build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: creating build/lib/openstack_dashboard/static/app/core/images/workflows DEBUG: copying openstack_dashboard/static/app/core/images/workflows/create-volume.service.js -> build/lib/openstack_dashboard/static/app/core/images/workflows DEBUG: copying openstack_dashboard/static/app/core/images/workflows/create-volume.service.spec.js -> build/lib/openstack_dashboard/static/app/core/images/workflows DEBUG: creating build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/_keypairs.scss -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/keypair.controller.js -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/keypair.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/keypairs.module.js -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/keypairs.module.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/keypairs.service.js -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/keypairs.service.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: copying openstack_dashboard/static/app/core/keypairs/panel.html -> build/lib/openstack_dashboard/static/app/core/keypairs DEBUG: creating build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/actions.module.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/actions.module.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/create.description.html -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.html -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/create.service.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/create.service.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/delete.service.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/delete.service.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/import.description.html -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.html -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/import.service.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying openstack_dashboard/static/app/core/keypairs/actions/import.service.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/actions DEBUG: creating build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying openstack_dashboard/static/app/core/keypairs/details/details.controller.js -> build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying openstack_dashboard/static/app/core/keypairs/details/details.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying openstack_dashboard/static/app/core/keypairs/details/details.html -> build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying openstack_dashboard/static/app/core/keypairs/details/details.module.js -> build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying openstack_dashboard/static/app/core/keypairs/details/details.module.spec.js -> build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying openstack_dashboard/static/app/core/keypairs/details/drawer.html -> build/lib/openstack_dashboard/static/app/core/keypairs/details DEBUG: creating build/lib/openstack_dashboard/static/app/core/metadata DEBUG: copying openstack_dashboard/static/app/core/metadata/metadata.module.js -> build/lib/openstack_dashboard/static/app/core/metadata DEBUG: copying openstack_dashboard/static/app/core/metadata/metadata.module.spec.js -> build/lib/openstack_dashboard/static/app/core/metadata DEBUG: copying openstack_dashboard/static/app/core/metadata/metadata.service.js -> build/lib/openstack_dashboard/static/app/core/metadata DEBUG: copying openstack_dashboard/static/app/core/metadata/metadata.service.spec.js -> build/lib/openstack_dashboard/static/app/core/metadata DEBUG: creating build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.controller.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.html -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.module.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.module.spec.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.service.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying openstack_dashboard/static/app/core/metadata/modal/modal.service.spec.js -> build/lib/openstack_dashboard/static/app/core/metadata/modal DEBUG: creating build/lib/openstack_dashboard/static/app/core/network_qos DEBUG: copying openstack_dashboard/static/app/core/network_qos/panel.html -> build/lib/openstack_dashboard/static/app/core/network_qos DEBUG: copying openstack_dashboard/static/app/core/network_qos/qos.module.js -> build/lib/openstack_dashboard/static/app/core/network_qos DEBUG: copying openstack_dashboard/static/app/core/network_qos/qos.module.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos DEBUG: copying openstack_dashboard/static/app/core/network_qos/qos.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos DEBUG: copying openstack_dashboard/static/app/core/network_qos/qos.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos DEBUG: creating build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/actions.module.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/actions.module.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.html -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/create.action.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/create.description.html -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.html -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/rule.description.html -> build/lib/openstack_dashboard/static/app/core/network_qos/actions DEBUG: creating build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: creating build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying openstack_dashboard/static/app/core/network_qos/details/details.module.js -> build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying openstack_dashboard/static/app/core/network_qos/details/details.module.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying openstack_dashboard/static/app/core/network_qos/details/drawer.html -> build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying openstack_dashboard/static/app/core/network_qos/details/overview.controller.js -> build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying openstack_dashboard/static/app/core/network_qos/details/overview.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying openstack_dashboard/static/app/core/network_qos/details/overview.html -> build/lib/openstack_dashboard/static/app/core/network_qos/details DEBUG: creating build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/cinder.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/extensions.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/extensions.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/glance.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/glance.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/keystone.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/keystone.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/network.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/network.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/neutron.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/nova.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/nova.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/openstack-service-api.module.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/policy.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/policy.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/security-group.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/security-group.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/settings.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/settings.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/swift.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/user-session.service.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying openstack_dashboard/static/app/core/openstack-service-api/user-session.service.spec.js -> build/lib/openstack_dashboard/static/app/core/openstack-service-api DEBUG: creating build/lib/openstack_dashboard/static/app/core/server_groups DEBUG: copying openstack_dashboard/static/app/core/server_groups/panel.html -> build/lib/openstack_dashboard/static/app/core/server_groups DEBUG: copying openstack_dashboard/static/app/core/server_groups/server-groups.module.js -> build/lib/openstack_dashboard/static/app/core/server_groups DEBUG: copying openstack_dashboard/static/app/core/server_groups/server-groups.module.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups DEBUG: copying openstack_dashboard/static/app/core/server_groups/server-groups.service.js -> build/lib/openstack_dashboard/static/app/core/server_groups DEBUG: copying openstack_dashboard/static/app/core/server_groups/server-groups.service.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups DEBUG: creating build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/actions.module.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/actions.module.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/create.action.service.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/create.description.html -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions DEBUG: creating build/lib/openstack_dashboard/static/app/core/server_groups/actions/workflow DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions/workflow DEBUG: copying openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups/actions/workflow DEBUG: creating build/lib/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying openstack_dashboard/static/app/core/server_groups/details/details.module.js -> build/lib/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying openstack_dashboard/static/app/core/server_groups/details/details.module.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying openstack_dashboard/static/app/core/server_groups/details/overview.controller.js -> build/lib/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying openstack_dashboard/static/app/core/server_groups/details/overview.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying openstack_dashboard/static/app/core/server_groups/details/overview.html -> build/lib/openstack_dashboard/static/app/core/server_groups/details DEBUG: creating build/lib/openstack_dashboard/static/app/core/trunks DEBUG: copying openstack_dashboard/static/app/core/trunks/panel.html -> build/lib/openstack_dashboard/static/app/core/trunks DEBUG: copying openstack_dashboard/static/app/core/trunks/summary.html -> build/lib/openstack_dashboard/static/app/core/trunks DEBUG: copying openstack_dashboard/static/app/core/trunks/trunks.module.js -> build/lib/openstack_dashboard/static/app/core/trunks DEBUG: copying openstack_dashboard/static/app/core/trunks/trunks.module.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks DEBUG: copying openstack_dashboard/static/app/core/trunks/trunks.service.js -> build/lib/openstack_dashboard/static/app/core/trunks DEBUG: copying openstack_dashboard/static/app/core/trunks/trunks.service.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks DEBUG: creating build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/actions.module.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/actions.module.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/create.action.service.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/create.workflow.service.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/delete.action.service.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/delete.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/edit.action.service.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/edit.action.service.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/edit.workflow.service.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/actions DEBUG: creating build/lib/openstack_dashboard/static/app/core/trunks/details DEBUG: copying openstack_dashboard/static/app/core/trunks/details/details.module.js -> build/lib/openstack_dashboard/static/app/core/trunks/details DEBUG: copying openstack_dashboard/static/app/core/trunks/details/details.module.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/details DEBUG: copying openstack_dashboard/static/app/core/trunks/details/overview.controller.js -> build/lib/openstack_dashboard/static/app/core/trunks/details DEBUG: copying openstack_dashboard/static/app/core/trunks/details/overview.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/details DEBUG: copying openstack_dashboard/static/app/core/trunks/details/overview.html -> build/lib/openstack_dashboard/static/app/core/trunks/details DEBUG: creating build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.js -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.help.html -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.html -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.js -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.help.html -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.html -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.js -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.spec.js -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.help.html -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.html -> build/lib/openstack_dashboard/static/app/core/trunks/steps DEBUG: creating build/lib/openstack_dashboard/static/app/core/workflow DEBUG: copying openstack_dashboard/static/app/core/workflow/decorator.service.js -> build/lib/openstack_dashboard/static/app/core/workflow DEBUG: copying openstack_dashboard/static/app/core/workflow/decorator.service.spec.js -> build/lib/openstack_dashboard/static/app/core/workflow DEBUG: copying openstack_dashboard/static/app/core/workflow/workflow.module.js -> build/lib/openstack_dashboard/static/app/core/workflow DEBUG: copying openstack_dashboard/static/app/core/workflow/workflow.module.spec.js -> build/lib/openstack_dashboard/static/app/core/workflow DEBUG: copying openstack_dashboard/static/app/core/workflow/workflow.service.js -> build/lib/openstack_dashboard/static/app/core/workflow DEBUG: creating build/lib/openstack_dashboard/static/app/resources DEBUG: copying openstack_dashboard/static/app/resources/resources.module.js -> build/lib/openstack_dashboard/static/app/resources DEBUG: creating build/lib/openstack_dashboard/static/app/tech-debt DEBUG: copying openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.js -> build/lib/openstack_dashboard/static/app/tech-debt DEBUG: copying openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.spec.js -> build/lib/openstack_dashboard/static/app/tech-debt DEBUG: copying openstack_dashboard/static/app/tech-debt/image-form.controller.js -> build/lib/openstack_dashboard/static/app/tech-debt DEBUG: copying openstack_dashboard/static/app/tech-debt/image-form.controller.spec.js -> build/lib/openstack_dashboard/static/app/tech-debt DEBUG: copying openstack_dashboard/static/app/tech-debt/tech-debt.module.js -> build/lib/openstack_dashboard/static/app/tech-debt DEBUG: copying openstack_dashboard/static/app/tech-debt/tech-debt.module.spec.js -> build/lib/openstack_dashboard/static/app/tech-debt DEBUG: creating build/lib/openstack_dashboard/static/dashboard DEBUG: creating build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/alarm-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/alarm-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/alarm-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/alarm-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/apple-touch-icon.png -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/config-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/config-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/config-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/config-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/db-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/db-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/db-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/db-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/drag.png -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/favicon.ico -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/firewall-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/firewall-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/firewall-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/firewall-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/flavor-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/flavor-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/flavor-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/flavor-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/floatingip-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/floatingip-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/floatingip-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/floatingip-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/image-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/image-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/image-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/image-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/keypair-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/keypair-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/keypair-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/keypair-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/lb-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/lb-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/lb-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/lb-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/logo-splash.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/logo.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/network-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/network-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/network-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/network-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/policy-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/policy-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/policy-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/policy-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/port-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/port-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/port-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/port-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/router-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/router-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/router-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/router-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/securitygroup-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/securitygroup-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/securitygroup-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/securitygroup-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/server-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/server-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/server-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/server-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/spinner.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/stack-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/stack-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/stack-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/stack-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/unknown-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/unknown-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/unknown-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/unknown-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/volume-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/volume-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/volume-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/volume-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/vpn-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/vpn-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/vpn-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/vpn.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/wait-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/wait-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/wait-green.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: copying openstack_dashboard/static/dashboard/img/wait-red.svg -> build/lib/openstack_dashboard/static/dashboard/img DEBUG: creating build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_bootstrap_helpers.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_contrib.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_debt.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_layout.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_legacy.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_mixins.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_util.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/_variables.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/horizon.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: copying openstack_dashboard/static/dashboard/scss/serial_console.scss -> build/lib/openstack_dashboard/static/dashboard/scss DEBUG: creating build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_bar_charts.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_breadcrumbs.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_charts.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_checkboxes.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_code.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_datepicker.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_dl_lists.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_dropdowns.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_forms.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_help_panel.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_icons.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_loader.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_login.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_membership.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_messages.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_modals.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_navbar.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_network_topology.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_network_topology_svg.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_progress_bars.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_quota.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_radiobuttons.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_resource_topology.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_selection_menu.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_selects.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_sidebar.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_spinners.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_tab.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_tables.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: copying openstack_dashboard/static/dashboard/scss/components/_wizard.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components DEBUG: creating build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/.eslintrc -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.flatnetworktopology.js -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.instances.js -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.metering.js -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.networktopology.js -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.networktopologycommon.js -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.quota.js -> build/lib/openstack_dashboard/static/js DEBUG: copying openstack_dashboard/static/js/horizon.volumes.js -> build/lib/openstack_dashboard/static/js DEBUG: creating build/lib/openstack_dashboard/static/js/angular DEBUG: creating build/lib/openstack_dashboard/static/js/angular/directives DEBUG: copying openstack_dashboard/static/js/angular/directives/serialConsole.js -> build/lib/openstack_dashboard/static/js/angular/directives DEBUG: creating build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/403.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/404.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/500.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/_footer.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/_stylesheets.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/angular.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/base.html -> build/lib/openstack_dashboard/templates DEBUG: copying openstack_dashboard/templates/serial_console.html -> build/lib/openstack_dashboard/templates DEBUG: creating build/lib/openstack_dashboard/templates/angular DEBUG: copying openstack_dashboard/templates/angular/angular_templates.html -> build/lib/openstack_dashboard/templates/angular DEBUG: copying openstack_dashboard/templates/angular/angular_templates.js -> build/lib/openstack_dashboard/templates/angular DEBUG: creating build/lib/openstack_dashboard/templates/auth DEBUG: copying openstack_dashboard/templates/auth/_splash.html -> build/lib/openstack_dashboard/templates/auth DEBUG: creating build/lib/openstack_dashboard/templates/context_selection DEBUG: copying openstack_dashboard/templates/context_selection/_anti_clickjack.html -> build/lib/openstack_dashboard/templates/context_selection DEBUG: copying openstack_dashboard/templates/context_selection/_domain_list.html -> build/lib/openstack_dashboard/templates/context_selection DEBUG: copying openstack_dashboard/templates/context_selection/_overview.html -> build/lib/openstack_dashboard/templates/context_selection DEBUG: copying openstack_dashboard/templates/context_selection/_project_list.html -> build/lib/openstack_dashboard/templates/context_selection DEBUG: copying openstack_dashboard/templates/context_selection/_region_list.html -> build/lib/openstack_dashboard/templates/context_selection DEBUG: copying openstack_dashboard/templates/context_selection/_system_list.html -> build/lib/openstack_dashboard/templates/context_selection DEBUG: creating build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_brand.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_context_selection.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_header.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_header_sections.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_keystone_provider_selection.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_region_selection.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_theme_list.html -> build/lib/openstack_dashboard/templates/header DEBUG: copying openstack_dashboard/templates/header/_user_menu.html -> build/lib/openstack_dashboard/templates/header DEBUG: creating build/lib/openstack_dashboard/templates/horizon DEBUG: copying openstack_dashboard/templates/horizon/_conf.html -> build/lib/openstack_dashboard/templates/horizon DEBUG: copying openstack_dashboard/templates/horizon/_custom_head_js.html -> build/lib/openstack_dashboard/templates/horizon DEBUG: copying openstack_dashboard/templates/horizon/_custom_meta.html -> build/lib/openstack_dashboard/templates/horizon DEBUG: copying openstack_dashboard/templates/horizon/_script_i18n.html -> build/lib/openstack_dashboard/templates/horizon DEBUG: copying openstack_dashboard/templates/horizon/_scripts.html -> build/lib/openstack_dashboard/templates/horizon DEBUG: creating build/lib/openstack_dashboard/templates/themes DEBUG: copying openstack_dashboard/templates/themes/themes.scss -> build/lib/openstack_dashboard/templates/themes DEBUG: creating build/lib/openstack_dashboard/themes DEBUG: creating build/lib/openstack_dashboard/themes/default DEBUG: copying openstack_dashboard/themes/default/_styles.scss -> build/lib/openstack_dashboard/themes/default DEBUG: copying openstack_dashboard/themes/default/_variables.scss -> build/lib/openstack_dashboard/themes/default DEBUG: creating build/lib/openstack_dashboard/themes/default/horizon DEBUG: creating build/lib/openstack_dashboard/themes/default/horizon/components DEBUG: copying openstack_dashboard/themes/default/horizon/components/_selects.scss -> build/lib/openstack_dashboard/themes/default/horizon/components DEBUG: creating build/lib/openstack_dashboard/themes/example DEBUG: creating build/lib/openstack_dashboard/themes/example/static DEBUG: copying openstack_dashboard/themes/example/static/_styles.scss -> build/lib/openstack_dashboard/themes/example/static DEBUG: copying openstack_dashboard/themes/example/static/_variables.scss -> build/lib/openstack_dashboard/themes/example/static DEBUG: creating build/lib/openstack_dashboard/themes/example/static/js DEBUG: copying openstack_dashboard/themes/example/static/js/my_analytics_js.js -> build/lib/openstack_dashboard/themes/example/static/js DEBUG: copying openstack_dashboard/themes/example/static/js/my_custom_js.js -> build/lib/openstack_dashboard/themes/example/static/js DEBUG: creating build/lib/openstack_dashboard/themes/example/templates DEBUG: copying openstack_dashboard/themes/example/templates/base.html -> build/lib/openstack_dashboard/themes/example/templates DEBUG: creating build/lib/openstack_dashboard/themes/example/templates/auth DEBUG: copying openstack_dashboard/themes/example/templates/auth/_login_form.html -> build/lib/openstack_dashboard/themes/example/templates/auth DEBUG: copying openstack_dashboard/themes/example/templates/auth/login.html -> build/lib/openstack_dashboard/themes/example/templates/auth DEBUG: creating build/lib/openstack_dashboard/themes/material DEBUG: creating build/lib/openstack_dashboard/themes/material/static DEBUG: copying openstack_dashboard/themes/material/static/_styles.scss -> build/lib/openstack_dashboard/themes/material/static DEBUG: copying openstack_dashboard/themes/material/static/_variables.scss -> build/lib/openstack_dashboard/themes/material/static DEBUG: creating build/lib/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying openstack_dashboard/themes/material/static/bootstrap/_styles.scss -> build/lib/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying openstack_dashboard/themes/material/static/bootstrap/_variable_customizations.scss -> build/lib/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying openstack_dashboard/themes/material/static/bootstrap/_variables.scss -> build/lib/openstack_dashboard/themes/material/static/bootstrap DEBUG: creating build/lib/openstack_dashboard/themes/material/static/horizon DEBUG: copying openstack_dashboard/themes/material/static/horizon/_animations.scss -> build/lib/openstack_dashboard/themes/material/static/horizon DEBUG: copying openstack_dashboard/themes/material/static/horizon/_icons.scss -> build/lib/openstack_dashboard/themes/material/static/horizon DEBUG: copying openstack_dashboard/themes/material/static/horizon/_styles.scss -> build/lib/openstack_dashboard/themes/material/static/horizon DEBUG: copying openstack_dashboard/themes/material/static/horizon/_variables.scss -> build/lib/openstack_dashboard/themes/material/static/horizon DEBUG: creating build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_checkboxes.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_datepicker.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_dropdowns.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_hamburger.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_help_panel.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_loader_circular_example.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_loader_line_example.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_loader_spinner.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_magic_search.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_messages.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_navbar.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_progress_bars.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_selects.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_sidebar.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_spinners.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying openstack_dashboard/themes/material/static/horizon/components/_trees.scss -> build/lib/openstack_dashboard/themes/material/static/horizon/components DEBUG: creating build/lib/openstack_dashboard/themes/material/static/js DEBUG: copying openstack_dashboard/themes/material/static/js/material.hamburger.js -> build/lib/openstack_dashboard/themes/material/static/js DEBUG: creating build/lib/openstack_dashboard/themes/material/templates DEBUG: creating build/lib/openstack_dashboard/themes/material/templates/auth DEBUG: copying openstack_dashboard/themes/material/templates/auth/_splash.html -> build/lib/openstack_dashboard/themes/material/templates/auth DEBUG: creating build/lib/openstack_dashboard/themes/material/templates/header DEBUG: copying openstack_dashboard/themes/material/templates/header/_brand.html -> build/lib/openstack_dashboard/themes/material/templates/header DEBUG: copying openstack_dashboard/themes/material/templates/header/_header.html -> build/lib/openstack_dashboard/themes/material/templates/header DEBUG: creating build/lib/openstack_dashboard/themes/material/templates/horizon DEBUG: copying openstack_dashboard/themes/material/templates/horizon/_sidebar.html -> build/lib/openstack_dashboard/themes/material/templates/horizon DEBUG: creating build/lib/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying openstack_dashboard/themes/material/templates/horizon/client_side/_confirm.html -> build/lib/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying openstack_dashboard/themes/material/templates/horizon/client_side/_loading_inline_example.html -> build/lib/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying openstack_dashboard/themes/material/templates/horizon/client_side/_loading_modal_example.html -> build/lib/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: creating build/lib/openstack_dashboard/themes/material/templates/material DEBUG: copying openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg -> build/lib/openstack_dashboard/themes/material/templates/material DEBUG: copying openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg.old -> build/lib/openstack_dashboard/themes/material/templates/material DEBUG: copying openstack_dashboard/themes/material/templates/material/openstack-one-color.svg -> build/lib/openstack_dashboard/themes/material/templates/material DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/domains/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/domains/templates/domains DEBUG: copying openstack_dashboard/dashboards/identity/domains/templates/domains/index.html -> build/lib/openstack_dashboard/dashboards/identity/domains/templates/domains DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_update.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/update.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying openstack_dashboard/local/local_settings.py.example -> build/lib/openstack_dashboard/local DEBUG: creating build/lib/openstack_dashboard/local/local_settings.d DEBUG: copying openstack_dashboard/local/local_settings.d/_10_set_custom_theme.py.example -> build/lib/openstack_dashboard/local/local_settings.d DEBUG: copying openstack_dashboard/local/local_settings.d/_11_toggle_angular_features.py.example -> build/lib/openstack_dashboard/local/local_settings.d DEBUG: copying openstack_dashboard/local/local_settings.d/_2010_integration_tests_deprecated.py.example -> build/lib/openstack_dashboard/local/local_settings.d DEBUG: copying openstack_dashboard/local/local_settings.d/_20_integration_tests_scaffolds.py.example -> build/lib/openstack_dashboard/local/local_settings.d DEBUG: copying openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example -> build/lib/openstack_dashboard/local/local_settings.d DEBUG: creating build/lib/openstack_dashboard/dashboards/project/volume_groups/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_clone_group.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_create_snapshot.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_delete.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_remove_vols.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_snapshot_limits.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_update.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/clone_group.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create_snapshot.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/delete.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/remove_vols.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/update.html -> build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/overview/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv -> build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview DEBUG: copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html -> build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/roles/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/templates/roles/create.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying openstack_dashboard/dashboards/identity/roles/templates/roles/update.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/images/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying openstack_dashboard/dashboards/admin/images/templates/images/_create.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying openstack_dashboard/dashboards/admin/images/templates/images/_update.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying openstack_dashboard/dashboards/admin/images/templates/images/create.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying openstack_dashboard/dashboards/admin/images/templates/images/update.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/_create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/_update.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/update.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/_create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes DEBUG: creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/ngflavors/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors DEBUG: copying openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors/index.html -> build/lib/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors DEBUG: creating build/lib/openstack_dashboard/test/test_panels/another_panel/templates DEBUG: creating build/lib/openstack_dashboard/test/test_panels/another_panel/templates/another_panel DEBUG: copying openstack_dashboard/test/test_panels/another_panel/templates/another_panel/index.html -> build/lib/openstack_dashboard/test/test_panels/another_panel/templates/another_panel DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/groups/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/create.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/index.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying openstack_dashboard/dashboards/identity/groups/templates/groups/update.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/users/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/_create.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/_update.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/change_password.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/create.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/detail.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/index.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying openstack_dashboard/dashboards/identity/users/templates/users/update.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: creating build/lib/openstack_dashboard/test/selenium DEBUG: copying openstack_dashboard/test/selenium/conftest.py -> build/lib/openstack_dashboard/test/selenium DEBUG: copying openstack_dashboard/test/selenium/widgets.py -> build/lib/openstack_dashboard/test/selenium DEBUG: creating build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/conftest.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_credentials.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_defaults.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_flavors.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_floatingips.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_groups.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_grouptypes.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_host_aggregates.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_images.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_instances.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_keypairs.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_metadata_definitions.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_networks.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_projects.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_routers.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_security_groups.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_settings.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_users.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_volume_snapshots.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_volumes.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: copying openstack_dashboard/test/selenium/integration/test_volumetypes.py -> build/lib/openstack_dashboard/test/selenium/integration DEBUG: creating build/lib/openstack_dashboard/test/selenium/ui DEBUG: copying openstack_dashboard/test/selenium/ui/conftest.py -> build/lib/openstack_dashboard/test/selenium/ui DEBUG: copying openstack_dashboard/test/selenium/ui/test_actions.py -> build/lib/openstack_dashboard/test/selenium/ui DEBUG: copying openstack_dashboard/test/selenium/ui/test_browse.py -> build/lib/openstack_dashboard/test/selenium/ui DEBUG: copying openstack_dashboard/test/selenium/ui/test_hypervisors.py -> build/lib/openstack_dashboard/test/selenium/ui DEBUG: copying openstack_dashboard/test/selenium/ui/test_settings.py -> build/lib/openstack_dashboard/test/selenium/ui DEBUG: creating build/lib/openstack_dashboard/test/templates DEBUG: copying openstack_dashboard/test/templates/404.html -> build/lib/openstack_dashboard/test/templates DEBUG: copying openstack_dashboard/test/templates/500.html -> build/lib/openstack_dashboard/test/templates DEBUG: copying openstack_dashboard/test/templates/_tab.html -> build/lib/openstack_dashboard/test/templates DEBUG: copying openstack_dashboard/test/templates/base-sidebar.html -> build/lib/openstack_dashboard/test/templates DEBUG: copying openstack_dashboard/test/templates/tab_group.html -> build/lib/openstack_dashboard/test/templates DEBUG: copying openstack_dashboard/test/templates/workflow.html -> build/lib/openstack_dashboard/test/templates DEBUG: creating build/lib/openstack_dashboard/test/templates/registration DEBUG: copying openstack_dashboard/test/templates/registration/login.html -> build/lib/openstack_dashboard/test/templates/registration DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images/templates/images DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/images/_create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/images/_update.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/images/create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/images/update.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: creating build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots DEBUG: copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots DEBUG: creating build/lib/openstack_dashboard/dashboards/project/snapshots/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_update.html -> build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html -> build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: creating build/lib/openstack_dashboard/dashboards/project/floating_ips/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/_allocate.html -> build/lib/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips DEBUG: copying openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/allocate.html -> build/lib/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips DEBUG: creating build/lib/openstack_dashboard/test/test_panels/second_panel/templates DEBUG: creating build/lib/openstack_dashboard/test/test_panels/second_panel/templates/second_panel DEBUG: copying openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html -> build/lib/openstack_dashboard/test/test_panels/second_panel/templates/second_panel DEBUG: copying openstack_dashboard/enabled/_50_admin_add_panel.py.example -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_60_admin_remove_panel.py.example -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_70_admin_default_panel.py.example -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_80_admin_add_panel_group.py.example -> build/lib/openstack_dashboard/enabled DEBUG: copying openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example -> build/lib/openstack_dashboard/enabled DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_create.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_success.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/clouds.yaml.template -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/create.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/detail.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/index.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/kubeconfig.template -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/openrc.sh.template -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/success.html -> build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/group_types/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/_update_group_type.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/create_group_type.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/update_group_type.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_create.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_edit.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_index.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/create.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/edit.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/index.html -> build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/admin/networks/templates/networks/update.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents DEBUG: copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_edit_port_help.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_create.html -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_update.html -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/create.html -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/detail.html -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/update.html -> build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/password/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/password/templates/password DEBUG: copying openstack_dashboard/dashboards/settings/password/templates/password/_change.html -> build/lib/openstack_dashboard/dashboards/settings/password/templates/password DEBUG: copying openstack_dashboard/dashboards/settings/password/templates/password/change.html -> build/lib/openstack_dashboard/dashboards/settings/password/templates/password DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_delete.html -> build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_remove_vols.html -> build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/delete.html -> build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/remove_vols.html -> build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.spec.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.scss -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.controller.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.directive.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.module.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.scss -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-config-modal.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/index.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/addons-required-feedback.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/array.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/buttons.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/confirmation-dialog.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/example-help.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/radios-checkboxes-select.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/sections-fieldsets.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabarray.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabs.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/text-inputs.json -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.controller.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.details.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.directive.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.module.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.scss -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.trace-table.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.tree-node.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.controller.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.directive.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.controller.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.directive.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.spec.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resources.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.controller.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.directive.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: creating build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.spec.js -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.scss -> build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/project.module.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/project.module.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/_containers.scss -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-modal.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-folder-modal.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-modal.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-details-modal.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/select-container.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-modal.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor-details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair-details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network-details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/port-details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: creating build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.help.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html -> build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_manage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_migrate_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_unmanage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_update_status.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/manage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/migrate_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/unmanage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/update_status.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes_tables.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/_update.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/detail.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/update.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_add_addresspair.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_create_port_help.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_edit_port_help.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/add_addresspair.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: creating build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets DEBUG: copying openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets DEBUG: creating build/lib/openstack_dashboard/dashboards/project/key_pairs/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/_import.html -> build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/detail.html -> build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/download.html -> build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/import.html -> build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/defaults/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/defaults/templates/defaults DEBUG: copying openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html -> build/lib/openstack_dashboard/dashboards/admin/defaults/templates/defaults DEBUG: copying openstack_dashboard/management/commands/apache_vhost.conf.template -> build/lib/openstack_dashboard/management/commands DEBUG: copying openstack_dashboard/management/commands/horizon.wsgi.template -> build/lib/openstack_dashboard/management/commands DEBUG: creating build/lib/openstack_dashboard/dashboards/project/security_groups/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_add_rule.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_create.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_update.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/add_rule.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/create.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/update.html -> build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_associate_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type_encryption.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_edit_qos_spec_consumer.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_access.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type_encryption.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_volume_encryption_type_detail.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/associate_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type_encryption.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/edit_qos_spec_consumer.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_access.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type_encryption.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_encryption_type_detail.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_types_tables.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_edit.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_index.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/create.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/edit.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/index.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_edit.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_index.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/create.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/edit.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/index.html -> build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: creating build/lib/openstack_dashboard/dashboards/project/instances/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_attach_interface.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_attach_volume.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_detach_interface.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_detach_volume.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_disassociate.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_edit_security_group_help.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/_rescue.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/attach_interface.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/attach_volume.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/detach_interface.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/detach_volume.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/disassociate.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying openstack_dashboard/dashboards/project/instances/templates/instances/rescue.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/user/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/user/templates/user DEBUG: copying openstack_dashboard/dashboards/settings/user/templates/user/_settings.html -> build/lib/openstack_dashboard/dashboards/settings/user/templates/user DEBUG: copying openstack_dashboard/dashboards/settings/user/templates/user/settings.html -> build/lib/openstack_dashboard/dashboards/settings/user/templates/user DEBUG: creating build/lib/openstack_dashboard/dashboards/project/containers/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/containers/templates/containers DEBUG: copying openstack_dashboard/dashboards/project/containers/templates/containers/ngindex.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers DEBUG: creating build/lib/openstack_dashboard/dashboards/project/backups/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html -> build/lib/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/templates/backups/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/templates/backups/_restore_backup.html -> build/lib/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/templates/backups/create_backup.html -> build/lib/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying openstack_dashboard/dashboards/project/backups/templates/backups/restore_backup.html -> build/lib/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/flavors/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors DEBUG: copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/panel.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/info.help.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/drawer.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/panel.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/actions.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/actions.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/panel.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/actions.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.admin-password-incorrect.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.default.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.create.help.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.password.help.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.update.help.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.service.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/details.module.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/drawer.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.spec.js -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.html -> build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/mappings/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/_create.html -> build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/_update.html -> build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/create.html -> build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/update.html -> build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: creating build/lib/openstack_dashboard/dashboards/project/volumes/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_accept_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_attach.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_encryption_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_retype.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_show_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_snapshot_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_update.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_upload_to_image.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_volume_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/accept_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create_snapshot.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/download_transfer_creds.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/encryption_detail.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/extend.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/retype.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/show_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/update.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying openstack_dashboard/dashboards/project/volumes/templates/volumes/upload_to_image.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/credentials/templates DEBUG: creating build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/_create.html -> build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/_update.html -> build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/create.html -> build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying openstack_dashboard/dashboards/settings/credentials/templates/credentials/update.html -> build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: creating build/lib/openstack_auth/locale DEBUG: creating build/lib/openstack_auth/locale/de DEBUG: creating build/lib/openstack_auth/locale/de/LC_MESSAGES DEBUG: copying openstack_auth/locale/de/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/de/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/en_GB DEBUG: creating build/lib/openstack_auth/locale/en_GB/LC_MESSAGES DEBUG: copying openstack_auth/locale/en_GB/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/en_GB/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/eo DEBUG: creating build/lib/openstack_auth/locale/eo/LC_MESSAGES DEBUG: copying openstack_auth/locale/eo/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/eo/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/es DEBUG: creating build/lib/openstack_auth/locale/es/LC_MESSAGES DEBUG: copying openstack_auth/locale/es/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/es/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/fr DEBUG: creating build/lib/openstack_auth/locale/fr/LC_MESSAGES DEBUG: copying openstack_auth/locale/fr/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/fr/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/id DEBUG: creating build/lib/openstack_auth/locale/id/LC_MESSAGES DEBUG: copying openstack_auth/locale/id/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/id/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/ja DEBUG: creating build/lib/openstack_auth/locale/ja/LC_MESSAGES DEBUG: copying openstack_auth/locale/ja/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/ja/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/ka_GE DEBUG: creating build/lib/openstack_auth/locale/ka_GE/LC_MESSAGES DEBUG: copying openstack_auth/locale/ka_GE/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/ka_GE/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/ko_KR DEBUG: creating build/lib/openstack_auth/locale/ko_KR/LC_MESSAGES DEBUG: copying openstack_auth/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/ko_KR/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/ne DEBUG: creating build/lib/openstack_auth/locale/ne/LC_MESSAGES DEBUG: copying openstack_auth/locale/ne/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/ne/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/pt_BR DEBUG: creating build/lib/openstack_auth/locale/pt_BR/LC_MESSAGES DEBUG: copying openstack_auth/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/pt_BR/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/ru DEBUG: creating build/lib/openstack_auth/locale/ru/LC_MESSAGES DEBUG: copying openstack_auth/locale/ru/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/ru/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/zh_Hans DEBUG: creating build/lib/openstack_auth/locale/zh_Hans/LC_MESSAGES DEBUG: copying openstack_auth/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/zh_Hans/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/locale/zh_Hant DEBUG: creating build/lib/openstack_auth/locale/zh_Hant/LC_MESSAGES DEBUG: copying openstack_auth/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/openstack_auth/locale/zh_Hant/LC_MESSAGES DEBUG: creating build/lib/openstack_auth/tests/conf DEBUG: copying openstack_auth/tests/conf/keystone_policy.json -> build/lib/openstack_auth/tests/conf DEBUG: copying openstack_auth/tests/conf/no_default_policy.json -> build/lib/openstack_auth/tests/conf DEBUG: copying openstack_auth/tests/conf/nova_policy.json -> build/lib/openstack_auth/tests/conf DEBUG: copying openstack_auth/tests/conf/policy.v3cloudsample.json -> build/lib/openstack_auth/tests/conf DEBUG: copying openstack_auth/tests/conf/with_default_policy.json -> build/lib/openstack_auth/tests/conf DEBUG: creating build/lib/openstack_auth/tests/templates DEBUG: creating build/lib/openstack_auth/tests/templates/auth DEBUG: copying openstack_auth/tests/templates/auth/blank.html -> build/lib/openstack_auth/tests/templates/auth DEBUG: copying openstack_auth/tests/templates/auth/login.html -> build/lib/openstack_auth/tests/templates/auth DEBUG: copying openstack_auth/tests/templates/auth/totp.html -> build/lib/openstack_auth/tests/templates/auth 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/openstack_auth DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/zh_Hant DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/zh_Hant/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/zh_Hant/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/zh_Hant/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/zh_Hans DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/zh_Hans/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/zh_Hans/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ru DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ru/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/ru/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/ru/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/pt_BR DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/pt_BR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ne DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ne/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/ne/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/ne/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ko_KR DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/ko_KR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/ko_KR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ka_GE DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ka_GE/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/ka_GE/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/ka_GE/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ja DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/ja/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/ja/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/ja/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/id DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/id/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/id/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/id/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/fr DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/fr/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/fr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/fr/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/es DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/es/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/es/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/es/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/eo DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/eo/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/eo/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/eo/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/en_GB DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/en_GB/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/en_GB/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/de DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/locale/de/LC_MESSAGES DEBUG: copying build/lib/openstack_auth/locale/de/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_auth/locale/de/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/plugin/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/plugin/base.py -> build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/plugin/k2k.py -> build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/plugin/password.py -> build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/plugin/token.py -> build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/plugin/totp.py -> build/bdist.linux-x86_64/wheel/openstack_auth/plugin DEBUG: copying build/lib/openstack_auth/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/backend.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/defaults.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/exceptions.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/forms.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/middleware.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/models.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/policy.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/urls.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/user.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/utils.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: copying build/lib/openstack_auth/views.py -> build/bdist.linux-x86_64/wheel/openstack_auth DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/tests DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/tests/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/tests/templates/auth DEBUG: copying build/lib/openstack_auth/tests/templates/auth/totp.html -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/templates/auth DEBUG: copying build/lib/openstack_auth/tests/templates/auth/login.html -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/templates/auth DEBUG: copying build/lib/openstack_auth/tests/templates/auth/blank.html -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/templates/auth DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/tests/conf DEBUG: copying build/lib/openstack_auth/tests/conf/with_default_policy.json -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/conf DEBUG: copying build/lib/openstack_auth/tests/conf/policy.v3cloudsample.json -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/conf DEBUG: copying build/lib/openstack_auth/tests/conf/nova_policy.json -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/conf DEBUG: copying build/lib/openstack_auth/tests/conf/no_default_policy.json -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/conf DEBUG: copying build/lib/openstack_auth/tests/conf/keystone_policy.json -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/conf DEBUG: copying build/lib/openstack_auth/tests/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests DEBUG: copying build/lib/openstack_auth/tests/data_v3.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests DEBUG: copying build/lib/openstack_auth/tests/settings.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests DEBUG: copying build/lib/openstack_auth/tests/urls.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/test_auth.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/test_password.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/test_policy.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/test_user.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/test_utils.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: copying build/lib/openstack_auth/tests/unit/test_views.py -> build/bdist.linux-x86_64/wheel/openstack_auth/tests/unit DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/material DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/material/openstack-one-color.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/material DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg.old -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/material DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/material DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/horizon/client_side/_loading_modal_example.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/horizon/client_side/_loading_inline_example.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/horizon/client_side/_confirm.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/horizon/client_side DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/horizon/_sidebar.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/header DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/header/_header.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/header DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/header/_brand.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/header DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/auth DEBUG: copying build/lib/openstack_dashboard/themes/material/templates/auth/_splash.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/templates/auth DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/js DEBUG: copying build/lib/openstack_dashboard/themes/material/static/js/material.hamburger.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/js DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_trees.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_spinners.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_sidebar.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_selects.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_progress_bars.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_navbar.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_messages.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_magic_search.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_loader_spinner.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_loader_line_example.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_loader_circular_example.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_help_panel.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_hamburger.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_dropdowns.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_datepicker.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/components/_checkboxes.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/_variables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/_styles.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/_icons.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon DEBUG: copying build/lib/openstack_dashboard/themes/material/static/horizon/_animations.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying build/lib/openstack_dashboard/themes/material/static/bootstrap/_variables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying build/lib/openstack_dashboard/themes/material/static/bootstrap/_variable_customizations.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying build/lib/openstack_dashboard/themes/material/static/bootstrap/_styles.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static/bootstrap DEBUG: copying build/lib/openstack_dashboard/themes/material/static/_variables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static DEBUG: copying build/lib/openstack_dashboard/themes/material/static/_styles.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/material/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/templates/auth DEBUG: copying build/lib/openstack_dashboard/themes/example/templates/auth/login.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/templates/auth DEBUG: copying build/lib/openstack_dashboard/themes/example/templates/auth/_login_form.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/templates/auth DEBUG: copying build/lib/openstack_dashboard/themes/example/templates/base.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/static/js DEBUG: copying build/lib/openstack_dashboard/themes/example/static/js/my_custom_js.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/static/js DEBUG: copying build/lib/openstack_dashboard/themes/example/static/js/my_analytics_js.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/static/js DEBUG: copying build/lib/openstack_dashboard/themes/example/static/_variables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/static DEBUG: copying build/lib/openstack_dashboard/themes/example/static/_styles.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/example/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/default DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/default/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/default/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/default/horizon/components/_selects.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/default/horizon/components DEBUG: copying build/lib/openstack_dashboard/themes/default/_variables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/default DEBUG: copying build/lib/openstack_dashboard/themes/default/_styles.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/themes/default DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/themes DEBUG: copying build/lib/openstack_dashboard/templates/themes/themes.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/themes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/horizon DEBUG: copying build/lib/openstack_dashboard/templates/horizon/_scripts.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/horizon DEBUG: copying build/lib/openstack_dashboard/templates/horizon/_script_i18n.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/horizon DEBUG: copying build/lib/openstack_dashboard/templates/horizon/_custom_meta.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/horizon DEBUG: copying build/lib/openstack_dashboard/templates/horizon/_custom_head_js.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/horizon DEBUG: copying build/lib/openstack_dashboard/templates/horizon/_conf.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_user_menu.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_theme_list.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_region_selection.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_keystone_provider_selection.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_header_sections.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_header.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_context_selection.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: copying build/lib/openstack_dashboard/templates/header/_brand.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/header DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: copying build/lib/openstack_dashboard/templates/context_selection/_system_list.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: copying build/lib/openstack_dashboard/templates/context_selection/_region_list.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: copying build/lib/openstack_dashboard/templates/context_selection/_project_list.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: copying build/lib/openstack_dashboard/templates/context_selection/_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: copying build/lib/openstack_dashboard/templates/context_selection/_domain_list.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: copying build/lib/openstack_dashboard/templates/context_selection/_anti_clickjack.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/context_selection DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/auth DEBUG: copying build/lib/openstack_dashboard/templates/auth/_splash.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/auth DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/angular DEBUG: copying build/lib/openstack_dashboard/templates/angular/angular_templates.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/angular DEBUG: copying build/lib/openstack_dashboard/templates/angular/angular_templates.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates/angular DEBUG: copying build/lib/openstack_dashboard/templates/serial_console.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/base.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/angular.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/_stylesheets.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/_footer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/500.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/404.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: copying build/lib/openstack_dashboard/templates/403.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js/angular DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js/angular/directives DEBUG: copying build/lib/openstack_dashboard/static/js/angular/directives/serialConsole.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js/angular/directives DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.volumes.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.quota.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.networktopologycommon.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.networktopology.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.metering.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.instances.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/horizon.flatnetworktopology.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: copying build/lib/openstack_dashboard/static/js/.eslintrc -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/js DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_wizard.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_tables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_tab.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_spinners.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_sidebar.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_selects.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_selection_menu.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_resource_topology.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_radiobuttons.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_quota.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_progress_bars.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_network_topology_svg.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_navbar.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_modals.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_messages.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_membership.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_login.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_loader.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_icons.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_help_panel.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_forms.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_dropdowns.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_dl_lists.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_datepicker.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_code.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_checkboxes.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_charts.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_breadcrumbs.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/components/_bar_charts.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss/components DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/serial_console.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/horizon.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_variables.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_util.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_mixins.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_legacy.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_layout.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_debt.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_contrib.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: copying build/lib/openstack_dashboard/static/dashboard/scss/_bootstrap_helpers.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/scss DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/wait-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/wait-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/wait-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/wait-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/vpn.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/vpn-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/vpn-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/vpn-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/volume-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/volume-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/volume-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/volume-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/unknown-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/unknown-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/unknown-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/unknown-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/stack-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/stack-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/stack-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/stack-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/spinner.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/server-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/server-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/server-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/server-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/securitygroup-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/securitygroup-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/securitygroup-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/securitygroup-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/router-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/router-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/router-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/router-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/port-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/port-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/port-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/port-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/policy-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/policy-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/policy-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/policy-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/network-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/network-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/network-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/network-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/logo.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/logo-splash.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/lb-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/lb-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/lb-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/lb-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/keypair-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/keypair-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/keypair-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/keypair-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/image-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/image-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/image-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/image-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/floatingip-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/floatingip-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/floatingip-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/floatingip-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/flavor-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/flavor-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/flavor-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/flavor-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/firewall-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/firewall-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/firewall-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/firewall-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/favicon.ico -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/drag.png -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/db-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/db-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/db-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/db-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/config-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/config-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/config-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/config-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/apple-touch-icon.png -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/alarm-red.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/alarm-green.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/alarm-gray.svg -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: copying build/lib/openstack_dashboard/static/dashboard/img/alarm-gray.gif -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/dashboard/img DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: copying build/lib/openstack_dashboard/static/app/tech-debt/tech-debt.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: copying build/lib/openstack_dashboard/static/app/tech-debt/tech-debt.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: copying build/lib/openstack_dashboard/static/app/tech-debt/image-form.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: copying build/lib/openstack_dashboard/static/app/tech-debt/image-form.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: copying build/lib/openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: copying build/lib/openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/tech-debt DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/resources DEBUG: copying build/lib/openstack_dashboard/static/app/resources/resources.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/resources DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/workflow/workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/workflow/workflow.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/workflow/workflow.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/workflow/decorator.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/workflow/decorator.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/workflow DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-subports.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-subports.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-details.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/steps DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/details/overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/details/overview.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/details/overview.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/details/details.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/edit.workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/edit.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/edit.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/delete.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/delete.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/create.workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/trunks.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/trunks.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/trunks.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/trunks.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/summary.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: copying build/lib/openstack_dashboard/static/app/core/trunks/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/trunks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/details/overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/details/overview.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/details/overview.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/details/details.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/create.description.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/server-groups.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/server-groups.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/server-groups.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/server-groups.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups DEBUG: copying build/lib/openstack_dashboard/static/app/core/server_groups/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/server_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/user-session.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/user-session.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/swift.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/settings.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/settings.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/security-group.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/security-group.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/policy.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/policy.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/openstack-service-api.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/nova.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/nova.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/network.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/network.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/keystone.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/keystone.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/glance.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/glance.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/extensions.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/extensions.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: copying build/lib/openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/openstack-service-api DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/details/overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/details/overview.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/details/overview.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/details/drawer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/details/details.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions/workflow DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/rule.description.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/edit-rule.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/create.description.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/add-rule.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/qos.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/qos.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/qos.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/qos.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos DEBUG: copying build/lib/openstack_dashboard/static/app/core/network_qos/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/network_qos DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata/modal DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/metadata.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/metadata.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/metadata.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/metadata/metadata.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/metadata DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/details/drawer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/details/details.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/details/details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/details/details.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/details/details.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/import.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/import.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/import.public-key.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/import.description.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/delete.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/delete.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/create.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/create.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/create.key-type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/create.description.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/keypairs.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/keypairs.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/keypairs.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/keypairs.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/keypair.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/keypair.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: copying build/lib/openstack_dashboard/static/app/core/keypairs/_keypairs.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/keypairs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/workflows DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/workflows/create-volume.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/workflows DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/workflows/create-volume.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/workflows DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/update-metadata DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/edit-image DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/deactivate DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/deactivate DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/deactivate DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-volume DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-image/create-image.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-image/create-image.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/steps/create-image DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/filters DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/filters/image-visibility.filter.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/filters DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/filters/image-visibility.filter.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/filters DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/details/overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/details/overview.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/details/overview.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/details/drawer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/details/details.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/reactivate-image.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/launch-instance.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/launch-instance.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/edit.workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/edit.workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/edit.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/edit.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/delete-image.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/delete-image.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/delete-image-selected.template.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/delete-image-selected-button.template.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/deactivate-image.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/create.workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/create.workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/create-volume.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/create-volume.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/summary.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/summary.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/images.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/images.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/images.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/images.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/admin-panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: copying build/lib/openstack_dashboard/static/app/core/images/_images.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors/actions DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/summary.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/flavors.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/flavors.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/flavors.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: copying build/lib/openstack_dashboard/static/app/core/flavors/flavors.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/flavors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/conf DEBUG: copying build/lib/openstack_dashboard/static/app/core/conf/conf.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/conf DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/cloud-services/cloud-services.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core/cloud-services DEBUG: copying build/lib/openstack_dashboard/static/app/core/core.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core DEBUG: copying build/lib/openstack_dashboard/static/app/core/core.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core DEBUG: copying build/lib/openstack_dashboard/static/app/core/core-constants.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core DEBUG: copying build/lib/openstack_dashboard/static/app/core/_core.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app/core DEBUG: copying build/lib/openstack_dashboard/static/app/redirect.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app DEBUG: copying build/lib/openstack_dashboard/static/app/redirect.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app DEBUG: copying build/lib/openstack_dashboard/static/app/app.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app DEBUG: copying build/lib/openstack_dashboard/static/app/app.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app DEBUG: copying build/lib/openstack_dashboard/static/app/_app.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/static/app DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hant DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/zh_Hant/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hant/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hans DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/zh_Hans/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ur DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ur/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ur/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ur/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/tr_TR DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/tr_TR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ta DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ta/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ta/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ta/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ru DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ru/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ru/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pt_BR DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pt_BR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pl_PL DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pl_PL/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pl_PL/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pa_IN DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pa_IN/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/pa_IN/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ne DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ne/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ne/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ne/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mr DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mr/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/mr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mr/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mni DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mni/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/mni/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mni/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mai DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mai/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/mai/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/mai/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ks/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ks/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ks/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/kok DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/kok/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/kok/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/kok/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ko_KR DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ko_KR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/kn DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/kn/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/kn/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/kn/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ka_GE DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ka_GE/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ja DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/ja/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/ja/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/it DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/it/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/it/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/it/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/id DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/id/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/id/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/id/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/hi DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/hi/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/hi/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/hi/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/gu DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/gu/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/gu/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/gu/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/fr DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/fr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/fr/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/es DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/es/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/es/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/es/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/eo DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/eo/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/eo/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_GB DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_GB/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_AU DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/en_AU/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/de DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/de/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/de/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/de/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/cs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/cs/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/cs/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/brx DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/brx/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/brx/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/brx/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/bn_IN DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/bn_IN/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/bn_IN/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/as DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/as/LC_MESSAGES DEBUG: copying build/lib/openstack_dashboard/locale/as/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/openstack_dashboard/locale/as/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/conf DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/nova_policy.d DEBUG: copying build/lib/openstack_dashboard/conf/nova_policy.d/api-extensions.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/nova_policy.d DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/default_policies/nova.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/default_policies/neutron.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/default_policies/keystone.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/default_policies/glance.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/default_policies/cinder.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/default_policies/README.txt -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf/default_policies DEBUG: copying build/lib/openstack_dashboard/conf/nova_policy.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf DEBUG: copying build/lib/openstack_dashboard/conf/neutron_policy.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf DEBUG: copying build/lib/openstack_dashboard/conf/keystone_policy.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf DEBUG: copying build/lib/openstack_dashboard/conf/glance_policy.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf DEBUG: copying build/lib/openstack_dashboard/conf/cinder_policy.yaml -> build/bdist.linux-x86_64/wheel/openstack_dashboard/conf DEBUG: copying build/lib/openstack_dashboard/karma.conf.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/.eslintrc -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/usage DEBUG: copying build/lib/openstack_dashboard/usage/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/usage DEBUG: copying build/lib/openstack_dashboard/usage/base.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/usage DEBUG: copying build/lib/openstack_dashboard/usage/quotas.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/usage DEBUG: copying build/lib/openstack_dashboard/usage/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/usage DEBUG: copying build/lib/openstack_dashboard/usage/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/usage DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/management DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/horizon.wsgi.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/apache_vhost.conf.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/cleanup_angular_template_cache.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/dump_default_policies.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/extract_messages.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/make_web_conf.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/migrate_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/update_catalog.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/commands/upgrade_check.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management/commands DEBUG: copying build/lib/openstack_dashboard/management/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/management DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_80_admin_add_panel_group.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_70_admin_default_panel.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_60_admin_remove_panel.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_50_admin_add_panel.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1000_project.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1010_compute_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1020_project_overview_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1030_project_instances_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1050_project_images_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1080_project_key_pairs_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1090_project_api_access_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1110_project_server_groups_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1310_volumes_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1320_project_volumes_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1330_project_backups_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1330_project_snapshots_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1360_project_volume_groups.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1370_project_vg_snapshots.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1410_network_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1420_project_network_topology_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1430_project_network_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1440_project_routers_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1480_security_groups_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1490_project_floating_ips_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1500_project_trunks_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1510_project_network_qos_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1520_project_floating_ip_portforwardings_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1910_object_store_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_1920_project_containers_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2000_admin.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2010_admin_overview_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2110_admin_compute_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2120_admin_hypervisors_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2130_admin_aggregates_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2140_admin_instances_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2150_admin_flavors_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2160_admin_images_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2210_admin_volume_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2220_admin_volumes_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2230_admin_backups_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2230_admin_snapshots_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2240_admin_volume_types_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2250_admin_volume_groups.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2260_admin_vg_snapshots.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2270_admin_group_types_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2300_admin_network_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2310_admin_networks_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2320_admin_routers_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2330_admin_floating_ips_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2340_admin_trunks_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2350_admin_rbac_policies_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2810_admin_system_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2820_admin_defaults_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2830_admin_metadata_defs_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_2840_admin_info_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3000_identity.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3010_identity_domains_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3020_identity_projects_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3030_identity_users_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3040_identity_groups_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3050_identity_roles_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3060_federation_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3070_identity_identity_providers_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3080_identity_mappings_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3090_identity_application_credentials_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_3100_identity_credentials_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/_5000_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/enabled/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/enabled DEBUG: copying build/lib/openstack_dashboard/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/context_processors.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/defaults.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/exceptions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/hooks.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/policy.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/theme_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/wsgi.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: copying build/lib/openstack_dashboard/settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/cinder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/config.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/glance.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/json_encoder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/keystone.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/network.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/neutron.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/nova.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/policy.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/swift.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/rest/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api/rest DEBUG: copying build/lib/openstack_dashboard/api/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/_nova.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/base.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/cinder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/glance.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/keystone.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/microversions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/network.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/neutron.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/nova.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/placement.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: copying build/lib/openstack_dashboard/api/swift.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/api DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/config.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/config_types.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/filters.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/futurist_utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/identity.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: copying build/lib/openstack_dashboard/utils/settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/utils DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/templatetags DEBUG: copying build/lib/openstack_dashboard/templatetags/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templatetags DEBUG: copying build/lib/openstack_dashboard/templatetags/context_selection.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templatetags DEBUG: copying build/lib/openstack_dashboard/templatetags/themes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/templatetags DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/local DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/local/local_settings.d DEBUG: copying build/lib/openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/local_settings.d DEBUG: copying build/lib/openstack_dashboard/local/local_settings.d/_20_integration_tests_scaffolds.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/local_settings.d DEBUG: copying build/lib/openstack_dashboard/local/local_settings.d/_2010_integration_tests_deprecated.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/local_settings.d DEBUG: copying build/lib/openstack_dashboard/local/local_settings.d/_11_toggle_angular_features.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/local_settings.d DEBUG: copying build/lib/openstack_dashboard/local/local_settings.d/_10_set_custom_theme.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/local_settings.d DEBUG: copying build/lib/openstack_dashboard/local/local_settings.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local DEBUG: copying build/lib/openstack_dashboard/local/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/local/enabled DEBUG: copying build/lib/openstack_dashboard/local/enabled/_50_settings.py.example -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/enabled DEBUG: copying build/lib/openstack_dashboard/local/enabled/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/local/enabled DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib DEBUG: copying build/lib/openstack_dashboard/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resources.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.tree-node.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.trace-table.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/text-inputs.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabs.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabarray.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/sections-fieldsets.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/radios-checkboxes-select.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/example-help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/confirmation-dialog.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/buttons.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/array.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/addons-required-feedback.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-config-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/developer.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: copying build/lib/openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/static/dashboard/developer DEBUG: copying build/lib/openstack_dashboard/contrib/developer/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer DEBUG: copying build/lib/openstack_dashboard/contrib/developer/dashboard.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer DEBUG: copying build/lib/openstack_dashboard/contrib/developer/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/resource_browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/resource_browser/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/resource_browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/resource_browser/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/resource_browser DEBUG: copying build/lib/openstack_dashboard/contrib/developer/resource_browser/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/resource_browser DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/form_builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/form_builder/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/form_builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/form_builder/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/form_builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/form_builder/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/form_builder DEBUG: copying build/lib/openstack_dashboard/contrib/developer/form_builder/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/form_builder DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: copying build/lib/openstack_dashboard/contrib/developer/enabled/_9001_developer.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: copying build/lib/openstack_dashboard/contrib/developer/enabled/_9010_preview.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: copying build/lib/openstack_dashboard/contrib/developer/enabled/_9020_resource_browser.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: copying build/lib/openstack_dashboard/contrib/developer/enabled/_9030_profiler.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: copying build/lib/openstack_dashboard/contrib/developer/enabled/_9040_form_builder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: copying build/lib/openstack_dashboard/contrib/developer/enabled/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/enabled DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler/templates/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/templates/profiler/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler/templates/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/templates/profiler/_mode_picker.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler/templates/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/api.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/middleware.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: copying build/lib/openstack_dashboard/contrib/developer/profiler/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/profiler DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/theme_preview/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/theme_preview/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/theme_preview/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview DEBUG: copying build/lib/openstack_dashboard/contrib/developer/theme_preview/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/contrib/developer/theme_preview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards DEBUG: copying build/lib/openstack_dashboard/dashboards/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/drawer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.update.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.password.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.create.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.default.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.admin-password-incorrect.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/users DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/drawer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/info.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/panel.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/static/dashboard/identity DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/templates/mappings/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings/templates/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/mappings/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/mappings DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/dashboard.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/success.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/openrc.sh.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/kubeconfig.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/clouds.yaml.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_success.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/application_credentials/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/application_credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups/templates/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/constants.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/groups/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles/templates/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/roles/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/roles DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains/templates/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/templates/domains/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains/templates/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/constants.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/domains/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/domains DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/templates/projects DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/groups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/users/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/users/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/projects/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/projects DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/register.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_register.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/protocols/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers/protocols DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/identity_providers/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/identity_providers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/templates/credentials/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/credentials/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/change_password.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/templates/users DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/role_assignments DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/role_assignments/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/role_assignments DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/role_assignments/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/role_assignments DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/groups DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/groups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/credentials/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/identity/users/credentials/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/identity/users/credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/port-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor-details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/workflow DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/select-container.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-details-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-folder-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container.help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-modal.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/containers/_containers.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/project.module.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project DEBUG: copying build/lib/openstack_dashboard/dashboards/project/static/dashboard/project/project.module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/static/dashboard/project DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/upload_to_image.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/show_transfer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/retype.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/extend.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/encryption_detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/download_transfer_creds.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/create_transfer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/create_snapshot.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/accept_transfer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_volume_limits.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_upload_to_image.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_snapshot_limits.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_show_transfer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_retype.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_limits.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend_limits.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_encryption_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_transfer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_attach.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/_accept_transfer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volumes/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volumes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/templates/backups/restore_backup.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/templates/backups/create_backup.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/templates/backups/_restore_backup.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/templates/backups/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/backups/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/backups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/trunks/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/trunks/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/trunks/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/trunks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers/templates/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/ngindex.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers/templates/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/containers/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/containers/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/containers/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/containers/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/containers/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/containers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/rescue.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/disassociate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/detach_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/detach_interface.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/attach_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/attach_interface.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_rescue.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_edit_security_group_help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_disassociate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detach_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detach_interface.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_attach_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_attach_interface.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/templates/instances DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/update_instance.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/update_port.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances/workflows DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/audit_tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/console.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/interfaces_tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/instances/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/instances DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/add_rule.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_add_rule.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups/templates/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/security_groups/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/security_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/import.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/download.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/_import.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/key_pairs/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/key_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project DEBUG: copying build/lib/openstack_dashboard/dashboards/project/dashboard.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/allocate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/_allocate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ips/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ips DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: copying build/lib/openstack_dashboard/dashboards/project/floating_ip_portforwardings/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/floating_ip_portforwardings DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/snapshots/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/templates/images/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/images/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: copying build/lib/openstack_dashboard/dashboards/project/images/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/remove_vols.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/delete.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create_snapshot.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/clone_group.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_snapshot_limits.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_remove_vols.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_delete.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_create_snapshot.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_clone_group.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/volume_groups/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/volume_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_qos DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_qos/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_qos DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_qos/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_qos DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_qos/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_qos DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/server_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/server_groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/server_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/server_groups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/server_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/project/server_groups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/server_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/recreate_credentials.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/openrc.sh.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/ec2rc.sh.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/credentials.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/clouds.yaml.template -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_credentials.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/templates/api_access/_credentials.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access/templates/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: copying build/lib/openstack_dashboard/dashboards/project/api_access/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/api_access DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/templates/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/ports/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/ports/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/ports/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/ports/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/ports/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/ports/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/routers/extensions/extraroutes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/project/vg_snapshots/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/vg_snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview/templates/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/templates/overview/usage.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview/templates/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview/templates/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/project/overview/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/overview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/subnets DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/add_addresspair.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_edit_port_help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_create_port_help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_add_addresspair.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/templates/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/subnets DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports/extensions DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/sg_base.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/networks/ports/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/networks/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_net.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_instance.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_topology_view.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_actions_list.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/templates/network_topology DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/ports/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/ports/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/subnets/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/subnets/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/subnets DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/routers/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/routers/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/routers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/networks/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/networks/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/instances/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/instances/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: copying build/lib/openstack_dashboard/dashboards/project/network_topology/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/project/network_topology DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/templates/credentials/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials/templates/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/credentials/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/credentials DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user/templates/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/templates/user/settings.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user/templates/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/templates/user/_settings.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user/templates/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/user/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/user DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password/templates/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/templates/password/change.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password/templates/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/templates/password/_change.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password/templates/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/password/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings/password DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings DEBUG: copying build/lib/openstack_dashboard/dashboards/settings/dashboard.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/settings DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors/templates/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors/templates/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors/templates/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/constants.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/flavors/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/flavors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults/templates/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults/templates/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/defaults/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/defaults DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes_tables.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/update_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/unmanage_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/migrate_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/manage_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/_update_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/_unmanage_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/_migrate_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/_manage_volume.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes/templates/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volumes/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volumes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/edit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_edit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/edit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_edit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_types_tables.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_encryption_type_detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type_encryption.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_access.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/edit_qos_spec_consumer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type_encryption.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_qos_spec.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/associate_qos_spec.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_volume_encryption_type_detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type_encryption.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_access.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_edit_qos_spec_consumer.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type_encryption.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_qos_spec.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_associate_qos_spec.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/qos_specs/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/qos_specs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/extras/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/extras/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/extras/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/extras/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/extras/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_types/extras/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_types/extras DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/remove_vols.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/delete.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_remove_vols.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_delete.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/volume_groups/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/volume_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/rbac_policies/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/rbac_policies DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/ngflavors/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/ngflavors/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/ngflavors/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/ngflavors/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/ngflavors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images/templates/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/images/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/images DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview/templates/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview/templates/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview/templates/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/overview/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/overview DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/constants.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/metadata_defs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors/compute DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/hypervisors DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/edit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_edit.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/update_group_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/create_group_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_update_group_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/templates/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/specs/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/specs/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/specs/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/specs/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/specs/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/group_types/specs/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/group_types/specs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/trunks/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/trunks/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/trunks/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/trunks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/dashboard.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/update_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/_update_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/snapshots/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/detail.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/allocate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/_allocate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/floating_ips/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/floating_ips DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups/update_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups/_update_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/templates/backups/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups/templates/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/backups/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/backups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/routers/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/routers/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/templates/info/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v3.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v2.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info/templates/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/constants.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/info/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/info DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_edit_port_help.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/templates/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/subnets DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports/extensions DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/networks/agents DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/rescue.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/_rescue.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances/templates/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/instances/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/instances DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/tabs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/vg_snapshots/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/vg_snapshots DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/constants.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/tests.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: copying build/lib/openstack_dashboard/dashboards/admin/aggregates/workflows.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/dashboards/admin/aggregates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates/registration DEBUG: copying build/lib/openstack_dashboard/test/templates/registration/login.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates/registration DEBUG: copying build/lib/openstack_dashboard/test/templates/workflow.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: copying build/lib/openstack_dashboard/test/templates/tab_group.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: copying build/lib/openstack_dashboard/test/templates/base-sidebar.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: copying build/lib/openstack_dashboard/test/templates/_tab.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: copying build/lib/openstack_dashboard/test/templates/500.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: copying build/lib/openstack_dashboard/test/templates/404.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/ui DEBUG: copying build/lib/openstack_dashboard/test/selenium/ui/test_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/ui DEBUG: copying build/lib/openstack_dashboard/test/selenium/ui/test_hypervisors.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/ui DEBUG: copying build/lib/openstack_dashboard/test/selenium/ui/test_browse.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/ui DEBUG: copying build/lib/openstack_dashboard/test/selenium/ui/test_actions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/ui DEBUG: copying build/lib/openstack_dashboard/test/selenium/ui/conftest.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/ui DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_volumetypes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_volumes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_volume_snapshots.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_users.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_security_groups.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_routers.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_projects.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_networks.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_metadata_definitions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_keypairs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_instances.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_images.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_host_aggregates.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_grouptypes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_groups.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_floatingips.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_flavors.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_defaults.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/test_credentials.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/integration/conftest.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium/integration DEBUG: copying build/lib/openstack_dashboard/test/selenium/widgets.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium DEBUG: copying build/lib/openstack_dashboard/test/selenium/conftest.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/selenium DEBUG: copying build/lib/openstack_dashboard/test/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: copying build/lib/openstack_dashboard/test/error_pages_urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: copying build/lib/openstack_dashboard/test/extensible_header_urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: copying build/lib/openstack_dashboard/test/helpers.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: copying build/lib/openstack_dashboard/test/settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: copying build/lib/openstack_dashboard/test/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/jasmine DEBUG: copying build/lib/openstack_dashboard/test/jasmine/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/jasmine DEBUG: copying build/lib/openstack_dashboard/test/jasmine/jasmine.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/jasmine DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels DEBUG: copying build/lib/openstack_dashboard/test/test_panels/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel/templates/second_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel/templates/second_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/second_panel/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/second_panel/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/second_panel/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/second_panel/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/second_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel/templates/another_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/another_panel/templates/another_panel/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel/templates/another_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/another_panel/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/another_panel/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/another_panel/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/another_panel/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/another_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/nonloading_panel/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/nonloading_panel/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/nonloading_panel/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/nonloading_panel/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/nonloading_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/templates DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/index.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/header.html -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/static DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin_module.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.spec.js -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.scss -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/urls.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel DEBUG: copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_panels/plugin_panel DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/cinder_data.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/exceptions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/glance_data.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/keystone_data.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/neutron_data.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/nova_data.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/swift_data.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: copying build/lib/openstack_dashboard/test/test_data/utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_data DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/usage DEBUG: copying build/lib/openstack_dashboard/test/unit/usage/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/usage DEBUG: copying build/lib/openstack_dashboard/test/unit/usage/test_quotas.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/usage DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_cinder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_config.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_glance.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_keystone.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_network.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_neutron.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_nova.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_policy.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_swift.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/rest/test_utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api/rest DEBUG: copying build/lib/openstack_dashboard/test/unit/api/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_base.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_cinder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_glance.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_keystone.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_microversions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_network.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_neutron.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_nova.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/api/test_swift.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/api DEBUG: copying build/lib/openstack_dashboard/test/unit/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit DEBUG: copying build/lib/openstack_dashboard/test/unit/test_error_pages.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit DEBUG: copying build/lib/openstack_dashboard/test/unit/test_policy.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit DEBUG: copying build/lib/openstack_dashboard/test/unit/test_themes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit DEBUG: copying build/lib/openstack_dashboard/test/unit/test_views.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/utils DEBUG: copying build/lib/openstack_dashboard/test/unit/utils/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/utils DEBUG: copying build/lib/openstack_dashboard/test/unit/utils/test_config_types.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/utils DEBUG: copying build/lib/openstack_dashboard/test/unit/utils/test_filters.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/utils DEBUG: copying build/lib/openstack_dashboard/test/unit/utils/test_futurist_utils.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/utils DEBUG: copying build/lib/openstack_dashboard/test/unit/utils/test_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/unit/utils DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_50_admin_add_panel_to_default_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_group_config DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_40_admin_nonloading_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/panel_config/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins/panel_config DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/test_panel.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins DEBUG: copying build/lib/openstack_dashboard/test/test_plugins/test_panel_group.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/test_plugins DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/horizon.conf -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/README.rst -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/bars.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/baseregion.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/exceptions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/forms.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/menus.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/messages.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/regions/tables.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/regions DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/basewebobject.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/config.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/decorators.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/helpers.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/video_recorder.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/settings/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/settings DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/basepage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/loginpage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/navigation.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/pageobject.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/groupspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/projectspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/rolespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/identity DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/userspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/identity DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/network/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/network/floatingipspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/network/networkspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/network/routerspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/overviewpage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute/flavorspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute/hostaggregatespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute/hypervisorspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute/imagespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/compute/instancespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/compute DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume/grouptypespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume/snapshotspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume/volumespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/volume/volumetypespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/volume DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/defaultspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/imagespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/metadatadefinitionspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system/system_info DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/admin/system/system_info DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/floatingipspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/networkoverviewpage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/networkspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/networktopologypage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/routerinterfacespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/routeroverviewpage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/routerspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/securitygroupspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network/security_groups DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/security_groups/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network/security_groups DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/security_groups/managerulespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/network/security_groups DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/instancespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/keypairspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/servergroupspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/compute DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/apiaccesspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/object_store DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/object_store DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes/snapshotspage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/pages/project/volumes/volumespage.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/pages/project/volumes DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: creating build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests/test-data DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test-data/empty_namespace.json -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests/test-data DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_credentials.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_defaults.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_flavors.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_floatingips.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_groups.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_grouptypes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_host_aggregates.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_images.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_instances.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_keypairs.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_login.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_metadata_definitions.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_networks.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_projects.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_router.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_router_gateway.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_security_groups.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_user_settings.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_users.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_volume_snapshots.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_volumes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: copying build/lib/openstack_dashboard/test/integration_tests/tests/test_volumetypes.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/test/integration_tests/tests DEBUG: creating build/bdist.linux-x86_64/wheel/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/horizon/jasmine DEBUG: copying build/lib/horizon/templates/horizon/jasmine/jasmine_legacy.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/jasmine DEBUG: copying build/lib/horizon/templates/horizon/jasmine/jasmine.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/jasmine DEBUG: copying build/lib/horizon/templates/horizon/jasmine/index.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/jasmine DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common/fields DEBUG: copying build/lib/horizon/templates/horizon/common/fields/_themable_spinner.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common/fields DEBUG: copying build/lib/horizon/templates/horizon/common/fields/_themable_select.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common/fields DEBUG: copying build/lib/horizon/templates/horizon/common/fields/_themable_radiobutton.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common/fields DEBUG: copying build/lib/horizon/templates/horizon/common/fields/_themable_checkbox.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common/fields DEBUG: copying build/lib/horizon/templates/horizon/common/_workflow_step_update_members.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_workflow_step.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_workflow_base.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_workflow.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_usage_summary.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_tab_group.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_sidebar_module.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_sidebar.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_resource_browser.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_region_selector.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_page_header.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_modal_form_add_members.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_modal_form.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_modal.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_limit_summary.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_keystone_provider_selector.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_horizontal_fields.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_horizontal_field.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_formset_table_row.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_formset_table.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_form_fields.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_form_field_required.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_form_field_decorator.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_form_field.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_form_errors.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_domain_page_header.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_detail_table.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_detail_tab_group.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_detail_header.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_detail.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_datepicker_form.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_datepicker.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_view.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_table_actions.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_row_actions_row.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_row_actions_dropdown.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_row_action_row.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_row.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_pagination_with_pages.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_pagination.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_cell.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table_action.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_data_table.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: copying build/lib/horizon/templates/horizon/common/_breadcrumb.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/common DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/templates.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/template.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_table_row.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_script_loader.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_progress.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_modal.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_membership.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_loading_modal.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_loading_inline.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_confirm.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/client_side/_alert_message.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon/client_side DEBUG: copying build/lib/horizon/templates/horizon/_subnav_list.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon DEBUG: copying build/lib/horizon/templates/horizon/_sidebar.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon DEBUG: copying build/lib/horizon/templates/horizon/_script_i18n.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon DEBUG: copying build/lib/horizon/templates/horizon/_nav_list.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon DEBUG: copying build/lib/horizon/templates/horizon/_messages.html -> build/bdist.linux-x86_64/wheel/horizon/templates/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/bootstrap DEBUG: copying build/lib/horizon/templates/bootstrap/progress_bar.html -> build/bdist.linux-x86_64/wheel/horizon/templates/bootstrap DEBUG: copying build/lib/horizon/templates/bootstrap/breadcrumb.html -> build/bdist.linux-x86_64/wheel/horizon/templates/bootstrap DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/totp.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/password.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/login.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_totp_page.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_totp_form.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_splash.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_password_page.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_password_form.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_login_page.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_login_modal.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_login_form.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_login.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/auth/_description.html -> build/bdist.linux-x86_64/wheel/horizon/templates/auth DEBUG: copying build/lib/horizon/templates/not_authorized.html -> build/bdist.linux-x86_64/wheel/horizon/templates DEBUG: copying build/lib/horizon/templates/_login_form_footer.html -> build/bdist.linux-x86_64/wheel/horizon/templates DEBUG: copying build/lib/horizon/templates/_login_footer.html -> build/bdist.linux-x86_64/wheel/horizon/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/templates.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/tables.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/string.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/quota.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/modals.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/messages.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: copying build/lib/horizon/static/horizon/tests/jasmine/instances.legacy-spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/tests/jasmine DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/horizon/lib DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/horizon/lib/jquery DEBUG: copying build/lib/horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/lib/jquery DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.uuid.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.users.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.templates.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.tabs.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.tables.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.string.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.sidebar.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.selenium.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.modals.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.messages.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.membership.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.loader.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.lists.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.heattop.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.hacks.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.formset_table.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.forms.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.extensible_header.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.datepickers.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.d3piechart.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.d3linechart.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.d3barchart.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/js/horizon.communication.js -> build/bdist.linux-x86_64/wheel/horizon/static/horizon/js DEBUG: copying build/lib/horizon/static/horizon/.eslintrc -> build/bdist.linux-x86_64/wheel/horizon/static/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/wizard.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/wizard.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/wizard.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/wizard.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/wizard.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/wizard.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: copying build/lib/horizon/static/framework/widgets/wizard/modal-container.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/wizard DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.max-2.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.max-1.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.example.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.clone.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/transfer-table.basic.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/filter-available.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: copying build/lib/horizon/static/framework/widgets/transfer-table/filter-available.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/transfer-table DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/toast DEBUG: copying build/lib/horizon/static/framework/widgets/toast/toast.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/toast DEBUG: copying build/lib/horizon/static/framework/widgets/toast/toast.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/toast DEBUG: copying build/lib/horizon/static/framework/widgets/toast/toast.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/toast DEBUG: copying build/lib/horizon/static/framework/widgets/toast/toast.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/toast DEBUG: copying build/lib/horizon/static/framework/widgets/toast/toast.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/toast DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/table.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/table.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/table.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/table.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/table.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/st-table.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/search-bar.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/search-bar.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/pagination.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/no-items.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-table.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-table-footer.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-table-footer.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-table-footer.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-select.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-select-all.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-search-bar.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-resource-table.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-resource-table.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-resource-table.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-resource-table.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-no-items.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-no-items.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-no-items.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-expand-detail.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-dynamic-table.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-dynamic-table.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-dynamic-table.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-dynamic-table.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-dynamic-table.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-dynamic-table.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-detail-row.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-detail-row.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: copying build/lib/horizon/static/framework/widgets/table/hz-cell.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/table DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/property.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-resource-property.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-resource-property.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-resource-property.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-resource-property.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-resource-property-list.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-resource-property-list.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: copying build/lib/horizon/static/framework/widgets/property/hz-field.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/property DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/panel DEBUG: copying build/lib/horizon/static/framework/widgets/panel/panel.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/panel DEBUG: copying build/lib/horizon/static/framework/widgets/panel/hz-resource-panel.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/panel DEBUG: copying build/lib/horizon/static/framework/widgets/panel/hz-resource-panel.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/panel DEBUG: copying build/lib/horizon/static/framework/widgets/panel/hz-resource-panel.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/panel DEBUG: copying build/lib/horizon/static/framework/widgets/panel/hz-resource-panel.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/panel DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying build/lib/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying build/lib/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying build/lib/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying build/lib/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal-wait-spinner DEBUG: copying build/lib/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal-wait-spinner DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/wizard.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/wizard.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/wizard-modal.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/wizard-modal.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/simple-modal.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/simple-modal.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/simple-modal.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/simple-modal.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/modal.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/delete-modal.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: copying build/lib/horizon/static/framework/widgets/modal/delete-modal.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/modal DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/tree.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/tree.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/tree.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/tree.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/tree DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/display/metadata-display.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/display/metadata-display.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/display/metadata-display.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/display/display.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/display/display.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/display/display.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata/display DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/metadata.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata DEBUG: copying build/lib/horizon/static/framework/widgets/metadata/metadata.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/metadata DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/st-magic-search.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/magic-search.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/hz-magic-search-bar.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: copying build/lib/horizon/static/framework/widgets/magic-search/hz-magic-search-bar.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/magic-search DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/load-edit DEBUG: copying build/lib/horizon/static/framework/widgets/load-edit/load-edit.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/load-edit DEBUG: copying build/lib/horizon/static/framework/widgets/load-edit/load-edit.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/load-edit DEBUG: copying build/lib/horizon/static/framework/widgets/load-edit/load-edit.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/load-edit DEBUG: copying build/lib/horizon/static/framework/widgets/load-edit/load-edit.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/load-edit DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/help-panel DEBUG: copying build/lib/horizon/static/framework/widgets/help-panel/help-panel.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/help-panel DEBUG: copying build/lib/horizon/static/framework/widgets/help-panel/help-panel.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/help-panel DEBUG: copying build/lib/horizon/static/framework/widgets/help-panel/help-panel.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/help-panel DEBUG: copying build/lib/horizon/static/framework/widgets/help-panel/help-panel.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/help-panel DEBUG: copying build/lib/horizon/static/framework/widgets/help-panel/help-panel.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/help-panel DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: copying build/lib/horizon/static/framework/widgets/headers/hz-page-header.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: copying build/lib/horizon/static/framework/widgets/headers/hz-page-header.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: copying build/lib/horizon/static/framework/widgets/headers/hz-page-header.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: copying build/lib/horizon/static/framework/widgets/headers/headers.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: copying build/lib/horizon/static/framework/widgets/headers/headers.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: copying build/lib/horizon/static/framework/widgets/headers/headers.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/headers DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/textarea.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/tabs.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/tabarray.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/submit.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/select.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/section.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/radios.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/radios-inline.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/radio-buttons.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/password-confirm.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/help.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/fieldset.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/default.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/checkboxes.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/checkbox.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/fields/array.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form/fields DEBUG: copying build/lib/horizon/static/framework/widgets/form/modal-form.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/modal-form.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/modal-form.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/modal-form.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/modal-form.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/form.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/decorator.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/decorator.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/builders.provider.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: copying build/lib/horizon/static/framework/widgets/form/builders.provider.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/form DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: copying build/lib/horizon/static/framework/widgets/details/routed-details-view.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: copying build/lib/horizon/static/framework/widgets/details/routed-details-view.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: copying build/lib/horizon/static/framework/widgets/details/routed-details-view.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: copying build/lib/horizon/static/framework/widgets/details/details.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: copying build/lib/horizon/static/framework/widgets/details/details.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: copying build/lib/horizon/static/framework/widgets/details/details.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/details DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/contenteditable DEBUG: copying build/lib/horizon/static/framework/widgets/contenteditable/contenteditable.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/contenteditable DEBUG: copying build/lib/horizon/static/framework/widgets/contenteditable/contenteditable.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/contenteditable DEBUG: copying build/lib/horizon/static/framework/widgets/contenteditable/contenteditable.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/contenteditable DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/pie-chart.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/pie-chart.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/pie-chart.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/pie-chart.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/charts.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/charts.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/chart-tooltip.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/chart-tooltip.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/chart-tooltip.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: copying build/lib/horizon/static/framework/widgets/charts/chart-tooltip.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/charts DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/warning-tooltip.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/split-button.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/single-button.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/menu.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/menu.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/menu-item.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/button-tooltip.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/button-group.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.row.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.detail.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.custom2.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.custom.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions.batch.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-row.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-detail.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-delete.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-delete-selected.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-danger.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-create.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/actions-batch.template.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action-list.split-botton-dropdown.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action-list.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action-list.single-button-dropdown.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action-list.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action-list.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/action-list/action-list.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets/action-list DEBUG: copying build/lib/horizon/static/framework/widgets/widgets.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets DEBUG: copying build/lib/horizon/static/framework/widgets/widgets.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets DEBUG: copying build/lib/horizon/static/framework/widgets/widgets.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/widgets DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/workflow DEBUG: copying build/lib/horizon/static/framework/util/workflow/workflow.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/workflow DEBUG: copying build/lib/horizon/static/framework/util/workflow/workflow.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/workflow DEBUG: copying build/lib/horizon/static/framework/util/workflow/workflow.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/workflow DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/validators.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/validators.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/validate-unique.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/validate-number-min.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/validate-number-max.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/hz-password-match.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: copying build/lib/horizon/static/framework/util/validators/hz-password-match.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/validators DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/uuid DEBUG: copying build/lib/horizon/static/framework/util/uuid/uuid.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/uuid DEBUG: copying build/lib/horizon/static/framework/util/uuid/uuid.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/uuid DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/timezones DEBUG: copying build/lib/horizon/static/framework/util/timezones/timezone.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/timezones DEBUG: copying build/lib/horizon/static/framework/util/timezones/timezone.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/timezones DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/tech-debt DEBUG: copying build/lib/horizon/static/framework/util/tech-debt/tech-debt.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/tech-debt DEBUG: copying build/lib/horizon/static/framework/util/tech-debt/image-file-on-change.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/tech-debt DEBUG: copying build/lib/horizon/static/framework/util/tech-debt/helper-functions.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/tech-debt DEBUG: copying build/lib/horizon/static/framework/util/tech-debt/helper-functions.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/tech-debt DEBUG: copying build/lib/horizon/static/framework/util/tech-debt/dummy.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/tech-debt DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/q DEBUG: copying build/lib/horizon/static/framework/util/q/q.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/q DEBUG: copying build/lib/horizon/static/framework/util/q/q.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/q DEBUG: copying build/lib/horizon/static/framework/util/q/q.extensions.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/q DEBUG: copying build/lib/horizon/static/framework/util/q/q.extensions.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/q DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/promise-toggle DEBUG: copying build/lib/horizon/static/framework/util/promise-toggle/promise-toggle.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/promise-toggle DEBUG: copying build/lib/horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/promise-toggle DEBUG: copying build/lib/horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.mock.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/promise-toggle DEBUG: copying build/lib/horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/promise-toggle DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/navigations DEBUG: copying build/lib/horizon/static/framework/util/navigations/navigations.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/navigations DEBUG: copying build/lib/horizon/static/framework/util/navigations/navigations.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/navigations DEBUG: copying build/lib/horizon/static/framework/util/navigations/navigations.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/navigations DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/i18n DEBUG: copying build/lib/horizon/static/framework/util/i18n/i18n.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/i18n DEBUG: copying build/lib/horizon/static/framework/util/i18n/i18n.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/i18n DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/http DEBUG: copying build/lib/horizon/static/framework/util/http/http.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/http DEBUG: copying build/lib/horizon/static/framework/util/http/http.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/http DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/filters DEBUG: copying build/lib/horizon/static/framework/util/filters/helpers.borrowed-from-underscore.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/filters DEBUG: copying build/lib/horizon/static/framework/util/filters/filters.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/filters DEBUG: copying build/lib/horizon/static/framework/util/filters/filters.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/filters DEBUG: copying build/lib/horizon/static/framework/util/filters/filters.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/filters DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/file DEBUG: copying build/lib/horizon/static/framework/util/file/text-download.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/file DEBUG: copying build/lib/horizon/static/framework/util/file/text-download.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/file DEBUG: copying build/lib/horizon/static/framework/util/file/file.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/file DEBUG: copying build/lib/horizon/static/framework/util/file/file-reader.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/file DEBUG: copying build/lib/horizon/static/framework/util/file/file-reader.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/file DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/extensible DEBUG: copying build/lib/horizon/static/framework/util/extensible/extensible.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/extensible DEBUG: copying build/lib/horizon/static/framework/util/extensible/extensible.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/extensible DEBUG: copying build/lib/horizon/static/framework/util/extensible/extensible.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/extensible DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/bind-scope DEBUG: copying build/lib/horizon/static/framework/util/bind-scope/bind-scope.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/bind-scope DEBUG: copying build/lib/horizon/static/framework/util/bind-scope/bind-scope.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/bind-scope DEBUG: copying build/lib/horizon/static/framework/util/bind-scope/bind-scope.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/bind-scope DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/util/actions DEBUG: copying build/lib/horizon/static/framework/util/actions/actions.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/actions DEBUG: copying build/lib/horizon/static/framework/util/actions/action-result.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/actions DEBUG: copying build/lib/horizon/static/framework/util/actions/action-result.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util/actions DEBUG: copying build/lib/horizon/static/framework/util/util.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/util DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/framework/conf DEBUG: copying build/lib/horizon/static/framework/conf/resource-type-registry.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/conf DEBUG: copying build/lib/horizon/static/framework/conf/resource-type-registry.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/conf DEBUG: copying build/lib/horizon/static/framework/conf/permissions.service.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/conf DEBUG: copying build/lib/horizon/static/framework/conf/permissions.service.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/conf DEBUG: copying build/lib/horizon/static/framework/conf/conf.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework/conf DEBUG: copying build/lib/horizon/static/framework/framework.scss -> build/bdist.linux-x86_64/wheel/horizon/static/framework DEBUG: copying build/lib/horizon/static/framework/framework.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework DEBUG: copying build/lib/horizon/static/framework/framework.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/framework DEBUG: copying build/lib/horizon/static/framework/.eslintrc -> build/bdist.linux-x86_64/wheel/horizon/static/framework DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/auth DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.websso.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.regular.mock.html -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.module.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.controller.spec.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login.controller.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/login/login-finder.directive.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth/login DEBUG: copying build/lib/horizon/static/auth/auth.module.js -> build/bdist.linux-x86_64/wheel/horizon/static/auth DEBUG: copying build/lib/horizon/static/auth/.eslintrc -> build/bdist.linux-x86_64/wheel/horizon/static/auth DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hant DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/zh_Hant/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/zh_Hant/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hant/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hans DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/zh_Hans/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/zh_Hans/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/tr_TR DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/tr_TR/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/tr_TR/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/tr_TR/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/tr_TR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/tr_TR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/sr DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/sr/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/sr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/sr/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/sl_SI DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/sl_SI/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/sl_SI/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/sl_SI/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ru DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ru/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ru/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ru/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ru/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ru/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pt_BR DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pt_BR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pt DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pt/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pt/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pt/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pl_PL DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pl_PL/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pl_PL/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pl_PL/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pa_IN DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/pa_IN/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pa_IN/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pa_IN/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/pa_IN/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/pa_IN/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/nl_NL DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/nl_NL/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/nl_NL/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/nl_NL/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/nl_NL/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/nl_NL/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ko_KR DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ko_KR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ka_GE DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ka_GE/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ka_GE/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ka_GE/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ka_GE/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ka_GE/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ja DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ja/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ja/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ja/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ja/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ja/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/it DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/it/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/it/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/it/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/it/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/it/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/id DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/id/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/id/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/id/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/id/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/id/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/hu DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/hu/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/hu/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/hu/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/hi DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/hi/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/hi/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/hi/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/fr DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/fr/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/fr/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/fr/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/fr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/fr/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/fil DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/fil/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/fil/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/fil/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/fi_FI DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/fi_FI/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/fi_FI/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/fi_FI/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/es_MX DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/es_MX/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/es_MX/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/es_MX/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/es DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/es/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/es/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/es/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/es/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/es/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/eo DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/eo/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/eo/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/eo/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/eo/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/eo/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/en_GB DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/en_GB/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/en_GB/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/en_GB/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/en_AU DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/en_AU/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/en_AU/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/en_AU/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/en_AU/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/en_AU/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/de DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/de/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/de/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/de/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/de/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/de/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/cs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/cs/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/cs/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/cs/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/cs/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/cs/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ca DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ca/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ca/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ca/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ar DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/locale/ar/LC_MESSAGES DEBUG: copying build/lib/horizon/locale/ar/LC_MESSAGES/djangojs.po -> build/bdist.linux-x86_64/wheel/horizon/locale/ar/LC_MESSAGES DEBUG: copying build/lib/horizon/karma.conf.js -> build/bdist.linux-x86_64/wheel/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf DEBUG: copying build/lib/horizon/conf/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/conf DEBUG: copying build/lib/horizon/conf/default.py -> build/bdist.linux-x86_64/wheel/horizon/conf DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/templates/dash_name DEBUG: copying build/lib/horizon/conf/dash_template/templates/dash_name/base.html -> build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/templates/dash_name DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/static DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/static/dash_name DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/static/dash_name/scss DEBUG: copying build/lib/horizon/conf/dash_template/static/dash_name/scss/dash_name.scss -> build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/static/dash_name/scss DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/static/dash_name/js DEBUG: copying build/lib/horizon/conf/dash_template/static/dash_name/js/dash_name.js -> build/bdist.linux-x86_64/wheel/horizon/conf/dash_template/static/dash_name/js DEBUG: copying build/lib/horizon/conf/dash_template/dashboard.py.tmpl -> build/bdist.linux-x86_64/wheel/horizon/conf/dash_template DEBUG: copying build/lib/horizon/conf/dash_template/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/conf/dash_template DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/panel_template DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/panel_template/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/conf/panel_template/templates/panel_name DEBUG: copying build/lib/horizon/conf/panel_template/templates/panel_name/index.html -> build/bdist.linux-x86_64/wheel/horizon/conf/panel_template/templates/panel_name DEBUG: copying build/lib/horizon/conf/panel_template/urls.py.tmpl -> build/bdist.linux-x86_64/wheel/horizon/conf/panel_template DEBUG: copying build/lib/horizon/conf/panel_template/tests.py.tmpl -> build/bdist.linux-x86_64/wheel/horizon/conf/panel_template DEBUG: copying build/lib/horizon/conf/panel_template/panel.py.tmpl -> build/bdist.linux-x86_64/wheel/horizon/conf/panel_template DEBUG: copying build/lib/horizon/conf/panel_template/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/conf/panel_template DEBUG: copying build/lib/horizon/conf/panel_template/views.py -> build/bdist.linux-x86_64/wheel/horizon/conf/panel_template DEBUG: copying build/lib/horizon/__init__.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/base.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/cache.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/context_processors.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/decorators.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/defaults.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/exceptions.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/loaders.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/messages.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/notifications.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/site_urls.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/themes.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/version.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: copying build/lib/horizon/views.py -> build/bdist.linux-x86_64/wheel/horizon DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/middleware DEBUG: copying build/lib/horizon/middleware/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/middleware DEBUG: copying build/lib/horizon/middleware/base.py -> build/bdist.linux-x86_64/wheel/horizon/middleware DEBUG: copying build/lib/horizon/middleware/operation_log.py -> build/bdist.linux-x86_64/wheel/horizon/middleware DEBUG: copying build/lib/horizon/middleware/simultaneous_sessions.py -> build/bdist.linux-x86_64/wheel/horizon/middleware DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/tables DEBUG: copying build/lib/horizon/tables/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/tables DEBUG: copying build/lib/horizon/tables/actions.py -> build/bdist.linux-x86_64/wheel/horizon/tables DEBUG: copying build/lib/horizon/tables/base.py -> build/bdist.linux-x86_64/wheel/horizon/tables DEBUG: copying build/lib/horizon/tables/formset.py -> build/bdist.linux-x86_64/wheel/horizon/tables DEBUG: copying build/lib/horizon/tables/views.py -> build/bdist.linux-x86_64/wheel/horizon/tables DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/browsers DEBUG: copying build/lib/horizon/browsers/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/browsers DEBUG: copying build/lib/horizon/browsers/base.py -> build/bdist.linux-x86_64/wheel/horizon/browsers DEBUG: copying build/lib/horizon/browsers/breadcrumb.py -> build/bdist.linux-x86_64/wheel/horizon/browsers DEBUG: copying build/lib/horizon/browsers/views.py -> build/bdist.linux-x86_64/wheel/horizon/browsers DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/babel_extract_angular.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/csvbase.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/escape.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/file_discovery.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/filters.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/functions.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/html.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/http.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/lazy_encoder.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/memoized.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/scss_filter.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/secret_key.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/settings.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: copying build/lib/horizon/utils/validators.py -> build/bdist.linux-x86_64/wheel/horizon/utils DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/tabs DEBUG: copying build/lib/horizon/tabs/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/tabs DEBUG: copying build/lib/horizon/tabs/base.py -> build/bdist.linux-x86_64/wheel/horizon/tabs DEBUG: copying build/lib/horizon/tabs/views.py -> build/bdist.linux-x86_64/wheel/horizon/tabs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/forms DEBUG: copying build/lib/horizon/forms/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/forms DEBUG: copying build/lib/horizon/forms/base.py -> build/bdist.linux-x86_64/wheel/horizon/forms DEBUG: copying build/lib/horizon/forms/fields.py -> build/bdist.linux-x86_64/wheel/horizon/forms DEBUG: copying build/lib/horizon/forms/views.py -> build/bdist.linux-x86_64/wheel/horizon/forms DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/management DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/management/commands DEBUG: copying build/lib/horizon/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/management/commands DEBUG: copying build/lib/horizon/management/commands/pull_catalog.py -> build/bdist.linux-x86_64/wheel/horizon/management/commands DEBUG: copying build/lib/horizon/management/commands/startdash.py -> build/bdist.linux-x86_64/wheel/horizon/management/commands DEBUG: copying build/lib/horizon/management/commands/startpanel.py -> build/bdist.linux-x86_64/wheel/horizon/management/commands DEBUG: copying build/lib/horizon/management/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/management DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/angular.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/bootstrap.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/branding.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/breadcrumb_nav.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/form_helpers.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/horizon.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/parse_date.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/shellfilter.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/sizeformat.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/splitfilter.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: copying build/lib/horizon/templatetags/truncate_filter.py -> build/bdist.linux-x86_64/wheel/horizon/templatetags DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/workflows DEBUG: copying build/lib/horizon/workflows/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/workflows DEBUG: copying build/lib/horizon/workflows/base.py -> build/bdist.linux-x86_64/wheel/horizon/workflows DEBUG: copying build/lib/horizon/workflows/views.py -> build/bdist.linux-x86_64/wheel/horizon/workflows DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/hacking DEBUG: copying build/lib/horizon/hacking/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/hacking DEBUG: copying build/lib/horizon/hacking/checks.py -> build/bdist.linux-x86_64/wheel/horizon/hacking DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/contrib DEBUG: copying build/lib/horizon/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/contrib DEBUG: copying build/lib/horizon/contrib/bootstrap_datepicker.py -> build/bdist.linux-x86_64/wheel/horizon/contrib DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/contrib/staticfiles DEBUG: copying build/lib/horizon/contrib/staticfiles/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/contrib/staticfiles DEBUG: copying build/lib/horizon/contrib/staticfiles/finders.py -> build/bdist.linux-x86_64/wheel/horizon/contrib/staticfiles DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/templates/registration DEBUG: copying build/lib/horizon/test/templates/registration/login.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates/registration DEBUG: copying build/lib/horizon/test/templates/workflow.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: copying build/lib/horizon/test/templates/tab_group.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: copying build/lib/horizon/test/templates/base.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: copying build/lib/horizon/test/templates/base-sidebar.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: copying build/lib/horizon/test/templates/angular.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: copying build/lib/horizon/test/templates/_tab.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: copying build/lib/horizon/test/templates/404.html -> build/bdist.linux-x86_64/wheel/horizon/test/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/selenium DEBUG: copying build/lib/horizon/test/selenium/selenium_tests.py -> build/bdist.linux-x86_64/wheel/horizon/test/selenium DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/messages DEBUG: copying build/lib/horizon/test/messages/test_warning.json -> build/bdist.linux-x86_64/wheel/horizon/test/messages DEBUG: copying build/lib/horizon/test/messages/test_invalid.json -> build/bdist.linux-x86_64/wheel/horizon/test/messages DEBUG: copying build/lib/horizon/test/messages/test_info.json -> build/bdist.linux-x86_64/wheel/horizon/test/messages DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/customization DEBUG: copying build/lib/horizon/test/customization/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/customization DEBUG: copying build/lib/horizon/test/customization/cust_test1.py -> build/bdist.linux-x86_64/wheel/horizon/test/customization DEBUG: copying build/lib/horizon/test/customization/cust_test2.py -> build/bdist.linux-x86_64/wheel/horizon/test/customization DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/dummy_auth DEBUG: copying build/lib/horizon/test/dummy_auth/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/dummy_auth DEBUG: copying build/lib/horizon/test/dummy_auth/backend.py -> build/bdist.linux-x86_64/wheel/horizon/test/dummy_auth DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards DEBUG: copying build/lib/horizon/test/test_dashboards/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/templates/cats DEBUG: copying build/lib/horizon/test/test_dashboards/cats/templates/cats/base.html -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/templates/cats DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/static DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/static/cats DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/static/cats/scss DEBUG: copying build/lib/horizon/test/test_dashboards/cats/static/cats/scss/cats.scss -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/static/cats/scss DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/static/cats/js DEBUG: copying build/lib/horizon/test/test_dashboards/cats/static/cats/js/cats.js -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/static/cats/js DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers/templates/tigers DEBUG: copying build/lib/horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers/templates/tigers DEBUG: copying build/lib/horizon/test/test_dashboards/cats/tigers/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers DEBUG: copying build/lib/horizon/test/test_dashboards/cats/tigers/panel.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers DEBUG: copying build/lib/horizon/test/test_dashboards/cats/tigers/urls.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers DEBUG: copying build/lib/horizon/test/test_dashboards/cats/tigers/views.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/tigers DEBUG: copying build/lib/horizon/test/test_dashboards/cats/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats DEBUG: copying build/lib/horizon/test/test_dashboards/cats/dashboard.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens/templates/kittens DEBUG: copying build/lib/horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens/templates/kittens DEBUG: copying build/lib/horizon/test/test_dashboards/cats/kittens/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens DEBUG: copying build/lib/horizon/test/test_dashboards/cats/kittens/panel.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens DEBUG: copying build/lib/horizon/test/test_dashboards/cats/kittens/urls.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens DEBUG: copying build/lib/horizon/test/test_dashboards/cats/kittens/views.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/cats/kittens DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/templates/dogs DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/templates/dogs/base.html -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/templates/dogs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/static DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/static/dogs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/static/dogs/scss DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/static/dogs/scss/dogs.scss -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/static/dogs/scss DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/static/dogs/js DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/static/dogs/js DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/dashboard.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies/templates DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies/templates/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies/templates/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies/templates/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/panel.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/tables.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/tabs.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/urls.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: copying build/lib/horizon/test/test_dashboards/dogs/puppies/views.py -> build/bdist.linux-x86_64/wheel/horizon/test/test_dashboards/dogs/puppies DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/jasmine DEBUG: copying build/lib/horizon/test/jasmine/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/jasmine DEBUG: copying build/lib/horizon/test/jasmine/jasmine.py -> build/bdist.linux-x86_64/wheel/horizon/test/jasmine DEBUG: copying build/lib/horizon/test/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: copying build/lib/horizon/test/firefox_binary.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: copying build/lib/horizon/test/helpers.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: copying build/lib/horizon/test/settings.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: copying build/lib/horizon/test/urls.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: copying build/lib/horizon/test/utils.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: copying build/lib/horizon/test/webdriver.py -> build/bdist.linux-x86_64/wheel/horizon/test DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/hacking DEBUG: copying build/lib/horizon/test/unit/hacking/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/hacking DEBUG: copying build/lib/horizon/test/unit/hacking/test_checks.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/hacking DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/tabs DEBUG: copying build/lib/horizon/test/unit/tabs/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/tabs DEBUG: copying build/lib/horizon/test/unit/tabs/test_tabs.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/tabs DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/templatetags DEBUG: copying build/lib/horizon/test/unit/templatetags/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/templatetags DEBUG: copying build/lib/horizon/test/unit/templatetags/test_templatetags.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/templatetags DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/workflows DEBUG: copying build/lib/horizon/test/unit/workflows/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/workflows DEBUG: copying build/lib/horizon/test/unit/workflows/test_workflows.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/workflows DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/middleware DEBUG: copying build/lib/horizon/test/unit/middleware/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/middleware DEBUG: copying build/lib/horizon/test/unit/middleware/test_base.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/middleware DEBUG: copying build/lib/horizon/test/unit/middleware/test_operation_log.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/middleware DEBUG: copying build/lib/horizon/test/unit/middleware/test_simultaneous_sessions.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/middleware DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/tables DEBUG: copying build/lib/horizon/test/unit/tables/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/tables DEBUG: copying build/lib/horizon/test/unit/tables/test_tables.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/tables DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/forms DEBUG: copying build/lib/horizon/test/unit/forms/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/forms DEBUG: copying build/lib/horizon/test/unit/forms/test_fields.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/forms DEBUG: copying build/lib/horizon/test/unit/forms/test_forms.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/forms DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_babel_extract_angular.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_file_discovery.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_filters.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_functions.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_memoized.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_secret_key.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/utils/test_validators.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/utils DEBUG: copying build/lib/horizon/test/unit/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: copying build/lib/horizon/test/unit/test_base.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: copying build/lib/horizon/test/unit/test_exceptions.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: copying build/lib/horizon/test/unit/test_messages.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: copying build/lib/horizon/test/unit/test_notifications.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: copying build/lib/horizon/test/unit/test_views.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/management DEBUG: creating build/bdist.linux-x86_64/wheel/horizon/test/unit/management/commands DEBUG: copying build/lib/horizon/test/unit/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/management/commands DEBUG: copying build/lib/horizon/test/unit/management/commands/test_startdash.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/management/commands DEBUG: copying build/lib/horizon/test/unit/management/commands/test_startpanel.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/management/commands DEBUG: copying build/lib/horizon/test/unit/management/__init__.py -> build/bdist.linux-x86_64/wheel/horizon/test/unit/management DEBUG: running install_egg_info DEBUG: Copying horizon.egg-info to build/bdist.linux-x86_64/wheel/horizon-25.4.1.dev13-py3.12.egg-info DEBUG: running install_scripts DEBUG: creating build/bdist.linux-x86_64/wheel/horizon-25.4.1.dev13.dist-info/WHEEL DEBUG: creating '/builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir/pip-wheel-nuqoydtm/.tmp-1ji5l_ve/horizon-25.4.1.dev13-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it DEBUG: adding 'horizon/__init__.py' DEBUG: adding 'horizon/base.py' DEBUG: adding 'horizon/cache.py' DEBUG: adding 'horizon/context_processors.py' DEBUG: adding 'horizon/decorators.py' DEBUG: adding 'horizon/defaults.py' DEBUG: adding 'horizon/exceptions.py' DEBUG: adding 'horizon/karma.conf.js' DEBUG: adding 'horizon/loaders.py' DEBUG: adding 'horizon/messages.py' DEBUG: adding 'horizon/notifications.py' DEBUG: adding 'horizon/site_urls.py' DEBUG: adding 'horizon/themes.py' DEBUG: adding 'horizon/version.py' DEBUG: adding 'horizon/views.py' DEBUG: adding 'horizon/browsers/__init__.py' DEBUG: adding 'horizon/browsers/base.py' DEBUG: adding 'horizon/browsers/breadcrumb.py' DEBUG: adding 'horizon/browsers/views.py' DEBUG: adding 'horizon/conf/__init__.py' DEBUG: adding 'horizon/conf/default.py' DEBUG: adding 'horizon/conf/dash_template/__init__.py' DEBUG: adding 'horizon/conf/dash_template/dashboard.py.tmpl' DEBUG: adding 'horizon/conf/dash_template/static/dash_name/js/dash_name.js' DEBUG: adding 'horizon/conf/dash_template/static/dash_name/scss/dash_name.scss' DEBUG: adding 'horizon/conf/dash_template/templates/dash_name/base.html' DEBUG: adding 'horizon/conf/panel_template/__init__.py' DEBUG: adding 'horizon/conf/panel_template/panel.py.tmpl' DEBUG: adding 'horizon/conf/panel_template/tests.py.tmpl' DEBUG: adding 'horizon/conf/panel_template/urls.py.tmpl' DEBUG: adding 'horizon/conf/panel_template/views.py' DEBUG: adding 'horizon/conf/panel_template/templates/panel_name/index.html' DEBUG: adding 'horizon/contrib/__init__.py' DEBUG: adding 'horizon/contrib/bootstrap_datepicker.py' DEBUG: adding 'horizon/contrib/staticfiles/__init__.py' DEBUG: adding 'horizon/contrib/staticfiles/finders.py' DEBUG: adding 'horizon/forms/__init__.py' DEBUG: adding 'horizon/forms/base.py' DEBUG: adding 'horizon/forms/fields.py' DEBUG: adding 'horizon/forms/views.py' DEBUG: adding 'horizon/hacking/__init__.py' DEBUG: adding 'horizon/hacking/checks.py' DEBUG: adding 'horizon/locale/ar/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/ca/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/cs/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/cs/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/de/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/de/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/en_AU/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/en_AU/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/en_GB/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/en_GB/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/eo/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/eo/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/es/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/es/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/es_MX/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/fi_FI/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/fil/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/fr/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/fr/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/hi/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/hu/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/id/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/id/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/it/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/it/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/ja/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/ja/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/ka_GE/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/ka_GE/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/ko_KR/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/ko_KR/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/nl_NL/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/nl_NL/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/pa_IN/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/pa_IN/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/pl_PL/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/pl_PL/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/pt/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/pt_BR/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/pt_BR/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/ru/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/ru/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/sl_SI/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/sr/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/tr_TR/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/tr_TR/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/zh_Hans/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/zh_Hans/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/locale/zh_Hant/LC_MESSAGES/django.po' DEBUG: adding 'horizon/locale/zh_Hant/LC_MESSAGES/djangojs.po' DEBUG: adding 'horizon/management/__init__.py' DEBUG: adding 'horizon/management/commands/__init__.py' DEBUG: adding 'horizon/management/commands/pull_catalog.py' DEBUG: adding 'horizon/management/commands/startdash.py' DEBUG: adding 'horizon/management/commands/startpanel.py' DEBUG: adding 'horizon/middleware/__init__.py' DEBUG: adding 'horizon/middleware/base.py' DEBUG: adding 'horizon/middleware/operation_log.py' DEBUG: adding 'horizon/middleware/simultaneous_sessions.py' DEBUG: adding 'horizon/static/auth/.eslintrc' DEBUG: adding 'horizon/static/auth/auth.module.js' DEBUG: adding 'horizon/static/auth/login/login-finder.directive.js' DEBUG: adding 'horizon/static/auth/login/login.controller.js' DEBUG: adding 'horizon/static/auth/login/login.controller.spec.js' DEBUG: adding 'horizon/static/auth/login/login.module.js' DEBUG: adding 'horizon/static/auth/login/login.module.spec.js' DEBUG: adding 'horizon/static/auth/login/login.regular.mock.html' DEBUG: adding 'horizon/static/auth/login/login.spec.js' DEBUG: adding 'horizon/static/auth/login/login.websso.mock.html' DEBUG: adding 'horizon/static/framework/.eslintrc' DEBUG: adding 'horizon/static/framework/framework.module.js' DEBUG: adding 'horizon/static/framework/framework.module.spec.js' DEBUG: adding 'horizon/static/framework/framework.scss' DEBUG: adding 'horizon/static/framework/conf/conf.js' DEBUG: adding 'horizon/static/framework/conf/permissions.service.js' DEBUG: adding 'horizon/static/framework/conf/permissions.service.spec.js' DEBUG: adding 'horizon/static/framework/conf/resource-type-registry.service.js' DEBUG: adding 'horizon/static/framework/conf/resource-type-registry.service.spec.js' DEBUG: adding 'horizon/static/framework/util/util.module.js' DEBUG: adding 'horizon/static/framework/util/actions/action-result.service.js' DEBUG: adding 'horizon/static/framework/util/actions/action-result.service.spec.js' DEBUG: adding 'horizon/static/framework/util/actions/actions.module.js' DEBUG: adding 'horizon/static/framework/util/bind-scope/bind-scope.directive.js' DEBUG: adding 'horizon/static/framework/util/bind-scope/bind-scope.module.js' DEBUG: adding 'horizon/static/framework/util/bind-scope/bind-scope.spec.js' DEBUG: adding 'horizon/static/framework/util/extensible/extensible.module.js' DEBUG: adding 'horizon/static/framework/util/extensible/extensible.service.js' DEBUG: adding 'horizon/static/framework/util/extensible/extensible.service.spec.js' DEBUG: adding 'horizon/static/framework/util/file/file-reader.service.js' DEBUG: adding 'horizon/static/framework/util/file/file-reader.service.spec.js' DEBUG: adding 'horizon/static/framework/util/file/file.module.js' DEBUG: adding 'horizon/static/framework/util/file/text-download.service.js' DEBUG: adding 'horizon/static/framework/util/file/text-download.service.spec.js' DEBUG: adding 'horizon/static/framework/util/filters/filters.js' DEBUG: adding 'horizon/static/framework/util/filters/filters.module.js' DEBUG: adding 'horizon/static/framework/util/filters/filters.spec.js' DEBUG: adding 'horizon/static/framework/util/filters/helpers.borrowed-from-underscore.js' DEBUG: adding 'horizon/static/framework/util/http/http.js' DEBUG: adding 'horizon/static/framework/util/http/http.spec.js' DEBUG: adding 'horizon/static/framework/util/i18n/i18n.js' DEBUG: adding 'horizon/static/framework/util/i18n/i18n.spec.js' DEBUG: adding 'horizon/static/framework/util/navigations/navigations.module.js' DEBUG: adding 'horizon/static/framework/util/navigations/navigations.service.js' DEBUG: adding 'horizon/static/framework/util/navigations/navigations.service.spec.js' DEBUG: adding 'horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.js' DEBUG: adding 'horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.mock.js' DEBUG: adding 'horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.spec.js' DEBUG: adding 'horizon/static/framework/util/promise-toggle/promise-toggle.module.js' DEBUG: adding 'horizon/static/framework/util/q/q.extensions.js' DEBUG: adding 'horizon/static/framework/util/q/q.extensions.spec.js' DEBUG: adding 'horizon/static/framework/util/q/q.module.js' DEBUG: adding 'horizon/static/framework/util/q/q.module.spec.js' DEBUG: adding 'horizon/static/framework/util/tech-debt/dummy.controller.js' DEBUG: adding 'horizon/static/framework/util/tech-debt/helper-functions.service.js' DEBUG: adding 'horizon/static/framework/util/tech-debt/helper-functions.service.spec.js' DEBUG: adding 'horizon/static/framework/util/tech-debt/image-file-on-change.directive.js' DEBUG: adding 'horizon/static/framework/util/tech-debt/tech-debt.module.js' DEBUG: adding 'horizon/static/framework/util/timezones/timezone.service.js' DEBUG: adding 'horizon/static/framework/util/timezones/timezone.service.spec.js' DEBUG: adding 'horizon/static/framework/util/uuid/uuid.js' DEBUG: adding 'horizon/static/framework/util/uuid/uuid.spec.js' DEBUG: adding 'horizon/static/framework/util/validators/hz-password-match.directive.js' DEBUG: adding 'horizon/static/framework/util/validators/hz-password-match.directive.spec.js' DEBUG: adding 'horizon/static/framework/util/validators/validate-number-max.directive.js' DEBUG: adding 'horizon/static/framework/util/validators/validate-number-min.directive.js' DEBUG: adding 'horizon/static/framework/util/validators/validate-unique.js' DEBUG: adding 'horizon/static/framework/util/validators/validators.module.js' DEBUG: adding 'horizon/static/framework/util/validators/validators.spec.js' DEBUG: adding 'horizon/static/framework/util/workflow/workflow.module.js' DEBUG: adding 'horizon/static/framework/util/workflow/workflow.service.js' DEBUG: adding 'horizon/static/framework/util/workflow/workflow.spec.js' DEBUG: adding 'horizon/static/framework/widgets/widgets.module.js' DEBUG: adding 'horizon/static/framework/widgets/widgets.module.spec.js' DEBUG: adding 'horizon/static/framework/widgets/widgets.scss' DEBUG: adding 'horizon/static/framework/widgets/action-list/action-list.directive.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/action-list.module.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/action-list.scss' DEBUG: adding 'horizon/static/framework/widgets/action-list/action-list.single-button-dropdown.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/action-list.spec.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/action-list.split-botton-dropdown.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/action.directive.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/action.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-batch.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-create.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-danger.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-delete-selected.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-delete.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-detail.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions-row.template.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.batch.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.controller.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.custom.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.custom2.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.detail.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.directive.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.row.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/actions.service.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/button-group.mock.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/button-tooltip.directive.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/menu-item.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/menu.directive.js' DEBUG: adding 'horizon/static/framework/widgets/action-list/menu.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/single-button.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/split-button.html' DEBUG: adding 'horizon/static/framework/widgets/action-list/warning-tooltip.html' DEBUG: adding 'horizon/static/framework/widgets/charts/chart-tooltip.directive.js' DEBUG: adding 'horizon/static/framework/widgets/charts/chart-tooltip.html' DEBUG: adding 'horizon/static/framework/widgets/charts/chart-tooltip.scss' DEBUG: adding 'horizon/static/framework/widgets/charts/chart-tooltip.spec.js' DEBUG: adding 'horizon/static/framework/widgets/charts/charts.module.js' DEBUG: adding 'horizon/static/framework/widgets/charts/charts.spec.js' DEBUG: adding 'horizon/static/framework/widgets/charts/pie-chart.directive.js' DEBUG: adding 'horizon/static/framework/widgets/charts/pie-chart.html' DEBUG: adding 'horizon/static/framework/widgets/charts/pie-chart.scss' DEBUG: adding 'horizon/static/framework/widgets/charts/pie-chart.spec.js' DEBUG: adding 'horizon/static/framework/widgets/contenteditable/contenteditable.directive.js' DEBUG: adding 'horizon/static/framework/widgets/contenteditable/contenteditable.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/contenteditable/contenteditable.module.js' DEBUG: adding 'horizon/static/framework/widgets/details/details.directive.js' DEBUG: adding 'horizon/static/framework/widgets/details/details.html' DEBUG: adding 'horizon/static/framework/widgets/details/details.module.js' DEBUG: adding 'horizon/static/framework/widgets/details/routed-details-view.controller.js' DEBUG: adding 'horizon/static/framework/widgets/details/routed-details-view.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/details/routed-details-view.html' DEBUG: adding 'horizon/static/framework/widgets/form/builders.provider.js' DEBUG: adding 'horizon/static/framework/widgets/form/builders.provider.spec.js' DEBUG: adding 'horizon/static/framework/widgets/form/decorator.js' DEBUG: adding 'horizon/static/framework/widgets/form/decorator.spec.js' DEBUG: adding 'horizon/static/framework/widgets/form/form.module.js' DEBUG: adding 'horizon/static/framework/widgets/form/modal-form.controller.js' DEBUG: adding 'horizon/static/framework/widgets/form/modal-form.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/form/modal-form.html' DEBUG: adding 'horizon/static/framework/widgets/form/modal-form.service.js' DEBUG: adding 'horizon/static/framework/widgets/form/modal-form.service.spec.js' DEBUG: adding 'horizon/static/framework/widgets/form/fields/array.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/checkbox.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/checkboxes.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/default.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/fieldset.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/help.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/password-confirm.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/radio-buttons.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/radios-inline.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/radios.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/section.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/select.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/submit.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/tabarray.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/tabs.html' DEBUG: adding 'horizon/static/framework/widgets/form/fields/textarea.html' DEBUG: adding 'horizon/static/framework/widgets/headers/headers.module.js' DEBUG: adding 'horizon/static/framework/widgets/headers/headers.module.spec.js' DEBUG: adding 'horizon/static/framework/widgets/headers/headers.scss' DEBUG: adding 'horizon/static/framework/widgets/headers/hz-page-header.directive.js' DEBUG: adding 'horizon/static/framework/widgets/headers/hz-page-header.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/headers/hz-page-header.html' DEBUG: adding 'horizon/static/framework/widgets/help-panel/help-panel.directive.js' DEBUG: adding 'horizon/static/framework/widgets/help-panel/help-panel.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/help-panel/help-panel.html' DEBUG: adding 'horizon/static/framework/widgets/help-panel/help-panel.module.js' DEBUG: adding 'horizon/static/framework/widgets/help-panel/help-panel.module.spec.js' DEBUG: adding 'horizon/static/framework/widgets/load-edit/load-edit.directive.js' DEBUG: adding 'horizon/static/framework/widgets/load-edit/load-edit.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/load-edit/load-edit.html' DEBUG: adding 'horizon/static/framework/widgets/load-edit/load-edit.module.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/hz-magic-search-bar.directive.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/hz-magic-search-bar.html' DEBUG: adding 'horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.controller.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.directive.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.html' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.module.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.scss' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.service.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/magic-search.service.spec.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/st-magic-search.directive.js' DEBUG: adding 'horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/metadata.module.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/metadata.scss' DEBUG: adding 'horizon/static/framework/widgets/metadata/display/display.module.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/display/display.scss' DEBUG: adding 'horizon/static/framework/widgets/metadata/display/display.spec.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/display/metadata-display.controller.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/display/metadata-display.directive.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/display/metadata-display.html' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree-item.directive.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree-item.html' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree.controller.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree.directive.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/metadata-tree.html' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/tree.module.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/tree.scss' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/tree.service.js' DEBUG: adding 'horizon/static/framework/widgets/metadata/tree/tree.spec.js' DEBUG: adding 'horizon/static/framework/widgets/modal/delete-modal.service.js' DEBUG: adding 'horizon/static/framework/widgets/modal/delete-modal.service.spec.js' DEBUG: adding 'horizon/static/framework/widgets/modal/modal.module.js' DEBUG: adding 'horizon/static/framework/widgets/modal/simple-modal.controller.js' DEBUG: adding 'horizon/static/framework/widgets/modal/simple-modal.html' DEBUG: adding 'horizon/static/framework/widgets/modal/simple-modal.service.js' DEBUG: adding 'horizon/static/framework/widgets/modal/simple-modal.spec.js' DEBUG: adding 'horizon/static/framework/widgets/modal/wizard-modal.service.js' DEBUG: adding 'horizon/static/framework/widgets/modal/wizard-modal.service.spec.js' DEBUG: adding 'horizon/static/framework/widgets/modal/wizard.controller.js' DEBUG: adding 'horizon/static/framework/widgets/modal/wizard.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.directive.js' DEBUG: adding 'horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.module.js' DEBUG: adding 'horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.service.js' DEBUG: adding 'horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.spec.js' DEBUG: adding 'horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.template.html' DEBUG: adding 'horizon/static/framework/widgets/panel/hz-resource-panel.controller.js' DEBUG: adding 'horizon/static/framework/widgets/panel/hz-resource-panel.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/panel/hz-resource-panel.directive.js' DEBUG: adding 'horizon/static/framework/widgets/panel/hz-resource-panel.html' DEBUG: adding 'horizon/static/framework/widgets/panel/panel.module.js' DEBUG: adding 'horizon/static/framework/widgets/property/hz-field.directive.js' DEBUG: adding 'horizon/static/framework/widgets/property/hz-resource-property-list.directive.js' DEBUG: adding 'horizon/static/framework/widgets/property/hz-resource-property-list.html' DEBUG: adding 'horizon/static/framework/widgets/property/hz-resource-property.controller.js' DEBUG: adding 'horizon/static/framework/widgets/property/hz-resource-property.directive.js' DEBUG: adding 'horizon/static/framework/widgets/property/hz-resource-property.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/property/hz-resource-property.html' DEBUG: adding 'horizon/static/framework/widgets/property/property.module.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-cell.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-detail-row.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-detail-row.html' DEBUG: adding 'horizon/static/framework/widgets/table/hz-dynamic-table.controller.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-dynamic-table.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-dynamic-table.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-dynamic-table.html' DEBUG: adding 'horizon/static/framework/widgets/table/hz-dynamic-table.scss' DEBUG: adding 'horizon/static/framework/widgets/table/hz-dynamic-table.spec.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-expand-detail.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-no-items.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-no-items.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-no-items.html' DEBUG: adding 'horizon/static/framework/widgets/table/hz-resource-table.controller.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-resource-table.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-resource-table.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-resource-table.html' DEBUG: adding 'horizon/static/framework/widgets/table/hz-search-bar.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-select-all.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-select.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-table-footer.controller.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-table-footer.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/hz-table-footer.html' DEBUG: adding 'horizon/static/framework/widgets/table/hz-table.directive.js' DEBUG: adding 'horizon/static/framework/widgets/table/no-items.mock.html' DEBUG: adding 'horizon/static/framework/widgets/table/pagination.html' DEBUG: adding 'horizon/static/framework/widgets/table/search-bar.html' DEBUG: adding 'horizon/static/framework/widgets/table/search-bar.spec.js' DEBUG: adding 'horizon/static/framework/widgets/table/st-table.mock.html' DEBUG: adding 'horizon/static/framework/widgets/table/table.controller.js' DEBUG: adding 'horizon/static/framework/widgets/table/table.mock.html' DEBUG: adding 'horizon/static/framework/widgets/table/table.module.js' DEBUG: adding 'horizon/static/framework/widgets/table/table.scss' DEBUG: adding 'horizon/static/framework/widgets/table/table.spec.js' DEBUG: adding 'horizon/static/framework/widgets/toast/toast.directive.js' DEBUG: adding 'horizon/static/framework/widgets/toast/toast.html' DEBUG: adding 'horizon/static/framework/widgets/toast/toast.module.js' DEBUG: adding 'horizon/static/framework/widgets/toast/toast.service.js' DEBUG: adding 'horizon/static/framework/widgets/toast/toast.spec.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/filter-available.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/filter-available.spec.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.basic.mock.html' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.clone.mock.html' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.controller.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.directive.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.directive.spec.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.example.html' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.html' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.max-1.mock.html' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.max-2.mock.html' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.module.js' DEBUG: adding 'horizon/static/framework/widgets/transfer-table/transfer-table.module.spec.js' DEBUG: adding 'horizon/static/framework/widgets/wizard/modal-container.controller.js' DEBUG: adding 'horizon/static/framework/widgets/wizard/wizard.controller.js' DEBUG: adding 'horizon/static/framework/widgets/wizard/wizard.controller.spec.js' DEBUG: adding 'horizon/static/framework/widgets/wizard/wizard.directive.js' DEBUG: adding 'horizon/static/framework/widgets/wizard/wizard.html' DEBUG: adding 'horizon/static/framework/widgets/wizard/wizard.module.js' DEBUG: adding 'horizon/static/framework/widgets/wizard/wizard.spec.js' DEBUG: adding 'horizon/static/horizon/.eslintrc' DEBUG: adding 'horizon/static/horizon/js/horizon.communication.js' DEBUG: adding 'horizon/static/horizon/js/horizon.d3barchart.js' DEBUG: adding 'horizon/static/horizon/js/horizon.d3linechart.js' DEBUG: adding 'horizon/static/horizon/js/horizon.d3piechart.js' DEBUG: adding 'horizon/static/horizon/js/horizon.datepickers.js' DEBUG: adding 'horizon/static/horizon/js/horizon.extensible_header.js' DEBUG: adding 'horizon/static/horizon/js/horizon.forms.js' DEBUG: adding 'horizon/static/horizon/js/horizon.formset_table.js' DEBUG: adding 'horizon/static/horizon/js/horizon.hacks.js' DEBUG: adding 'horizon/static/horizon/js/horizon.heattop.js' DEBUG: adding 'horizon/static/horizon/js/horizon.js' DEBUG: adding 'horizon/static/horizon/js/horizon.lists.js' DEBUG: adding 'horizon/static/horizon/js/horizon.loader.js' DEBUG: adding 'horizon/static/horizon/js/horizon.membership.js' DEBUG: adding 'horizon/static/horizon/js/horizon.messages.js' DEBUG: adding 'horizon/static/horizon/js/horizon.modals.js' DEBUG: adding 'horizon/static/horizon/js/horizon.selenium.js' DEBUG: adding 'horizon/static/horizon/js/horizon.sidebar.js' DEBUG: adding 'horizon/static/horizon/js/horizon.string.js' DEBUG: adding 'horizon/static/horizon/js/horizon.tables.js' DEBUG: adding 'horizon/static/horizon/js/horizon.tabs.js' DEBUG: adding 'horizon/static/horizon/js/horizon.templates.js' DEBUG: adding 'horizon/static/horizon/js/horizon.users.js' DEBUG: adding 'horizon/static/horizon/js/horizon.uuid.js' DEBUG: adding 'horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/instances.legacy-spec.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/messages.legacy-spec.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/modals.legacy-spec.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/quota.legacy-spec.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/string.legacy-spec.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/tables.legacy-spec.js' DEBUG: adding 'horizon/static/horizon/tests/jasmine/templates.legacy-spec.js' DEBUG: adding 'horizon/tables/__init__.py' DEBUG: adding 'horizon/tables/actions.py' DEBUG: adding 'horizon/tables/base.py' DEBUG: adding 'horizon/tables/formset.py' DEBUG: adding 'horizon/tables/views.py' DEBUG: adding 'horizon/tabs/__init__.py' DEBUG: adding 'horizon/tabs/base.py' DEBUG: adding 'horizon/tabs/views.py' DEBUG: adding 'horizon/templates/_login_footer.html' DEBUG: adding 'horizon/templates/_login_form_footer.html' DEBUG: adding 'horizon/templates/not_authorized.html' DEBUG: adding 'horizon/templates/auth/_description.html' DEBUG: adding 'horizon/templates/auth/_login.html' DEBUG: adding 'horizon/templates/auth/_login_form.html' DEBUG: adding 'horizon/templates/auth/_login_modal.html' DEBUG: adding 'horizon/templates/auth/_login_page.html' DEBUG: adding 'horizon/templates/auth/_password_form.html' DEBUG: adding 'horizon/templates/auth/_password_page.html' DEBUG: adding 'horizon/templates/auth/_splash.html' DEBUG: adding 'horizon/templates/auth/_totp_form.html' DEBUG: adding 'horizon/templates/auth/_totp_page.html' DEBUG: adding 'horizon/templates/auth/login.html' DEBUG: adding 'horizon/templates/auth/password.html' DEBUG: adding 'horizon/templates/auth/totp.html' DEBUG: adding 'horizon/templates/bootstrap/breadcrumb.html' DEBUG: adding 'horizon/templates/bootstrap/progress_bar.html' DEBUG: adding 'horizon/templates/horizon/_messages.html' DEBUG: adding 'horizon/templates/horizon/_nav_list.html' DEBUG: adding 'horizon/templates/horizon/_script_i18n.html' DEBUG: adding 'horizon/templates/horizon/_sidebar.html' DEBUG: adding 'horizon/templates/horizon/_subnav_list.html' DEBUG: adding 'horizon/templates/horizon/client_side/_alert_message.html' DEBUG: adding 'horizon/templates/horizon/client_side/_confirm.html' DEBUG: adding 'horizon/templates/horizon/client_side/_loading_inline.html' DEBUG: adding 'horizon/templates/horizon/client_side/_loading_modal.html' DEBUG: adding 'horizon/templates/horizon/client_side/_membership.html' DEBUG: adding 'horizon/templates/horizon/client_side/_modal.html' DEBUG: adding 'horizon/templates/horizon/client_side/_progress.html' DEBUG: adding 'horizon/templates/horizon/client_side/_script_loader.html' DEBUG: adding 'horizon/templates/horizon/client_side/_table_row.html' DEBUG: adding 'horizon/templates/horizon/client_side/template.html' DEBUG: adding 'horizon/templates/horizon/client_side/templates.html' DEBUG: adding 'horizon/templates/horizon/common/_breadcrumb.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_action.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_cell.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_pagination.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_pagination_with_pages.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_row.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_row_action_row.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_row_actions_dropdown.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_row_actions_row.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_table_actions.html' DEBUG: adding 'horizon/templates/horizon/common/_data_table_view.html' DEBUG: adding 'horizon/templates/horizon/common/_datepicker.html' DEBUG: adding 'horizon/templates/horizon/common/_datepicker_form.html' DEBUG: adding 'horizon/templates/horizon/common/_detail.html' DEBUG: adding 'horizon/templates/horizon/common/_detail_header.html' DEBUG: adding 'horizon/templates/horizon/common/_detail_tab_group.html' DEBUG: adding 'horizon/templates/horizon/common/_detail_table.html' DEBUG: adding 'horizon/templates/horizon/common/_domain_page_header.html' DEBUG: adding 'horizon/templates/horizon/common/_form_errors.html' DEBUG: adding 'horizon/templates/horizon/common/_form_field.html' DEBUG: adding 'horizon/templates/horizon/common/_form_field_decorator.html' DEBUG: adding 'horizon/templates/horizon/common/_form_field_required.html' DEBUG: adding 'horizon/templates/horizon/common/_form_fields.html' DEBUG: adding 'horizon/templates/horizon/common/_formset_table.html' DEBUG: adding 'horizon/templates/horizon/common/_formset_table_row.html' DEBUG: adding 'horizon/templates/horizon/common/_horizontal_field.html' DEBUG: adding 'horizon/templates/horizon/common/_horizontal_fields.html' DEBUG: adding 'horizon/templates/horizon/common/_keystone_provider_selector.html' DEBUG: adding 'horizon/templates/horizon/common/_limit_summary.html' DEBUG: adding 'horizon/templates/horizon/common/_modal.html' DEBUG: adding 'horizon/templates/horizon/common/_modal_form.html' DEBUG: adding 'horizon/templates/horizon/common/_modal_form_add_members.html' DEBUG: adding 'horizon/templates/horizon/common/_page_header.html' DEBUG: adding 'horizon/templates/horizon/common/_region_selector.html' DEBUG: adding 'horizon/templates/horizon/common/_resource_browser.html' DEBUG: adding 'horizon/templates/horizon/common/_sidebar.html' DEBUG: adding 'horizon/templates/horizon/common/_sidebar_module.html' DEBUG: adding 'horizon/templates/horizon/common/_tab_group.html' DEBUG: adding 'horizon/templates/horizon/common/_usage_summary.html' DEBUG: adding 'horizon/templates/horizon/common/_workflow.html' DEBUG: adding 'horizon/templates/horizon/common/_workflow_base.html' DEBUG: adding 'horizon/templates/horizon/common/_workflow_step.html' DEBUG: adding 'horizon/templates/horizon/common/_workflow_step_update_members.html' DEBUG: adding 'horizon/templates/horizon/common/fields/_themable_checkbox.html' DEBUG: adding 'horizon/templates/horizon/common/fields/_themable_radiobutton.html' DEBUG: adding 'horizon/templates/horizon/common/fields/_themable_select.html' DEBUG: adding 'horizon/templates/horizon/common/fields/_themable_spinner.html' DEBUG: adding 'horizon/templates/horizon/jasmine/index.html' DEBUG: adding 'horizon/templates/horizon/jasmine/jasmine.html' DEBUG: adding 'horizon/templates/horizon/jasmine/jasmine_legacy.html' DEBUG: adding 'horizon/templatetags/__init__.py' DEBUG: adding 'horizon/templatetags/angular.py' DEBUG: adding 'horizon/templatetags/bootstrap.py' DEBUG: adding 'horizon/templatetags/branding.py' DEBUG: adding 'horizon/templatetags/breadcrumb_nav.py' DEBUG: adding 'horizon/templatetags/form_helpers.py' DEBUG: adding 'horizon/templatetags/horizon.py' DEBUG: adding 'horizon/templatetags/parse_date.py' DEBUG: adding 'horizon/templatetags/shellfilter.py' DEBUG: adding 'horizon/templatetags/sizeformat.py' DEBUG: adding 'horizon/templatetags/splitfilter.py' DEBUG: adding 'horizon/templatetags/truncate_filter.py' DEBUG: adding 'horizon/test/__init__.py' DEBUG: adding 'horizon/test/firefox_binary.py' DEBUG: adding 'horizon/test/helpers.py' DEBUG: adding 'horizon/test/settings.py' DEBUG: adding 'horizon/test/urls.py' DEBUG: adding 'horizon/test/utils.py' DEBUG: adding 'horizon/test/webdriver.py' DEBUG: adding 'horizon/test/customization/__init__.py' DEBUG: adding 'horizon/test/customization/cust_test1.py' DEBUG: adding 'horizon/test/customization/cust_test2.py' DEBUG: adding 'horizon/test/dummy_auth/__init__.py' DEBUG: adding 'horizon/test/dummy_auth/backend.py' DEBUG: adding 'horizon/test/jasmine/__init__.py' DEBUG: adding 'horizon/test/jasmine/jasmine.py' DEBUG: adding 'horizon/test/messages/test_info.json' DEBUG: adding 'horizon/test/messages/test_invalid.json' DEBUG: adding 'horizon/test/messages/test_warning.json' DEBUG: adding 'horizon/test/selenium/selenium_tests.py' DEBUG: adding 'horizon/test/templates/404.html' DEBUG: adding 'horizon/test/templates/_tab.html' DEBUG: adding 'horizon/test/templates/angular.html' DEBUG: adding 'horizon/test/templates/base-sidebar.html' DEBUG: adding 'horizon/test/templates/base.html' DEBUG: adding 'horizon/test/templates/tab_group.html' DEBUG: adding 'horizon/test/templates/workflow.html' DEBUG: adding 'horizon/test/templates/registration/login.html' DEBUG: adding 'horizon/test/test_dashboards/__init__.py' DEBUG: adding 'horizon/test/test_dashboards/cats/__init__.py' DEBUG: adding 'horizon/test/test_dashboards/cats/dashboard.py' DEBUG: adding 'horizon/test/test_dashboards/cats/kittens/__init__.py' DEBUG: adding 'horizon/test/test_dashboards/cats/kittens/panel.py' DEBUG: adding 'horizon/test/test_dashboards/cats/kittens/urls.py' DEBUG: adding 'horizon/test/test_dashboards/cats/kittens/views.py' DEBUG: adding 'horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html' DEBUG: adding 'horizon/test/test_dashboards/cats/static/cats/js/cats.js' DEBUG: adding 'horizon/test/test_dashboards/cats/static/cats/scss/cats.scss' DEBUG: adding 'horizon/test/test_dashboards/cats/templates/cats/base.html' DEBUG: adding 'horizon/test/test_dashboards/cats/tigers/__init__.py' DEBUG: adding 'horizon/test/test_dashboards/cats/tigers/panel.py' DEBUG: adding 'horizon/test/test_dashboards/cats/tigers/urls.py' DEBUG: adding 'horizon/test/test_dashboards/cats/tigers/views.py' DEBUG: adding 'horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html' DEBUG: adding 'horizon/test/test_dashboards/dogs/__init__.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/dashboard.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/__init__.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/panel.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/tables.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/tabs.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/urls.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/views.py' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html' DEBUG: adding 'horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html' DEBUG: adding 'horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js' DEBUG: adding 'horizon/test/test_dashboards/dogs/static/dogs/scss/dogs.scss' DEBUG: adding 'horizon/test/test_dashboards/dogs/templates/dogs/base.html' DEBUG: adding 'horizon/test/unit/__init__.py' DEBUG: adding 'horizon/test/unit/test_base.py' DEBUG: adding 'horizon/test/unit/test_exceptions.py' DEBUG: adding 'horizon/test/unit/test_messages.py' DEBUG: adding 'horizon/test/unit/test_notifications.py' DEBUG: adding 'horizon/test/unit/test_views.py' DEBUG: adding 'horizon/test/unit/forms/__init__.py' DEBUG: adding 'horizon/test/unit/forms/test_fields.py' DEBUG: adding 'horizon/test/unit/forms/test_forms.py' DEBUG: adding 'horizon/test/unit/hacking/__init__.py' DEBUG: adding 'horizon/test/unit/hacking/test_checks.py' DEBUG: adding 'horizon/test/unit/management/__init__.py' DEBUG: adding 'horizon/test/unit/management/commands/__init__.py' DEBUG: adding 'horizon/test/unit/management/commands/test_startdash.py' DEBUG: adding 'horizon/test/unit/management/commands/test_startpanel.py' DEBUG: adding 'horizon/test/unit/middleware/__init__.py' DEBUG: adding 'horizon/test/unit/middleware/test_base.py' DEBUG: adding 'horizon/test/unit/middleware/test_operation_log.py' DEBUG: adding 'horizon/test/unit/middleware/test_simultaneous_sessions.py' DEBUG: adding 'horizon/test/unit/tables/__init__.py' DEBUG: adding 'horizon/test/unit/tables/test_tables.py' DEBUG: adding 'horizon/test/unit/tabs/__init__.py' DEBUG: adding 'horizon/test/unit/tabs/test_tabs.py' DEBUG: adding 'horizon/test/unit/templatetags/__init__.py' DEBUG: adding 'horizon/test/unit/templatetags/test_templatetags.py' DEBUG: adding 'horizon/test/unit/utils/__init__.py' DEBUG: adding 'horizon/test/unit/utils/test_babel_extract_angular.py' DEBUG: adding 'horizon/test/unit/utils/test_file_discovery.py' DEBUG: adding 'horizon/test/unit/utils/test_filters.py' DEBUG: adding 'horizon/test/unit/utils/test_functions.py' DEBUG: adding 'horizon/test/unit/utils/test_memoized.py' DEBUG: adding 'horizon/test/unit/utils/test_secret_key.py' DEBUG: adding 'horizon/test/unit/utils/test_validators.py' DEBUG: adding 'horizon/test/unit/workflows/__init__.py' DEBUG: adding 'horizon/test/unit/workflows/test_workflows.py' DEBUG: adding 'horizon/utils/__init__.py' DEBUG: adding 'horizon/utils/babel_extract_angular.py' DEBUG: adding 'horizon/utils/csvbase.py' DEBUG: adding 'horizon/utils/escape.py' DEBUG: adding 'horizon/utils/file_discovery.py' DEBUG: adding 'horizon/utils/filters.py' DEBUG: adding 'horizon/utils/functions.py' DEBUG: adding 'horizon/utils/html.py' DEBUG: adding 'horizon/utils/http.py' DEBUG: adding 'horizon/utils/lazy_encoder.py' DEBUG: adding 'horizon/utils/memoized.py' DEBUG: adding 'horizon/utils/scss_filter.py' DEBUG: adding 'horizon/utils/secret_key.py' DEBUG: adding 'horizon/utils/settings.py' DEBUG: adding 'horizon/utils/validators.py' DEBUG: adding 'horizon/workflows/__init__.py' DEBUG: adding 'horizon/workflows/base.py' DEBUG: adding 'horizon/workflows/views.py' DEBUG: adding 'openstack_auth/__init__.py' DEBUG: adding 'openstack_auth/backend.py' DEBUG: adding 'openstack_auth/defaults.py' DEBUG: adding 'openstack_auth/exceptions.py' DEBUG: adding 'openstack_auth/forms.py' DEBUG: adding 'openstack_auth/middleware.py' DEBUG: adding 'openstack_auth/models.py' DEBUG: adding 'openstack_auth/policy.py' DEBUG: adding 'openstack_auth/urls.py' DEBUG: adding 'openstack_auth/user.py' DEBUG: adding 'openstack_auth/utils.py' DEBUG: adding 'openstack_auth/views.py' DEBUG: adding 'openstack_auth/locale/de/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/en_GB/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/eo/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/es/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/fr/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/id/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/ja/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/ka_GE/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/ko_KR/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/ne/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/pt_BR/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/ru/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/zh_Hans/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/locale/zh_Hant/LC_MESSAGES/django.po' DEBUG: adding 'openstack_auth/plugin/__init__.py' DEBUG: adding 'openstack_auth/plugin/base.py' DEBUG: adding 'openstack_auth/plugin/k2k.py' DEBUG: adding 'openstack_auth/plugin/password.py' DEBUG: adding 'openstack_auth/plugin/token.py' DEBUG: adding 'openstack_auth/plugin/totp.py' DEBUG: adding 'openstack_auth/tests/__init__.py' DEBUG: adding 'openstack_auth/tests/data_v3.py' DEBUG: adding 'openstack_auth/tests/settings.py' DEBUG: adding 'openstack_auth/tests/urls.py' DEBUG: adding 'openstack_auth/tests/conf/keystone_policy.json' DEBUG: adding 'openstack_auth/tests/conf/no_default_policy.json' DEBUG: adding 'openstack_auth/tests/conf/nova_policy.json' DEBUG: adding 'openstack_auth/tests/conf/policy.v3cloudsample.json' DEBUG: adding 'openstack_auth/tests/conf/with_default_policy.json' DEBUG: adding 'openstack_auth/tests/templates/auth/blank.html' DEBUG: adding 'openstack_auth/tests/templates/auth/login.html' DEBUG: adding 'openstack_auth/tests/templates/auth/totp.html' DEBUG: adding 'openstack_auth/tests/unit/__init__.py' DEBUG: adding 'openstack_auth/tests/unit/test_auth.py' DEBUG: adding 'openstack_auth/tests/unit/test_password.py' DEBUG: adding 'openstack_auth/tests/unit/test_policy.py' DEBUG: adding 'openstack_auth/tests/unit/test_user.py' DEBUG: adding 'openstack_auth/tests/unit/test_utils.py' DEBUG: adding 'openstack_auth/tests/unit/test_views.py' DEBUG: adding 'openstack_dashboard/.eslintrc' DEBUG: adding 'openstack_dashboard/__init__.py' DEBUG: adding 'openstack_dashboard/context_processors.py' DEBUG: adding 'openstack_dashboard/defaults.py' DEBUG: adding 'openstack_dashboard/exceptions.py' DEBUG: adding 'openstack_dashboard/hooks.py' DEBUG: adding 'openstack_dashboard/karma.conf.js' DEBUG: adding 'openstack_dashboard/policy.py' DEBUG: adding 'openstack_dashboard/settings.py' DEBUG: adding 'openstack_dashboard/theme_settings.py' DEBUG: adding 'openstack_dashboard/urls.py' DEBUG: adding 'openstack_dashboard/views.py' DEBUG: adding 'openstack_dashboard/wsgi.py' DEBUG: adding 'openstack_dashboard/api/__init__.py' DEBUG: adding 'openstack_dashboard/api/_nova.py' DEBUG: adding 'openstack_dashboard/api/base.py' DEBUG: adding 'openstack_dashboard/api/cinder.py' DEBUG: adding 'openstack_dashboard/api/glance.py' DEBUG: adding 'openstack_dashboard/api/keystone.py' DEBUG: adding 'openstack_dashboard/api/microversions.py' DEBUG: adding 'openstack_dashboard/api/network.py' DEBUG: adding 'openstack_dashboard/api/neutron.py' DEBUG: adding 'openstack_dashboard/api/nova.py' DEBUG: adding 'openstack_dashboard/api/placement.py' DEBUG: adding 'openstack_dashboard/api/swift.py' DEBUG: adding 'openstack_dashboard/api/rest/__init__.py' DEBUG: adding 'openstack_dashboard/api/rest/cinder.py' DEBUG: adding 'openstack_dashboard/api/rest/config.py' DEBUG: adding 'openstack_dashboard/api/rest/glance.py' DEBUG: adding 'openstack_dashboard/api/rest/json_encoder.py' DEBUG: adding 'openstack_dashboard/api/rest/keystone.py' DEBUG: adding 'openstack_dashboard/api/rest/network.py' DEBUG: adding 'openstack_dashboard/api/rest/neutron.py' DEBUG: adding 'openstack_dashboard/api/rest/nova.py' DEBUG: adding 'openstack_dashboard/api/rest/policy.py' DEBUG: adding 'openstack_dashboard/api/rest/swift.py' DEBUG: adding 'openstack_dashboard/api/rest/urls.py' DEBUG: adding 'openstack_dashboard/api/rest/utils.py' DEBUG: adding 'openstack_dashboard/conf/cinder_policy.yaml' DEBUG: adding 'openstack_dashboard/conf/glance_policy.yaml' DEBUG: adding 'openstack_dashboard/conf/keystone_policy.yaml' DEBUG: adding 'openstack_dashboard/conf/neutron_policy.yaml' DEBUG: adding 'openstack_dashboard/conf/nova_policy.yaml' DEBUG: adding 'openstack_dashboard/conf/default_policies/README.txt' DEBUG: adding 'openstack_dashboard/conf/default_policies/cinder.yaml' DEBUG: adding 'openstack_dashboard/conf/default_policies/glance.yaml' DEBUG: adding 'openstack_dashboard/conf/default_policies/keystone.yaml' DEBUG: adding 'openstack_dashboard/conf/default_policies/neutron.yaml' DEBUG: adding 'openstack_dashboard/conf/default_policies/nova.yaml' DEBUG: adding 'openstack_dashboard/conf/nova_policy.d/api-extensions.yaml' DEBUG: adding 'openstack_dashboard/contrib/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/dashboard.py' DEBUG: adding 'openstack_dashboard/contrib/developer/tests.py' DEBUG: adding 'openstack_dashboard/contrib/developer/enabled/_9001_developer.py' DEBUG: adding 'openstack_dashboard/contrib/developer/enabled/_9010_preview.py' DEBUG: adding 'openstack_dashboard/contrib/developer/enabled/_9020_resource_browser.py' DEBUG: adding 'openstack_dashboard/contrib/developer/enabled/_9030_profiler.py' DEBUG: adding 'openstack_dashboard/contrib/developer/enabled/_9040_form_builder.py' DEBUG: adding 'openstack_dashboard/contrib/developer/enabled/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/form_builder/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/form_builder/panel.py' DEBUG: adding 'openstack_dashboard/contrib/developer/form_builder/urls.py' DEBUG: adding 'openstack_dashboard/contrib/developer/form_builder/views.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/api.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/middleware.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/panel.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/urls.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/views.py' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/templates/profiler/_mode_picker.html' DEBUG: adding 'openstack_dashboard/contrib/developer/profiler/templates/profiler/index.html' DEBUG: adding 'openstack_dashboard/contrib/developer/resource_browser/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/resource_browser/panel.py' DEBUG: adding 'openstack_dashboard/contrib/developer/resource_browser/urls.py' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.spec.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/developer.scss' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.controller.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.directive.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.module.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.scss' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-config-modal.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/index.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/addons-required-feedback.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/array.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/buttons.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/confirmation-dialog.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/example-help.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/radios-checkboxes-select.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/sections-fieldsets.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabarray.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/tabs.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/text-inputs.json' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.controller.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.details.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.directive.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.module.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.scss' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.trace-table.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.tree-node.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.controller.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.directive.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser-item.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.controller.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.directive.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.module.spec.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resources.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.controller.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.directive.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel/rb-resource-panel.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.spec.js' DEBUG: adding 'openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.scss' DEBUG: adding 'openstack_dashboard/contrib/developer/theme_preview/__init__.py' DEBUG: adding 'openstack_dashboard/contrib/developer/theme_preview/panel.py' DEBUG: adding 'openstack_dashboard/contrib/developer/theme_preview/urls.py' DEBUG: adding 'openstack_dashboard/contrib/developer/theme_preview/views.py' DEBUG: adding 'openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview/index.html' DEBUG: adding 'openstack_dashboard/dashboards/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/dashboard.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/constants.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/templates/backups/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/templates/backups/_update_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/backups/templates/backups/update_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/constants.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/_allocate.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/allocate.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/specs/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/specs/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/specs/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/specs/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/specs/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/specs/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/_update_group_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/create_group_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/update_group_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_edit.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/edit.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/compute/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/templates/images/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/templates/images/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/templates/images/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/images/templates/images/update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/constants.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v2.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v3.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/info/templates/info/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/templates/instances/_rescue.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/instances/templates/instances/rescue.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/constants.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/utils.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/agents/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/agents/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/agents/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/agents/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/agents/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/agents/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/extensions/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/subnets/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/subnets/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/subnets/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/subnets/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/subnets/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/subnets/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/templates/networks/update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_edit_port_help.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/ngflavors/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/ngflavors/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/ngflavors/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/ngflavors/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv' DEBUG: adding 'openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/update.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/extensions/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/ports/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/ports/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/ports/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/ports/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/routers/ports/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/_update_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/update_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/trunks/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/trunks/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/trunks/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_delete.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_remove_vols.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/delete.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/remove_vols.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/extras/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/extras/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/extras/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/extras/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/extras/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/extras/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/qos_specs/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/qos_specs/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/qos_specs/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/qos_specs/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/qos_specs/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/qos_specs/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_associate_qos_spec.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_qos_spec.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_create_volume_type_encryption.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_edit_qos_spec_consumer.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_access.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_volume_type_encryption.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_volume_encryption_type_detail.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/associate_qos_spec.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_qos_spec.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_volume_type_encryption.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/edit_qos_spec_consumer.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_access.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_volume_type_encryption.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_encryption_type_detail.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/volume_types_tables.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_edit.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/edit.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_edit.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/create.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/edit.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/index.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/views.py' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/_manage_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/_migrate_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/_unmanage_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/_update_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/manage_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/migrate_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/unmanage_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/update_status.html' DEBUG: adding 'openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes_tables.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/dashboard.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_success.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/clouds.yaml.template' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/index.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/kubeconfig.template' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/openrc.sh.template' DEBUG: adding 'openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/success.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/templates/credentials/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/templates/credentials/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/templates/credentials/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/credentials/templates/credentials/update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/constants.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/domains/templates/domains/index.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/constants.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/index.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/groups/templates/groups/update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/protocols/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/protocols/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/protocols/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/protocols/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/protocols/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/protocols/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_register.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/register.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/templates/mappings/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/templates/mappings/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/templates/mappings/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/mappings/templates/mappings/update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/groups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/templates/projects/index.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/users/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/projects/users/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/templates/roles/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/roles/templates/roles/update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/panel.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/info.help.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow/workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/details.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/drawer.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/panel.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/delete.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/edit.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/delete.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/edit.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/panel.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/delete.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/disable.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/enable.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/password.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/update.action.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.admin-password-incorrect.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/error.default.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.create.help.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.password.help.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/info.update.help.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.service.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow/workflow.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/details.module.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/drawer.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/views.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/credentials/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/credentials/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/groups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/role_assignments/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/role_assignments/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/change_password.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/create.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/index.html' DEBUG: adding 'openstack_dashboard/dashboards/identity/users/templates/users/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/dashboard.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/_credentials.html' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_credentials.html' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/clouds.yaml.template' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/credentials.html' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/ec2rc.sh.template' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/openrc.sh.template' DEBUG: adding 'openstack_dashboard/dashboards/project/api_access/templates/api_access/recreate_credentials.html' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/templates/backups/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/templates/backups/_restore_backup.html' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/templates/backups/create_backup.html' DEBUG: adding 'openstack_dashboard/dashboards/project/backups/templates/backups/restore_backup.html' DEBUG: adding 'openstack_dashboard/dashboards/project/containers/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/containers/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/containers/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/containers/utils.py' DEBUG: adding 'openstack_dashboard/dashboards/project/containers/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/containers/templates/containers/ngindex.html' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ip_portforwardings/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/_allocate.html' DEBUG: adding 'openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/allocate.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/utils.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/images/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/snapshots/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/snapshots/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/snapshots/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/snapshots/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/snapshots/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/images/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/images/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/images/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/images/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/audit_tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/console.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/interfaces_tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/utils.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_attach_interface.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_attach_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_detach_interface.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_detach_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_disassociate.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_edit_security_group_help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/_rescue.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/attach_interface.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/attach_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/detach_interface.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/detach_volume.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/disassociate.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/templates/instances/rescue.html' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/workflows/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/workflows/update_instance.py' DEBUG: adding 'openstack_dashboard/dashboards/project/instances/workflows/update_port.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/_import.html' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/download.html' DEBUG: adding 'openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/import.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_qos/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_qos/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_qos/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/utils.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/instances/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/instances/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/networks/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/networks/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/ports/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/ports/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/routers/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/routers/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/subnets/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/subnets/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_actions_list.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_topology_view.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_instance.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_net.html' DEBUG: adding 'openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/sg_base.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/extensions/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/utils.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/subnets/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/_add_addresspair.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/_create_port_help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/_edit_port_help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/add_addresspair.html' DEBUG: adding 'openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv' DEBUG: adding 'openstack_dashboard/dashboards/project/overview/templates/overview/usage.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/extensions/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/extensions/extraroutes/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/extensions/extraroutes/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/extensions/extraroutes/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/ports/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/ports/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/ports/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/ports/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/ports/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/ports/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_add_rule.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/add_rule.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html' DEBUG: adding 'openstack_dashboard/dashboards/project/security_groups/templates/security_groups/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/server_groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/server_groups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/server_groups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/project.module.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/project.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/_containers.scss' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-modal.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-folder-modal.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-modal.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-details-modal.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/select-container.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-modal.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor-details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair-details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network-details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/port-details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints/scheduler-hints.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups/server-groups.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.help.html' DEBUG: adding 'openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html' DEBUG: adding 'openstack_dashboard/dashboards/project/trunks/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/trunks/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/trunks/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/workflows.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_clone_group.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_create_snapshot.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_delete.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_remove_vols.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_snapshot_limits.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/clone_group.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create_snapshot.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/delete.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/remove_vols.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/tabs.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/views.py' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_accept_transfer.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_attach.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_transfer.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_encryption_detail_overview.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend_limits.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_limits.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_retype.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_show_transfer.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_snapshot_limits.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_upload_to_image.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_volume_limits.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/accept_transfer.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/create.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/create_snapshot.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/create_transfer.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/download_transfer_creds.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/encryption_detail.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/extend.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/retype.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/show_transfer.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/update.html' DEBUG: adding 'openstack_dashboard/dashboards/project/volumes/templates/volumes/upload_to_image.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/dashboard.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/tables.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/views.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/templates/credentials/_create.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/templates/credentials/_update.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/templates/credentials/create.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/credentials/templates/credentials/update.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/views.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/templates/password/_change.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/password/templates/password/change.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/__init__.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/forms.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/panel.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/tests.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/urls.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/views.py' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/templates/user/_settings.html' DEBUG: adding 'openstack_dashboard/dashboards/settings/user/templates/user/settings.html' DEBUG: adding 'openstack_dashboard/enabled/_1000_project.py' DEBUG: adding 'openstack_dashboard/enabled/_1010_compute_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_1020_project_overview_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1030_project_instances_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1050_project_images_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1080_project_key_pairs_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1090_project_api_access_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1110_project_server_groups_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1310_volumes_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_1320_project_volumes_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1330_project_backups_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1330_project_snapshots_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1360_project_volume_groups.py' DEBUG: adding 'openstack_dashboard/enabled/_1370_project_vg_snapshots.py' DEBUG: adding 'openstack_dashboard/enabled/_1410_network_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_1420_project_network_topology_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1430_project_network_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1440_project_routers_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1480_security_groups_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1490_project_floating_ips_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1500_project_trunks_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1510_project_network_qos_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1520_project_floating_ip_portforwardings_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_1910_object_store_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_1920_project_containers_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2000_admin.py' DEBUG: adding 'openstack_dashboard/enabled/_2010_admin_overview_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2110_admin_compute_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_2120_admin_hypervisors_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2130_admin_aggregates_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2140_admin_instances_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2150_admin_flavors_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2160_admin_images_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2210_admin_volume_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_2220_admin_volumes_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2230_admin_backups_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2230_admin_snapshots_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2240_admin_volume_types_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2250_admin_volume_groups.py' DEBUG: adding 'openstack_dashboard/enabled/_2260_admin_vg_snapshots.py' DEBUG: adding 'openstack_dashboard/enabled/_2270_admin_group_types_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2300_admin_network_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_2310_admin_networks_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2320_admin_routers_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2330_admin_floating_ips_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2340_admin_trunks_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2350_admin_rbac_policies_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2810_admin_system_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_2820_admin_defaults_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2830_admin_metadata_defs_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_2840_admin_info_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3000_identity.py' DEBUG: adding 'openstack_dashboard/enabled/_3010_identity_domains_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3020_identity_projects_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3030_identity_users_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3040_identity_groups_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3050_identity_roles_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3060_federation_panel_group.py' DEBUG: adding 'openstack_dashboard/enabled/_3070_identity_identity_providers_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3080_identity_mappings_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3090_identity_application_credentials_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_3100_identity_credentials_panel.py' DEBUG: adding 'openstack_dashboard/enabled/_5000_settings.py' DEBUG: adding 'openstack_dashboard/enabled/_50_admin_add_panel.py.example' DEBUG: adding 'openstack_dashboard/enabled/_60_admin_remove_panel.py.example' DEBUG: adding 'openstack_dashboard/enabled/_70_admin_default_panel.py.example' DEBUG: adding 'openstack_dashboard/enabled/_80_admin_add_panel_group.py.example' DEBUG: adding 'openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example' DEBUG: adding 'openstack_dashboard/enabled/__init__.py' DEBUG: adding 'openstack_dashboard/local/__init__.py' DEBUG: adding 'openstack_dashboard/local/local_settings.py.example' DEBUG: adding 'openstack_dashboard/local/enabled/_50_settings.py.example' DEBUG: adding 'openstack_dashboard/local/enabled/__init__.py' DEBUG: adding 'openstack_dashboard/local/local_settings.d/_10_set_custom_theme.py.example' DEBUG: adding 'openstack_dashboard/local/local_settings.d/_11_toggle_angular_features.py.example' DEBUG: adding 'openstack_dashboard/local/local_settings.d/_2010_integration_tests_deprecated.py.example' DEBUG: adding 'openstack_dashboard/local/local_settings.d/_20_integration_tests_scaffolds.py.example' DEBUG: adding 'openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example' DEBUG: adding 'openstack_dashboard/locale/as/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/brx/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/cs/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/de/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/de/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/eo/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/es/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/es/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/fr/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/gu/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/hi/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/id/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/id/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/it/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/it/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/ja/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/kn/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/kok/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ks/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/mai/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/mni/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/mr/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ne/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/ru/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/ta/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/ur/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po' DEBUG: adding 'openstack_dashboard/locale/zh_Hant/LC_MESSAGES/djangojs.po' DEBUG: adding 'openstack_dashboard/management/__init__.py' DEBUG: adding 'openstack_dashboard/management/commands/__init__.py' DEBUG: adding 'openstack_dashboard/management/commands/apache_vhost.conf.template' DEBUG: adding 'openstack_dashboard/management/commands/cleanup_angular_template_cache.py' DEBUG: adding 'openstack_dashboard/management/commands/dump_default_policies.py' DEBUG: adding 'openstack_dashboard/management/commands/extract_messages.py' DEBUG: adding 'openstack_dashboard/management/commands/horizon.wsgi.template' DEBUG: adding 'openstack_dashboard/management/commands/make_web_conf.py' DEBUG: adding 'openstack_dashboard/management/commands/migrate_settings.py' DEBUG: adding 'openstack_dashboard/management/commands/update_catalog.py' DEBUG: adding 'openstack_dashboard/management/commands/upgrade_check.py' DEBUG: adding 'openstack_dashboard/static/app/_app.scss' DEBUG: adding 'openstack_dashboard/static/app/app.module.js' DEBUG: adding 'openstack_dashboard/static/app/app.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/redirect.controller.js' DEBUG: adding 'openstack_dashboard/static/app/redirect.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/_core.scss' DEBUG: adding 'openstack_dashboard/static/app/core/core-constants.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/core.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/core.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/cloud-services.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.js' DEBUG: adding 'openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/conf/conf.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/flavors.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/flavors.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/flavors.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/flavors.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/summary.html' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/_images.scss' DEBUG: adding 'openstack_dashboard/static/app/core/images/admin-panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/images.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/images.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/images.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/images.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/summary.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/summary.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/create-volume.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/create-volume.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/create.workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/create.workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/deactivate-image.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/delete-image-selected-button.template.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/delete-image-selected.template.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/delete-image.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/delete-image.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/edit.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/edit.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/edit.workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/edit.workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/launch-instance.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/launch-instance.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/reactivate-image.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/details/details.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/details/details.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/details/drawer.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/details/overview.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/details/overview.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/details/overview.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/filters/image-visibility.filter.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/filters/image-visibility.filter.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-image/create-image.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-image/create-image.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/deactivate/deactivate.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.html' DEBUG: adding 'openstack_dashboard/static/app/core/images/workflows/create-volume.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/images/workflows/create-volume.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/_keypairs.scss' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/keypair.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/keypair.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/keypairs.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/keypairs.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/keypairs.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/keypairs.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/create.description.html' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/create.key-type.html' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/create.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/create.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/delete.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/delete.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/import.description.html' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/import.public-key.html' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/import.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/actions/import.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/details/details.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/details/details.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/details/details.html' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/details/details.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/details/details.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/keypairs/details/drawer.html' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/metadata.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/metadata.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/metadata.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/metadata.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.html' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/metadata/modal/modal.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/qos.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/qos.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/qos.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/qos.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/add-rule.html' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/create.description.html' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/edit-rule.html' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/rule.description.html' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/workflow/delete-rule.workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/details/details.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/details/details.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/details/drawer.html' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/details/overview.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/details/overview.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/network_qos/details/overview.html' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/cinder.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/extensions.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/extensions.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/glance.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/glance.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/keystone.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/keystone.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/network.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/network.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/neutron.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/nova.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/nova.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/openstack-service-api.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/policy.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/policy.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/security-group.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/security-group.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/settings.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/settings.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/swift.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/user-session.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/openstack-service-api/user-session.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/server-groups.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/server-groups.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/server-groups.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/server-groups.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/create.description.html' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/details/details.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/details/details.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/details/overview.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/details/overview.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/server_groups/details/overview.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/panel.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/summary.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/trunks.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/trunks.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/trunks.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/trunks.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/actions.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/actions.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/create.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/create.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/create.workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/delete.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/delete.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/edit.action.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/edit.action.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/edit.workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/details/details.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/details/details.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/details/overview.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/details/overview.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/details/overview.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-details.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-details.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-subports.help.html' DEBUG: adding 'openstack_dashboard/static/app/core/trunks/steps/trunk-subports.html' DEBUG: adding 'openstack_dashboard/static/app/core/workflow/decorator.service.js' DEBUG: adding 'openstack_dashboard/static/app/core/workflow/decorator.service.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/workflow/workflow.module.js' DEBUG: adding 'openstack_dashboard/static/app/core/workflow/workflow.module.spec.js' DEBUG: adding 'openstack_dashboard/static/app/core/workflow/workflow.service.js' DEBUG: adding 'openstack_dashboard/static/app/resources/resources.module.js' DEBUG: adding 'openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.js' DEBUG: adding 'openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/tech-debt/image-form.controller.js' DEBUG: adding 'openstack_dashboard/static/app/tech-debt/image-form.controller.spec.js' DEBUG: adding 'openstack_dashboard/static/app/tech-debt/tech-debt.module.js' DEBUG: adding 'openstack_dashboard/static/app/tech-debt/tech-debt.module.spec.js' DEBUG: adding 'openstack_dashboard/static/dashboard/img/alarm-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/alarm-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/alarm-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/alarm-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/apple-touch-icon.png' DEBUG: adding 'openstack_dashboard/static/dashboard/img/config-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/config-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/config-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/config-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/db-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/db-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/db-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/db-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/drag.png' DEBUG: adding 'openstack_dashboard/static/dashboard/img/favicon.ico' DEBUG: adding 'openstack_dashboard/static/dashboard/img/firewall-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/firewall-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/firewall-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/firewall-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/flavor-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/flavor-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/flavor-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/flavor-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/floatingip-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/floatingip-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/floatingip-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/floatingip-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/image-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/image-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/image-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/image-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/keypair-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/keypair-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/keypair-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/keypair-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/lb-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/lb-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/lb-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/lb-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/logo-splash.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/logo.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/network-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/network-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/network-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/network-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/policy-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/policy-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/policy-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/policy-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/port-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/port-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/port-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/port-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/router-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/router-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/router-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/router-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/securitygroup-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/securitygroup-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/securitygroup-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/securitygroup-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/server-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/server-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/server-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/server-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/spinner.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/stack-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/stack-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/stack-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/stack-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/unknown-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/unknown-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/unknown-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/unknown-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/volume-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/volume-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/volume-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/volume-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/vpn-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/vpn-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/vpn-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/vpn.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/wait-gray.gif' DEBUG: adding 'openstack_dashboard/static/dashboard/img/wait-gray.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/wait-green.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/img/wait-red.svg' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_bootstrap_helpers.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_contrib.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_debt.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_layout.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_legacy.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_mixins.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_util.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/_variables.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/horizon.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/serial_console.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_bar_charts.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_breadcrumbs.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_charts.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_checkboxes.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_code.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_datepicker.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_dl_lists.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_dropdowns.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_forms.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_help_panel.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_icons.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_loader.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_login.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_membership.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_messages.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_modals.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_navbar.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_network_topology.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_network_topology_svg.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_progress_bars.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_quota.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_radiobuttons.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_resource_topology.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_selection_menu.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_selects.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_sidebar.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_spinners.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_tab.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_tables.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss' DEBUG: adding 'openstack_dashboard/static/dashboard/scss/components/_wizard.scss' DEBUG: adding 'openstack_dashboard/static/js/.eslintrc' DEBUG: adding 'openstack_dashboard/static/js/horizon.flatnetworktopology.js' DEBUG: adding 'openstack_dashboard/static/js/horizon.instances.js' DEBUG: adding 'openstack_dashboard/static/js/horizon.metering.js' DEBUG: adding 'openstack_dashboard/static/js/horizon.networktopology.js' DEBUG: adding 'openstack_dashboard/static/js/horizon.networktopologycommon.js' DEBUG: adding 'openstack_dashboard/static/js/horizon.quota.js' DEBUG: adding 'openstack_dashboard/static/js/horizon.volumes.js' DEBUG: adding 'openstack_dashboard/static/js/angular/directives/serialConsole.js' DEBUG: adding 'openstack_dashboard/templates/403.html' DEBUG: adding 'openstack_dashboard/templates/404.html' DEBUG: adding 'openstack_dashboard/templates/500.html' DEBUG: adding 'openstack_dashboard/templates/_footer.html' DEBUG: adding 'openstack_dashboard/templates/_stylesheets.html' DEBUG: adding 'openstack_dashboard/templates/angular.html' DEBUG: adding 'openstack_dashboard/templates/base.html' DEBUG: adding 'openstack_dashboard/templates/serial_console.html' DEBUG: adding 'openstack_dashboard/templates/angular/angular_templates.html' DEBUG: adding 'openstack_dashboard/templates/angular/angular_templates.js' DEBUG: adding 'openstack_dashboard/templates/auth/_splash.html' DEBUG: adding 'openstack_dashboard/templates/context_selection/_anti_clickjack.html' DEBUG: adding 'openstack_dashboard/templates/context_selection/_domain_list.html' DEBUG: adding 'openstack_dashboard/templates/context_selection/_overview.html' DEBUG: adding 'openstack_dashboard/templates/context_selection/_project_list.html' DEBUG: adding 'openstack_dashboard/templates/context_selection/_region_list.html' DEBUG: adding 'openstack_dashboard/templates/context_selection/_system_list.html' DEBUG: adding 'openstack_dashboard/templates/header/_brand.html' DEBUG: adding 'openstack_dashboard/templates/header/_context_selection.html' DEBUG: adding 'openstack_dashboard/templates/header/_header.html' DEBUG: adding 'openstack_dashboard/templates/header/_header_sections.html' DEBUG: adding 'openstack_dashboard/templates/header/_keystone_provider_selection.html' DEBUG: adding 'openstack_dashboard/templates/header/_region_selection.html' DEBUG: adding 'openstack_dashboard/templates/header/_theme_list.html' DEBUG: adding 'openstack_dashboard/templates/header/_user_menu.html' DEBUG: adding 'openstack_dashboard/templates/horizon/_conf.html' DEBUG: adding 'openstack_dashboard/templates/horizon/_custom_head_js.html' DEBUG: adding 'openstack_dashboard/templates/horizon/_custom_meta.html' DEBUG: adding 'openstack_dashboard/templates/horizon/_script_i18n.html' DEBUG: adding 'openstack_dashboard/templates/horizon/_scripts.html' DEBUG: adding 'openstack_dashboard/templates/themes/themes.scss' DEBUG: adding 'openstack_dashboard/templatetags/__init__.py' DEBUG: adding 'openstack_dashboard/templatetags/context_selection.py' DEBUG: adding 'openstack_dashboard/templatetags/themes.py' DEBUG: adding 'openstack_dashboard/test/__init__.py' DEBUG: adding 'openstack_dashboard/test/error_pages_urls.py' DEBUG: adding 'openstack_dashboard/test/extensible_header_urls.py' DEBUG: adding 'openstack_dashboard/test/helpers.py' DEBUG: adding 'openstack_dashboard/test/settings.py' DEBUG: adding 'openstack_dashboard/test/urls.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/README.rst' DEBUG: adding 'openstack_dashboard/test/integration_tests/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/basewebobject.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/config.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/decorators.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/helpers.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/horizon.conf' DEBUG: adding 'openstack_dashboard/test/integration_tests/video_recorder.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/basepage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/loginpage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/navigation.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/pageobject.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/overviewpage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/compute/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/compute/flavorspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/compute/hostaggregatespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/compute/hypervisorspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/compute/imagespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/compute/instancespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/network/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/network/floatingipspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/network/networkspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/network/routerspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/system/defaultspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/system/imagespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/system/metadatadefinitionspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/volume/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/volume/grouptypespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/volume/snapshotspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/volume/volumespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/admin/volume/volumetypespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/identity/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/identity/groupspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/identity/projectspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/identity/rolespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/identity/userspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/apiaccesspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/compute/instancespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/compute/keypairspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/compute/servergroupspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/floatingipspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/networkoverviewpage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/networkspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/networktopologypage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/routerinterfacespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/routeroverviewpage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/routerspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/securitygroupspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/security_groups/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/network/security_groups/managerulespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/volumes/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/volumes/snapshotspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/project/volumes/volumespage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/settings/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/bars.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/baseregion.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/exceptions.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/forms.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/menus.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/messages.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/regions/tables.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/__init__.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_credentials.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_defaults.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_flavors.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_floatingips.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_groups.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_grouptypes.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_host_aggregates.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_images.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_instances.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_keypairs.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_login.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_metadata_definitions.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_networks.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_projects.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_router.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_router_gateway.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_security_groups.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_user_settings.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_users.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_volume_snapshots.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_volumes.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test_volumetypes.py' DEBUG: adding 'openstack_dashboard/test/integration_tests/tests/test-data/empty_namespace.json' DEBUG: adding 'openstack_dashboard/test/jasmine/__init__.py' DEBUG: adding 'openstack_dashboard/test/jasmine/jasmine.py' DEBUG: adding 'openstack_dashboard/test/selenium/conftest.py' DEBUG: adding 'openstack_dashboard/test/selenium/widgets.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/conftest.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_credentials.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_defaults.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_flavors.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_floatingips.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_groups.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_grouptypes.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_host_aggregates.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_images.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_instances.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_keypairs.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_metadata_definitions.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_networks.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_projects.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_routers.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_security_groups.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_settings.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_users.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_volume_snapshots.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_volumes.py' DEBUG: adding 'openstack_dashboard/test/selenium/integration/test_volumetypes.py' DEBUG: adding 'openstack_dashboard/test/selenium/ui/conftest.py' DEBUG: adding 'openstack_dashboard/test/selenium/ui/test_actions.py' DEBUG: adding 'openstack_dashboard/test/selenium/ui/test_browse.py' DEBUG: adding 'openstack_dashboard/test/selenium/ui/test_hypervisors.py' DEBUG: adding 'openstack_dashboard/test/selenium/ui/test_settings.py' DEBUG: adding 'openstack_dashboard/test/templates/404.html' DEBUG: adding 'openstack_dashboard/test/templates/500.html' DEBUG: adding 'openstack_dashboard/test/templates/_tab.html' DEBUG: adding 'openstack_dashboard/test/templates/base-sidebar.html' DEBUG: adding 'openstack_dashboard/test/templates/tab_group.html' DEBUG: adding 'openstack_dashboard/test/templates/workflow.html' DEBUG: adding 'openstack_dashboard/test/templates/registration/login.html' DEBUG: adding 'openstack_dashboard/test/test_data/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_data/cinder_data.py' DEBUG: adding 'openstack_dashboard/test/test_data/exceptions.py' DEBUG: adding 'openstack_dashboard/test/test_data/glance_data.py' DEBUG: adding 'openstack_dashboard/test/test_data/keystone_data.py' DEBUG: adding 'openstack_dashboard/test/test_data/neutron_data.py' DEBUG: adding 'openstack_dashboard/test/test_data/nova_data.py' DEBUG: adding 'openstack_dashboard/test/test_data/swift_data.py' DEBUG: adding 'openstack_dashboard/test/test_data/utils.py' DEBUG: adding 'openstack_dashboard/test/test_panels/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_panels/another_panel/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_panels/another_panel/panel.py' DEBUG: adding 'openstack_dashboard/test/test_panels/another_panel/urls.py' DEBUG: adding 'openstack_dashboard/test/test_panels/another_panel/views.py' DEBUG: adding 'openstack_dashboard/test/test_panels/another_panel/templates/another_panel/index.html' DEBUG: adding 'openstack_dashboard/test/test_panels/nonloading_panel/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_panels/nonloading_panel/panel.py' DEBUG: adding 'openstack_dashboard/test/test_panels/nonloading_panel/urls.py' DEBUG: adding 'openstack_dashboard/test/test_panels/nonloading_panel/views.py' DEBUG: adding 'openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel/index.html' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/panel.py' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/urls.py' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/views.py' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.scss' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.spec.js' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin_module.js' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/header.html' DEBUG: adding 'openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/index.html' DEBUG: adding 'openstack_dashboard/test/test_panels/second_panel/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_panels/second_panel/panel.py' DEBUG: adding 'openstack_dashboard/test/test_panels/second_panel/urls.py' DEBUG: adding 'openstack_dashboard/test/test_panels/second_panel/views.py' DEBUG: adding 'openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html' DEBUG: adding 'openstack_dashboard/test/test_plugins/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/test_panel.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/test_panel_group.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_config/_40_admin_nonloading_panel.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_config/__init__.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_group_config/_50_admin_add_panel_to_default_group.py' DEBUG: adding 'openstack_dashboard/test/test_plugins/panel_group_config/__init__.py' DEBUG: adding 'openstack_dashboard/test/unit/__init__.py' DEBUG: adding 'openstack_dashboard/test/unit/test_error_pages.py' DEBUG: adding 'openstack_dashboard/test/unit/test_policy.py' DEBUG: adding 'openstack_dashboard/test/unit/test_themes.py' DEBUG: adding 'openstack_dashboard/test/unit/test_views.py' DEBUG: adding 'openstack_dashboard/test/unit/api/__init__.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_base.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_cinder.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_glance.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_keystone.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_microversions.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_network.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_neutron.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_nova.py' DEBUG: adding 'openstack_dashboard/test/unit/api/test_swift.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/__init__.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_cinder.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_config.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_glance.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_keystone.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_network.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_neutron.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_nova.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_policy.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_swift.py' DEBUG: adding 'openstack_dashboard/test/unit/api/rest/test_utils.py' DEBUG: adding 'openstack_dashboard/test/unit/usage/__init__.py' DEBUG: adding 'openstack_dashboard/test/unit/usage/test_quotas.py' DEBUG: adding 'openstack_dashboard/test/unit/utils/__init__.py' DEBUG: adding 'openstack_dashboard/test/unit/utils/test_config_types.py' DEBUG: adding 'openstack_dashboard/test/unit/utils/test_filters.py' DEBUG: adding 'openstack_dashboard/test/unit/utils/test_futurist_utils.py' DEBUG: adding 'openstack_dashboard/test/unit/utils/test_settings.py' DEBUG: adding 'openstack_dashboard/themes/default/_styles.scss' DEBUG: adding 'openstack_dashboard/themes/default/_variables.scss' DEBUG: adding 'openstack_dashboard/themes/default/horizon/components/_selects.scss' DEBUG: adding 'openstack_dashboard/themes/example/static/_styles.scss' DEBUG: adding 'openstack_dashboard/themes/example/static/_variables.scss' DEBUG: adding 'openstack_dashboard/themes/example/static/js/my_analytics_js.js' DEBUG: adding 'openstack_dashboard/themes/example/static/js/my_custom_js.js' DEBUG: adding 'openstack_dashboard/themes/example/templates/base.html' DEBUG: adding 'openstack_dashboard/themes/example/templates/auth/_login_form.html' DEBUG: adding 'openstack_dashboard/themes/example/templates/auth/login.html' DEBUG: adding 'openstack_dashboard/themes/material/static/_styles.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/_variables.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/bootstrap/_styles.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/bootstrap/_variable_customizations.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/bootstrap/_variables.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/_animations.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/_icons.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/_styles.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/_variables.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_checkboxes.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_datepicker.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_dropdowns.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_hamburger.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_help_panel.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_loader_circular_example.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_loader_line_example.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_loader_spinner.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_magic_search.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_messages.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_navbar.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_progress_bars.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_selects.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_sidebar.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_spinners.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/horizon/components/_trees.scss' DEBUG: adding 'openstack_dashboard/themes/material/static/js/material.hamburger.js' DEBUG: adding 'openstack_dashboard/themes/material/templates/auth/_splash.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/header/_brand.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/header/_header.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/horizon/_sidebar.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/horizon/client_side/_confirm.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/horizon/client_side/_loading_inline_example.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/horizon/client_side/_loading_modal_example.html' DEBUG: adding 'openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg' DEBUG: adding 'openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg.old' DEBUG: adding 'openstack_dashboard/themes/material/templates/material/openstack-one-color.svg' DEBUG: adding 'openstack_dashboard/usage/__init__.py' DEBUG: adding 'openstack_dashboard/usage/base.py' DEBUG: adding 'openstack_dashboard/usage/quotas.py' DEBUG: adding 'openstack_dashboard/usage/tables.py' DEBUG: adding 'openstack_dashboard/usage/views.py' DEBUG: adding 'openstack_dashboard/utils/__init__.py' DEBUG: adding 'openstack_dashboard/utils/config.py' DEBUG: adding 'openstack_dashboard/utils/config_types.py' DEBUG: adding 'openstack_dashboard/utils/filters.py' DEBUG: adding 'openstack_dashboard/utils/futurist_utils.py' DEBUG: adding 'openstack_dashboard/utils/identity.py' DEBUG: adding 'openstack_dashboard/utils/settings.py' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/AUTHORS' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/LICENSE' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/METADATA' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/WHEEL' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/entry_points.txt' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/pbr.json' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/top_level.txt' DEBUG: adding 'horizon-25.4.1.dev13.dist-info/RECORD' DEBUG: removing build/bdist.linux-x86_64/wheel DEBUG: Building wheel for horizon (pyproject.toml): finished with status 'done' DEBUG: Created wheel for horizon: filename=horizon-25.4.1.dev13-py3-none-any.whl size=5281906 sha256=03c5c57b347dec9ae236dc83c87ff0530be206f027a9771689cec34211b65ced DEBUG: Stored in directory: /builddir/.cache/pip/wheels/41/36/3b/e3fc015470c1ce572f4b10df6b14fba1907dcd96fa008be24e DEBUG: Successfully built horizon DEBUG: + cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py DEBUG: + /usr/bin/python3 manage.py collectstatic --noinput --clear DEBUG: /usr/lib/python3.12/site-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. DEBUG: version_info = version.StrictVersion(__version__).version DEBUG: 1952 static files copied to '/builddir/build/BUILD/horizon-25.4.1.dev13/static'. DEBUG: + /usr/bin/python3 manage.py compress --force DEBUG: /usr/lib/python3.12/site-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. DEBUG: version_info = version.StrictVersion(__version__).version DEBUG: Compressing... done DEBUG: Compressed 6 block(s) from 12 template(s) for 2 context(s). 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/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/horizon-25.4.1.dev13/.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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [html]: targets for 89 source files that are out of date DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 14%] admin/admin-manage-roles .. configuration/customizing reading sources... [ 29%] configuration/index .. contributor/policies/supported-software reading sources... [ 43%] contributor/quickstart .. contributor/ref/tables reading sources... [ 57%] contributor/ref/tabs .. contributor/topics/profiling reading sources... [ 71%] contributor/topics/release-notes .. install/from-source reading sources... [ 86%] install/index .. user/index reading sources... [100%] user/launch-instances .. user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 17%] admin/customize-configure .. configuration/themes writing output... [ 33%] contributor/contributing .. contributor/ref/index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 50%] contributor/ref/middleware .. contributor/topics/javascript_testing /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 67%] contributor/topics/microversion_support .. index writing output... [ 83%] install/from-source .. user/log-in writing output... [100%] user/manage-containers .. user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] django.utils.functional [openstackdocstheme] could not determine last_updated for '_modules/django/utils/functional' DEBUG: highlighting module code... [ 8%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 12%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 15%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 19%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 23%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 27%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 31%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 35%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 65%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 69%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 73%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 77%] logging [openstackdocstheme] could not determine last_updated for '_modules/logging' DEBUG: highlighting module code... [ 81%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 85%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html. DEBUG: + DOCNAME=doc DEBUG: + DIRECTORY=doc DEBUG: + SPHINX_BUILD_OPTION_ENG=-W DEBUG: + SPHINX_BUILD_OPTION_TRANS=-W DEBUG: + SKIP_SPHINX_WARNINGS=0 DEBUG: + SPHINX_WARNINGS_TRANS=1 DEBUG: + '[' 0 -lt 1 ']' DEBUG: + SPHINX_BUILD_OPTION_ENG= DEBUG: + '[' 1 -gt 0 ']' DEBUG: + SPHINX_BUILD_OPTION_TRANS= DEBUG: + trap cleanup EXIT DEBUG: + sphinx-build -a -W -b gettext -d doc/build/doctrees.gettext doc/source doc/source/locale/ DEBUG: Running Sphinx v7.2.6 DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [gettext]: targets for 0 template files DEBUG: reading templates... DEBUG: building [gettext]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... done DEBUG: writing output... [ 1%] admin/admin-manage-roles writing output... [ 2%] admin/customize-configure writing output... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings writing output... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables writing output... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: writing message catalogs... [ 14%] admin writing message catalogs... [ 29%] configuration writing message catalogs... [ 43%] contributor writing message catalogs... [ 57%] glossary writing message catalogs... [ 71%] index writing message catalogs... [ 86%] install writing message catalogs... [100%] user DEBUG: build succeeded. DEBUG: The message catalogs are in doc/source/locale. DEBUG: + prepare_language_index DEBUG: + HAS_LANG=0 DEBUG: ++ mktemp DEBUG: + LANG_INDEX=/tmp/tmp.zBj6L9IJBm DEBUG: + cat DEBUG: ++ find doc/source/locale/ -maxdepth 1 -type d DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale//LC_MESSAGES/doc.po ']' DEBUG: + continue DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/zh_CN DEBUG: + language=zh_CN DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py zh_CN DEBUG: + name='中文 (简体, 中国)' DEBUG: + echo '`中文 (简体, 中国) <__BASE__/zh_CN/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/ru DEBUG: + language=ru DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py ru DEBUG: + name=русский DEBUG: + echo '`русский <__BASE__/ru/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/pt_BR DEBUG: + language=pt_BR DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py pt_BR DEBUG: + name='português (Brasil)' DEBUG: + echo '`português (Brasil) <__BASE__/pt_BR/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/ne DEBUG: + language=ne DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py ne DEBUG: + name=नेपाली DEBUG: + echo '`नेपाली <__BASE__/ne/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/ko_KR DEBUG: + language=ko_KR DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py ko_KR DEBUG: + name='한국어 (대한민국)' DEBUG: + echo '`한국어 (대한민국) <__BASE__/ko_KR/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ja/LC_MESSAGES/doc.po ']' DEBUG: + continue DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/id/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/id DEBUG: + language=id DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py id DEBUG: + name=Indonesia DEBUG: + echo '`Indonesia <__BASE__/id/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/fr DEBUG: + language=fr DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py fr DEBUG: + name=français DEBUG: + echo '`français <__BASE__/fr/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/es DEBUG: + language=es DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py es DEBUG: + name=español DEBUG: + echo '`español <__BASE__/es/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/eo DEBUG: + language=eo DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py eo DEBUG: + name=esperanto DEBUG: + echo '`esperanto <__BASE__/eo/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/en_GB/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/en_GB DEBUG: + language=en_GB DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py en_GB DEBUG: + name='English (United Kingdom)' DEBUG: + echo '`English (United Kingdom) <__BASE__/en_GB/__INDEX__>`__' DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/de DEBUG: + language=de DEBUG: + echo -n '| ' DEBUG: + HAS_LANG=1 DEBUG: ++ dirname /usr/bin/docstheme-build-translated.sh DEBUG: + get_lang_name_prog=/usr/bin/docstheme-lang-display-name.py DEBUG: ++ python3 /usr/bin/docstheme-lang-display-name.py de DEBUG: + name=Deutsch DEBUG: + echo '`Deutsch <__BASE__/de/__INDEX__>`__' DEBUG: + cat DEBUG: + '[' 1 = 0 ']' DEBUG: + add_language_index_to_localized DEBUG: ++ find doc/source -name '*.rst' DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/manage-volumes.rst .. DEBUG: + local target_file=doc/source/user/manage-volumes.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/manage-volumes.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/manage-volumes DEBUG: ++ dirname user/manage-volumes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/manage-volumes.rst doc/source/user/manage-volumes.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/manage-volumes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/manage-volumes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/manage-images.rst .. DEBUG: + local target_file=doc/source/user/manage-images.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/manage-images.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/manage-images DEBUG: ++ dirname user/manage-images DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/manage-images.rst doc/source/user/manage-images.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/manage-images.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/manage-images.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/manage-containers.rst .. DEBUG: + local target_file=doc/source/user/manage-containers.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/manage-containers.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/manage-containers DEBUG: ++ dirname user/manage-containers DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/manage-containers.rst doc/source/user/manage-containers.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/manage-containers.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/manage-containers.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/log-in.rst .. DEBUG: + local target_file=doc/source/user/log-in.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/log-in.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/log-in DEBUG: ++ dirname user/log-in DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/log-in.rst doc/source/user/log-in.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/log-in.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/log-in.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/launch-instances.rst .. DEBUG: + local target_file=doc/source/user/launch-instances.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/launch-instances.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/launch-instances DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname user/launch-instances DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/launch-instances.rst doc/source/user/launch-instances.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/launch-instances.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/launch-instances.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/index.rst .. DEBUG: + local target_file=doc/source/user/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname user/index DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/index.rst doc/source/user/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/create-networks.rst .. DEBUG: + local target_file=doc/source/user/create-networks.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/user/create-networks.rst DEBUG: + basename=user/create-networks DEBUG: ++ dirname user/create-networks DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/create-networks.rst doc/source/user/create-networks.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/create-networks.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/create-networks.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/configure-access-and-security-for-instances.rst .. DEBUG: + local target_file=doc/source/user/configure-access-and-security-for-instances.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/configure-access-and-security-for-instances.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/configure-access-and-security-for-instances DEBUG: ++ dirname user/configure-access-and-security-for-instances DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/configure-access-and-security-for-instances.rst doc/source/user/configure-access-and-security-for-instances.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/configure-access-and-security-for-instances.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/configure-access-and-security-for-instances.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/user/browser_support.rst .. DEBUG: + local target_file=doc/source/user/browser_support.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/user/browser_support.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/browser_support DEBUG: ++ dirname user/browser_support DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/user/browser_support.rst doc/source/user/browser_support.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|user/browser_support.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/browser_support.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/verify-ubuntu.rst .. DEBUG: + local target_file=doc/source/install/verify-ubuntu.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/verify-ubuntu.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/verify-ubuntu DEBUG: ++ dirname install/verify-ubuntu DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/verify-ubuntu.rst doc/source/install/verify-ubuntu.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/verify-ubuntu.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/verify-ubuntu.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/verify-rdo.rst .. DEBUG: + local target_file=doc/source/install/verify-rdo.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/verify-rdo.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/verify-rdo DEBUG: ++ dirname install/verify-rdo DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/verify-rdo.rst doc/source/install/verify-rdo.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/verify-rdo.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/verify-rdo.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/verify-debian.rst .. DEBUG: + local target_file=doc/source/install/verify-debian.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/verify-debian.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/verify-debian DEBUG: ++ dirname install/verify-debian DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/verify-debian.rst doc/source/install/verify-debian.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/verify-debian.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/verify-debian.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/system-requirements.rst .. DEBUG: + local target_file=doc/source/install/system-requirements.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/system-requirements.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/system-requirements DEBUG: ++ dirname install/system-requirements DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/system-requirements.rst doc/source/install/system-requirements.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/system-requirements.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/system-requirements.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/plugin-registry.rst .. DEBUG: + local target_file=doc/source/install/plugin-registry.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/install/plugin-registry.rst DEBUG: + basename=install/plugin-registry DEBUG: ++ dirname install/plugin-registry DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/plugin-registry.rst doc/source/install/plugin-registry.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/plugin-registry.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/plugin-registry.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/next-steps.rst .. DEBUG: + local target_file=doc/source/install/next-steps.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/next-steps.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/next-steps DEBUG: ++ dirname install/next-steps DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/next-steps.rst doc/source/install/next-steps.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/next-steps.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/next-steps.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/install-ubuntu.rst .. DEBUG: + local target_file=doc/source/install/install-ubuntu.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/install-ubuntu.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/install-ubuntu DEBUG: ++ dirname install/install-ubuntu DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/install-ubuntu.rst doc/source/install/install-ubuntu.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/install-ubuntu.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/install-ubuntu.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/install-rdo.rst .. DEBUG: + local target_file=doc/source/install/install-rdo.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/install-rdo.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/install-rdo DEBUG: ++ dirname install/install-rdo DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/install-rdo.rst doc/source/install/install-rdo.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/install-rdo.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/install-rdo.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/install-debian.rst .. DEBUG: + local target_file=doc/source/install/install-debian.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/install/install-debian.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/install-debian DEBUG: ++ dirname install/install-debian DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/install-debian.rst doc/source/install/install-debian.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/install-debian.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/install-debian.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/index.rst .. DEBUG: + local target_file=doc/source/install/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/install/index.rst DEBUG: + basename=install/index DEBUG: ++ dirname install/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/index.rst doc/source/install/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/install/from-source.rst .. DEBUG: + local target_file=doc/source/install/from-source.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/install/from-source.rst DEBUG: + basename=install/from-source DEBUG: ++ dirname install/from-source DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/install/from-source.rst doc/source/install/from-source.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|install/from-source.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/from-source.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/index.rst .. DEBUG: + local target_file=doc/source/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=index DEBUG: ++ dirname index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=. DEBUG: + local _basepath DEBUG: + '[' .. = . -a . = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/index.rst doc/source/index.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/glossary.rst .. DEBUG: + local target_file=doc/source/glossary.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/glossary.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=glossary DEBUG: ++ dirname glossary DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=. DEBUG: + local _basepath DEBUG: + '[' .. = . -a . = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/glossary.rst doc/source/glossary.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|glossary.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/glossary.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/tutorials/workflow_extend.rst .. DEBUG: + local target_file=doc/source/contributor/tutorials/workflow_extend.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/tutorials/workflow_extend.rst DEBUG: + basename=contributor/tutorials/workflow_extend DEBUG: ++ dirname contributor/tutorials/workflow_extend DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/tutorials/workflow_extend.rst doc/source/contributor/tutorials/workflow_extend.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/tutorials/workflow_extend.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/workflow_extend.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/tutorials/table_actions.rst .. DEBUG: + local target_file=doc/source/contributor/tutorials/table_actions.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/table_actions.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/table_actions DEBUG: ++ dirname contributor/tutorials/table_actions DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/tutorials/table_actions.rst doc/source/contributor/tutorials/table_actions.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/tutorials/table_actions.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/table_actions.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/tutorials/plugin.rst .. DEBUG: + local target_file=doc/source/contributor/tutorials/plugin.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/plugin.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/plugin DEBUG: ++ dirname contributor/tutorials/plugin DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/tutorials/plugin.rst doc/source/contributor/tutorials/plugin.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/tutorials/plugin.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/plugin.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/tutorials/index.rst .. DEBUG: + local target_file=doc/source/contributor/tutorials/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/tutorials/index.rst DEBUG: + basename=contributor/tutorials/index DEBUG: ++ dirname contributor/tutorials/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/tutorials/index.rst doc/source/contributor/tutorials/index.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/tutorials/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/tutorials/dashboard.rst .. DEBUG: + local target_file=doc/source/contributor/tutorials/dashboard.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/tutorials/dashboard.rst DEBUG: + basename=contributor/tutorials/dashboard DEBUG: ++ dirname contributor/tutorials/dashboard DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/tutorials/dashboard.rst doc/source/contributor/tutorials/dashboard.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/tutorials/dashboard.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/dashboard.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/workflows.rst .. DEBUG: + local target_file=doc/source/contributor/topics/workflows.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/topics/workflows.rst DEBUG: + basename=contributor/topics/workflows DEBUG: ++ dirname contributor/topics/workflows DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/workflows.rst doc/source/contributor/topics/workflows.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/workflows.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/workflows.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/translation.rst .. DEBUG: + local target_file=doc/source/contributor/topics/translation.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/topics/translation.rst DEBUG: + basename=contributor/topics/translation DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/topics/translation DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/translation.rst doc/source/contributor/topics/translation.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/translation.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/translation.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/testing.rst .. DEBUG: + local target_file=doc/source/contributor/topics/testing.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/topics/testing.rst DEBUG: + basename=contributor/topics/testing DEBUG: ++ dirname contributor/topics/testing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/testing.rst doc/source/contributor/topics/testing.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/testing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/testing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/tables.rst .. DEBUG: + local target_file=doc/source/contributor/topics/tables.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/tables.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/tables DEBUG: ++ dirname contributor/topics/tables DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/tables.rst doc/source/contributor/topics/tables.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/tables.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/tables.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/styling.rst .. DEBUG: + local target_file=doc/source/contributor/topics/styling.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/styling.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/styling DEBUG: ++ dirname contributor/topics/styling DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/styling.rst doc/source/contributor/topics/styling.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/styling.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/styling.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/release-notes.rst .. DEBUG: + local target_file=doc/source/contributor/topics/release-notes.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/topics/release-notes.rst DEBUG: + basename=contributor/topics/release-notes DEBUG: ++ dirname contributor/topics/release-notes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/release-notes.rst doc/source/contributor/topics/release-notes.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/release-notes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/release-notes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/profiling.rst .. DEBUG: + local target_file=doc/source/contributor/topics/profiling.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/profiling.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/profiling DEBUG: ++ dirname contributor/topics/profiling DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/profiling.rst doc/source/contributor/topics/profiling.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/profiling.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/profiling.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/policy.rst .. DEBUG: + local target_file=doc/source/contributor/topics/policy.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/policy.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/policy DEBUG: ++ dirname contributor/topics/policy DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/policy.rst doc/source/contributor/topics/policy.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/policy.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/policy.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/packaging.rst .. DEBUG: + local target_file=doc/source/contributor/topics/packaging.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/packaging.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/packaging DEBUG: ++ dirname contributor/topics/packaging DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/packaging.rst doc/source/contributor/topics/packaging.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/packaging.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/packaging.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/microversion_support.rst .. DEBUG: + local target_file=doc/source/contributor/topics/microversion_support.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/microversion_support.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/microversion_support DEBUG: ++ dirname contributor/topics/microversion_support DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/microversion_support.rst doc/source/contributor/topics/microversion_support.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/microversion_support.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/microversion_support.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/javascript_testing.rst .. DEBUG: + local target_file=doc/source/contributor/topics/javascript_testing.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/javascript_testing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/javascript_testing DEBUG: ++ dirname contributor/topics/javascript_testing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/javascript_testing.rst doc/source/contributor/topics/javascript_testing.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/javascript_testing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/javascript_testing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/ini-based-configuration.rst .. DEBUG: + local target_file=doc/source/contributor/topics/ini-based-configuration.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/ini-based-configuration.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/ini-based-configuration DEBUG: ++ dirname contributor/topics/ini-based-configuration DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/ini-based-configuration.rst doc/source/contributor/topics/ini-based-configuration.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/ini-based-configuration.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/ini-based-configuration.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/index.rst .. DEBUG: + local target_file=doc/source/contributor/topics/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/index DEBUG: ++ dirname contributor/topics/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/index.rst doc/source/contributor/topics/index.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/devstack.rst .. DEBUG: + local target_file=doc/source/contributor/topics/devstack.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/devstack.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/devstack DEBUG: ++ dirname contributor/topics/devstack DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/devstack.rst doc/source/contributor/topics/devstack.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/devstack.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/devstack.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/code-style.rst .. DEBUG: + local target_file=doc/source/contributor/topics/code-style.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/code-style.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/code-style DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/topics/code-style DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/code-style.rst doc/source/contributor/topics/code-style.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/code-style.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/code-style.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/topics/angularjs.rst .. DEBUG: + local target_file=doc/source/contributor/topics/angularjs.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/angularjs.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/angularjs DEBUG: ++ dirname contributor/topics/angularjs DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/topics/angularjs.rst doc/source/contributor/topics/angularjs.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/topics/angularjs.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/angularjs.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/testing.rst .. DEBUG: + local target_file=doc/source/contributor/testing.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/testing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/testing DEBUG: ++ dirname contributor/testing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/testing.rst doc/source/contributor/testing.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/testing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/testing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/workflows.rst .. DEBUG: + local target_file=doc/source/contributor/ref/workflows.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/workflows.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/workflows DEBUG: ++ dirname contributor/ref/workflows DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/workflows.rst doc/source/contributor/ref/workflows.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/workflows.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/workflows.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/test.rst .. DEBUG: + local target_file=doc/source/contributor/ref/test.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/test.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/test DEBUG: ++ dirname contributor/ref/test DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/test.rst doc/source/contributor/ref/test.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/test.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/test.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/tabs.rst .. DEBUG: + local target_file=doc/source/contributor/ref/tabs.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/tabs.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/tabs DEBUG: ++ dirname contributor/ref/tabs DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/tabs.rst doc/source/contributor/ref/tabs.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/tabs.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/tabs.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/tables.rst .. DEBUG: + local target_file=doc/source/contributor/ref/tables.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/tables.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/tables DEBUG: ++ dirname contributor/ref/tables DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/tables.rst doc/source/contributor/ref/tables.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/tables.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/tables.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/views.rst .. DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/views.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/views.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/views DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/ref/openstack_auth/views DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../../.. = . ']' DEBUG: + _basepath=../../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/views.rst doc/source/contributor/ref/openstack_auth/views.rst.backup DEBUG: + sed -e 's|__BASE__|../../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/views.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/views.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/utils.rst .. DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/utils.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/utils.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/utils DEBUG: ++ dirname contributor/ref/openstack_auth/utils DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../../.. = . ']' DEBUG: + _basepath=../../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/utils.rst doc/source/contributor/ref/openstack_auth/utils.rst.backup DEBUG: + sed -e 's|__BASE__|../../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/utils.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/utils.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/user.rst .. DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/user.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/user.rst DEBUG: + basename=contributor/ref/openstack_auth/user DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/ref/openstack_auth/user DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../../.. = . ']' DEBUG: + _basepath=../../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/user.rst doc/source/contributor/ref/openstack_auth/user.rst.backup DEBUG: + sed -e 's|__BASE__|../../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/user.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/user.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/forms.rst .. DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/forms.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/forms.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/forms DEBUG: ++ dirname contributor/ref/openstack_auth/forms DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../../.. = . ']' DEBUG: + _basepath=../../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/forms.rst doc/source/contributor/ref/openstack_auth/forms.rst.backup DEBUG: + sed -e 's|__BASE__|../../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/forms.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/forms.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/backend.rst .. DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/backend.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/backend.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/backend DEBUG: ++ dirname contributor/ref/openstack_auth/backend DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../../.. = . ']' DEBUG: + _basepath=../../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/backend.rst doc/source/contributor/ref/openstack_auth/backend.rst.backup DEBUG: + sed -e 's|__BASE__|../../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/backend.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/backend.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/middleware.rst .. DEBUG: + local target_file=doc/source/contributor/ref/middleware.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/middleware.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/middleware DEBUG: ++ dirname contributor/ref/middleware DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/middleware.rst doc/source/contributor/ref/middleware.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/middleware.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/middleware.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/index.rst .. DEBUG: + local target_file=doc/source/contributor/ref/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/index DEBUG: ++ dirname contributor/ref/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/index.rst doc/source/contributor/ref/index.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/horizon.rst .. DEBUG: + local target_file=doc/source/contributor/ref/horizon.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/horizon.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/horizon DEBUG: ++ dirname contributor/ref/horizon DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/horizon.rst doc/source/contributor/ref/horizon.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/horizon.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/horizon.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/forms.rst .. DEBUG: + local target_file=doc/source/contributor/ref/forms.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/ref/forms.rst DEBUG: + basename=contributor/ref/forms DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/ref/forms DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/forms.rst doc/source/contributor/ref/forms.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/forms.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/forms.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/exceptions.rst .. DEBUG: + local target_file=doc/source/contributor/ref/exceptions.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/exceptions.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/exceptions DEBUG: ++ dirname contributor/ref/exceptions DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/exceptions.rst doc/source/contributor/ref/exceptions.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/exceptions.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/exceptions.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/decorators.rst .. DEBUG: + local target_file=doc/source/contributor/ref/decorators.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/decorators.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/decorators DEBUG: ++ dirname contributor/ref/decorators DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/decorators.rst doc/source/contributor/ref/decorators.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/decorators.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/decorators.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/ref/context_processors.rst .. DEBUG: + local target_file=doc/source/contributor/ref/context_processors.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/ref/context_processors.rst DEBUG: + basename=contributor/ref/context_processors DEBUG: ++ dirname contributor/ref/context_processors DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/context_processors.rst doc/source/contributor/ref/context_processors.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/context_processors.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/context_processors.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/quickstart.rst .. DEBUG: + local target_file=doc/source/contributor/quickstart.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/quickstart.rst DEBUG: + basename=contributor/quickstart DEBUG: ++ dirname contributor/quickstart DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/quickstart.rst doc/source/contributor/quickstart.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/quickstart.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/quickstart.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/policies/supported-software.rst .. DEBUG: + local target_file=doc/source/contributor/policies/supported-software.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/policies/supported-software.rst DEBUG: + basename=contributor/policies/supported-software DEBUG: ++ dirname contributor/policies/supported-software DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/policies/supported-software.rst doc/source/contributor/policies/supported-software.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/policies/supported-software.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/supported-software.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/policies/releasing.rst .. DEBUG: + local target_file=doc/source/contributor/policies/releasing.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/policies/releasing.rst DEBUG: + basename=contributor/policies/releasing DEBUG: ++ dirname contributor/policies/releasing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/policies/releasing.rst doc/source/contributor/policies/releasing.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/policies/releasing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/releasing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/policies/index.rst .. DEBUG: + local target_file=doc/source/contributor/policies/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/policies/index.rst DEBUG: + basename=contributor/policies/index DEBUG: ++ dirname contributor/policies/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/policies/index.rst doc/source/contributor/policies/index.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/policies/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/policies/horizon-groups.rst .. DEBUG: + local target_file=doc/source/contributor/policies/horizon-groups.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/horizon-groups.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/horizon-groups DEBUG: ++ dirname contributor/policies/horizon-groups DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/policies/horizon-groups.rst doc/source/contributor/policies/horizon-groups.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/policies/horizon-groups.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/horizon-groups.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/policies/horizon-bugs.rst .. DEBUG: + local target_file=doc/source/contributor/policies/horizon-bugs.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/horizon-bugs.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/horizon-bugs DEBUG: ++ dirname contributor/policies/horizon-bugs DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/policies/horizon-bugs.rst doc/source/contributor/policies/horizon-bugs.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/policies/horizon-bugs.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/horizon-bugs.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/policies/core-reviewers.rst .. DEBUG: + local target_file=doc/source/contributor/policies/core-reviewers.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/core-reviewers.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/core-reviewers DEBUG: ++ dirname contributor/policies/core-reviewers DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a ../.. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' ../.. = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/policies/core-reviewers.rst doc/source/contributor/policies/core-reviewers.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/policies/core-reviewers.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/core-reviewers.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/intro.rst .. DEBUG: + local target_file=doc/source/contributor/intro.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/intro.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/intro DEBUG: ++ dirname contributor/intro DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/intro.rst doc/source/contributor/intro.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/intro.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/intro.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/index.rst .. DEBUG: + local target_file=doc/source/contributor/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/index DEBUG: ++ dirname contributor/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/index.rst doc/source/contributor/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/faq.rst .. DEBUG: + local target_file=doc/source/contributor/faq.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/faq.rst DEBUG: + basename=contributor/faq DEBUG: ++ dirname contributor/faq DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/faq.rst doc/source/contributor/faq.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/faq.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/faq.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/contributor/contributing.rst .. DEBUG: + local target_file=doc/source/contributor/contributing.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/contributing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/contributing DEBUG: ++ dirname contributor/contributing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/contributing.rst doc/source/contributor/contributing.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/contributing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/contributing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/configuration/themes.rst .. DEBUG: + local target_file=doc/source/configuration/themes.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/themes.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/themes DEBUG: ++ dirname configuration/themes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/configuration/themes.rst doc/source/configuration/themes.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|configuration/themes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/themes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/configuration/settings.rst .. DEBUG: + local target_file=doc/source/configuration/settings.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/settings.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/settings DEBUG: ++ dirname configuration/settings DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/configuration/settings.rst doc/source/configuration/settings.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|configuration/settings.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/settings.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/configuration/pluggable_panels.rst .. DEBUG: + local target_file=doc/source/configuration/pluggable_panels.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/pluggable_panels.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/pluggable_panels DEBUG: ++ dirname configuration/pluggable_panels DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/configuration/pluggable_panels.rst doc/source/configuration/pluggable_panels.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|configuration/pluggable_panels.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/pluggable_panels.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/configuration/index.rst .. DEBUG: + local target_file=doc/source/configuration/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/index DEBUG: ++ dirname configuration/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/configuration/index.rst doc/source/configuration/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|configuration/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/configuration/customizing.rst .. DEBUG: + local target_file=doc/source/configuration/customizing.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/configuration/customizing.rst DEBUG: + basename=configuration/customizing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname configuration/customizing DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/configuration/customizing.rst doc/source/configuration/customizing.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|configuration/customizing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/customizing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/configuration/branding.rst .. DEBUG: + local target_file=doc/source/configuration/branding.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/branding.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/branding DEBUG: ++ dirname configuration/branding DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/configuration/branding.rst doc/source/configuration/branding.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|configuration/branding.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/branding.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/set-quotas.rst .. DEBUG: + local target_file=doc/source/admin/set-quotas.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/set-quotas.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/set-quotas DEBUG: ++ dirname admin/set-quotas DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/set-quotas.rst doc/source/admin/set-quotas.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/set-quotas.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/set-quotas.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/sessions.rst .. DEBUG: + local target_file=doc/source/admin/sessions.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/sessions.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/sessions DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname admin/sessions DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/sessions.rst doc/source/admin/sessions.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/sessions.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/sessions.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-volumes.rst .. DEBUG: + local target_file=doc/source/admin/manage-volumes.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-volumes.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-volumes DEBUG: ++ dirname admin/manage-volumes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-volumes.rst doc/source/admin/manage-volumes.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-volumes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-volumes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-services.rst .. DEBUG: + local target_file=doc/source/admin/manage-services.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-services.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-services DEBUG: ++ dirname admin/manage-services DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-services.rst doc/source/admin/manage-services.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-services.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-services.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-projects-and-users.rst .. DEBUG: + local target_file=doc/source/admin/manage-projects-and-users.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-projects-and-users.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-projects-and-users DEBUG: ++ dirname admin/manage-projects-and-users DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-projects-and-users.rst doc/source/admin/manage-projects-and-users.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-projects-and-users.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-projects-and-users.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-instances.rst .. DEBUG: + local target_file=doc/source/admin/manage-instances.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-instances.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-instances DEBUG: ++ dirname admin/manage-instances DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-instances.rst doc/source/admin/manage-instances.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-instances.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-instances.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-images.rst .. DEBUG: + local target_file=doc/source/admin/manage-images.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/admin/manage-images.rst DEBUG: + basename=admin/manage-images DEBUG: ++ dirname admin/manage-images DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-images.rst doc/source/admin/manage-images.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-images.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-images.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-host-aggregates.rst .. DEBUG: + local target_file=doc/source/admin/manage-host-aggregates.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/admin/manage-host-aggregates.rst DEBUG: + basename=admin/manage-host-aggregates DEBUG: ++ dirname admin/manage-host-aggregates DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-host-aggregates.rst doc/source/admin/manage-host-aggregates.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-host-aggregates.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-host-aggregates.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/manage-flavors.rst .. DEBUG: + local target_file=doc/source/admin/manage-flavors.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-flavors.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-flavors DEBUG: ++ dirname admin/manage-flavors DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/manage-flavors.rst doc/source/admin/manage-flavors.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/manage-flavors.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-flavors.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/index.rst .. DEBUG: + local target_file=doc/source/admin/index.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/admin/index.rst DEBUG: + basename=admin/index DEBUG: ++ dirname admin/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/index.rst doc/source/admin/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/customize-configure.rst .. DEBUG: + local target_file=doc/source/admin/customize-configure.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/customize-configure.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/customize-configure DEBUG: ++ dirname admin/customize-configure DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/customize-configure.rst doc/source/admin/customize-configure.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/customize-configure.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/customize-configure.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + _add_language_index doc/source/admin/admin-manage-roles.rst .. DEBUG: + local target_file=doc/source/admin/admin-manage-roles.rst DEBUG: + local basepath=.. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/admin-manage-roles.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/admin-manage-roles DEBUG: ++ dirname admin/admin-manage-roles DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' .. = . -a .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + '[' .. = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/admin/admin-manage-roles.rst doc/source/admin/admin-manage-roles.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|admin/admin-manage-roles.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/admin-manage-roles.rst.backup DEBUG: ++ find doc/source/locale/ -maxdepth 1 -type d DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale//LC_MESSAGES/doc.po ']' DEBUG: + continue DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/zh_CN DEBUG: + language=zh_CN DEBUG: ===== Building zh_CN translation ===== DEBUG: + echo '===== Building zh_CN translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/admin.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/admin.mo doc/source/locale/zh_CN/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/configuration.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/configuration.mo doc/source/locale/zh_CN/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/contributor.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/contributor.mo doc/source/locale/zh_CN/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/glossary.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/glossary.mo doc/source/locale/zh_CN/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/index.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/index.mo doc/source/locale/zh_CN/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-install.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/install.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/install.mo doc/source/locale/zh_CN/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/zh_CN/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/zh_CN/LC_MESSAGES/user.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/zh_CN/LC_MESSAGES/user.mo doc/source/locale/zh_CN/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=zh_CN -d doc/build/doctrees.languages/zh_CN doc/source doc/build/html/zh_CN DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [zh_CN]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 8 po files DEBUG: writing output... [ 12%] locale/zh_CN/LC_MESSAGES/doc.mo writing output... [ 25%] locale/zh_CN/LC_MESSAGES/index.mo writing output... [ 38%] locale/zh_CN/LC_MESSAGES/install.mo writing output... [ 50%] locale/zh_CN/LC_MESSAGES/glossary.mo writing output... [ 62%] locale/zh_CN/LC_MESSAGES/configuration.mo writing output... [ 75%] locale/zh_CN/LC_MESSAGES/user.mo writing output... [ 88%] locale/zh_CN/LC_MESSAGES/contributor.mo writing output... [100%] locale/zh_CN/LC_MESSAGES/admin.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/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: writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 48%] contributor/ref/tabs /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 67%] contributor/topics/testing /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 69%] contributor/topics/translation /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in Chinese (code: zh)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html/zh_CN. DEBUG: + git clean -f -q doc/source/locale/zh_CN/LC_MESSAGES/admin.po doc/source/locale/zh_CN/LC_MESSAGES/configuration.po doc/source/locale/zh_CN/LC_MESSAGES/contributor.po doc/source/locale/zh_CN/LC_MESSAGES/doc.po doc/source/locale/zh_CN/LC_MESSAGES/glossary.po doc/source/locale/zh_CN/LC_MESSAGES/index.po doc/source/locale/zh_CN/LC_MESSAGES/install.po doc/source/locale/zh_CN/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/zh_CN/LC_MESSAGES/admin.mo doc/source/locale/zh_CN/LC_MESSAGES/configuration.mo doc/source/locale/zh_CN/LC_MESSAGES/contributor.mo doc/source/locale/zh_CN/LC_MESSAGES/doc.mo doc/source/locale/zh_CN/LC_MESSAGES/glossary.mo doc/source/locale/zh_CN/LC_MESSAGES/index.mo doc/source/locale/zh_CN/LC_MESSAGES/install.mo doc/source/locale/zh_CN/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/zh_CN/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/zh_CN/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/ru DEBUG: + language=ru DEBUG: + echo '===== Building ru translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ===== Building ru translation ===== DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/admin.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/admin.mo doc/source/locale/ru/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/configuration.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/configuration.mo doc/source/locale/ru/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/contributor.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/contributor.mo doc/source/locale/ru/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/glossary.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/glossary.mo doc/source/locale/ru/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/index.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/index.mo doc/source/locale/ru/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-install.po ']' DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/install.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/install.mo doc/source/locale/ru/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/ru/LC_MESSAGES/doc-user.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ru/LC_MESSAGES/user.po doc/source/locale/ru/LC_MESSAGES/doc-user.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/ru/LC_MESSAGES/user.mo doc/source/locale/ru/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=ru -d doc/build/doctrees.languages/ru doc/source doc/build/html/ru DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [ru]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 9 po files DEBUG: writing output... [ 11%] locale/ru/LC_MESSAGES/admin.mo writing output... [ 22%] locale/ru/LC_MESSAGES/glossary.mo writing output... [ 33%] locale/ru/LC_MESSAGES/doc-user.mo writing output... [ 44%] locale/ru/LC_MESSAGES/index.mo writing output... [ 56%] locale/ru/LC_MESSAGES/doc.mo writing output... [ 67%] locale/ru/LC_MESSAGES/contributor.mo writing output... [ 78%] locale/ru/LC_MESSAGES/user.mo writing output... [ 89%] locale/ru/LC_MESSAGES/configuration.mo writing output... [100%] locale/ru/LC_MESSAGES/install.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/configure-access-and-security-for-instances.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/configure-access-and-security-for-instances.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/configure-access-and-security-for-instances.rst:20: WARNING: inconsistent term references in translated message. original: [':ref:`security_groups_add_rule`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:117::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:117::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: looking for now-outdated files... none found DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:117::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:117::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in Russian (code: ru)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 7 warnings. DEBUG: The HTML pages are in doc/build/html/ru. DEBUG: + git clean -f -q doc/source/locale/ru/LC_MESSAGES/admin.po doc/source/locale/ru/LC_MESSAGES/configuration.po doc/source/locale/ru/LC_MESSAGES/contributor.po doc/source/locale/ru/LC_MESSAGES/doc-user.po doc/source/locale/ru/LC_MESSAGES/doc.po doc/source/locale/ru/LC_MESSAGES/glossary.po doc/source/locale/ru/LC_MESSAGES/index.po doc/source/locale/ru/LC_MESSAGES/install.po doc/source/locale/ru/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/ru/LC_MESSAGES/admin.mo doc/source/locale/ru/LC_MESSAGES/configuration.mo doc/source/locale/ru/LC_MESSAGES/contributor.mo doc/source/locale/ru/LC_MESSAGES/doc-user.mo doc/source/locale/ru/LC_MESSAGES/doc.mo doc/source/locale/ru/LC_MESSAGES/glossary.mo doc/source/locale/ru/LC_MESSAGES/index.mo doc/source/locale/ru/LC_MESSAGES/install.mo doc/source/locale/ru/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/ru/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/ru/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/pt_BR DEBUG: ===== Building pt_BR translation ===== DEBUG: + language=pt_BR DEBUG: + echo '===== Building pt_BR translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/admin.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/admin.mo doc/source/locale/pt_BR/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/configuration.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/configuration.mo doc/source/locale/pt_BR/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/contributor.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/contributor.mo doc/source/locale/pt_BR/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/glossary.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/glossary.mo doc/source/locale/pt_BR/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/index.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/index.mo doc/source/locale/pt_BR/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-install.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/install.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/install.mo doc/source/locale/pt_BR/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/pt_BR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/pt_BR/LC_MESSAGES/user.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/pt_BR/LC_MESSAGES/user.mo doc/source/locale/pt_BR/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=pt_BR -d doc/build/doctrees.languages/pt_BR doc/source doc/build/html/pt_BR DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [pt_BR]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 8 po files DEBUG: writing output... [ 12%] locale/pt_BR/LC_MESSAGES/install.mo writing output... [ 25%] locale/pt_BR/LC_MESSAGES/configuration.mo writing output... [ 38%] locale/pt_BR/LC_MESSAGES/doc.mo writing output... [ 50%] locale/pt_BR/LC_MESSAGES/glossary.mo writing output... [ 62%] locale/pt_BR/LC_MESSAGES/index.mo writing output... [ 75%] locale/pt_BR/LC_MESSAGES/user.mo writing output... [ 88%] locale/pt_BR/LC_MESSAGES/contributor.mo writing output... [100%] locale/pt_BR/LC_MESSAGES/admin.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in Portuguese (code: pt)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html/pt_BR. DEBUG: + git clean -f -q doc/source/locale/pt_BR/LC_MESSAGES/admin.po doc/source/locale/pt_BR/LC_MESSAGES/configuration.po doc/source/locale/pt_BR/LC_MESSAGES/contributor.po doc/source/locale/pt_BR/LC_MESSAGES/doc.po doc/source/locale/pt_BR/LC_MESSAGES/glossary.po doc/source/locale/pt_BR/LC_MESSAGES/index.po doc/source/locale/pt_BR/LC_MESSAGES/install.po doc/source/locale/pt_BR/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/pt_BR/LC_MESSAGES/admin.mo doc/source/locale/pt_BR/LC_MESSAGES/configuration.mo doc/source/locale/pt_BR/LC_MESSAGES/contributor.mo doc/source/locale/pt_BR/LC_MESSAGES/doc.mo doc/source/locale/pt_BR/LC_MESSAGES/glossary.mo doc/source/locale/pt_BR/LC_MESSAGES/index.mo doc/source/locale/pt_BR/LC_MESSAGES/install.mo doc/source/locale/pt_BR/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/pt_BR/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/pt_BR/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/ne DEBUG: + language=ne DEBUG: + echo '===== Building ne translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ===== Building ne translation ===== DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/admin.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/admin.mo doc/source/locale/ne/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/configuration.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/configuration.mo doc/source/locale/ne/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/contributor.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/contributor.mo doc/source/locale/ne/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/glossary.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/glossary.mo doc/source/locale/ne/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/index.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/index.mo doc/source/locale/ne/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-install.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/install.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/install.mo doc/source/locale/ne/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/ne/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ne/LC_MESSAGES/user.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/ne/LC_MESSAGES/user.mo doc/source/locale/ne/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=ne -d doc/build/doctrees.languages/ne doc/source doc/build/html/ne DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [ne]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 8 po files DEBUG: writing output... [ 12%] locale/ne/LC_MESSAGES/doc.mo writing output... [ 25%] locale/ne/LC_MESSAGES/index.mo writing output... [ 38%] locale/ne/LC_MESSAGES/contributor.mo writing output... [ 50%] locale/ne/LC_MESSAGES/user.mo writing output... [ 62%] locale/ne/LC_MESSAGES/install.mo writing output... [ 75%] locale/ne/LC_MESSAGES/admin.mo writing output... [ 88%] locale/ne/LC_MESSAGES/configuration.mo writing output... [100%] locale/ne/LC_MESSAGES/glossary.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.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/ne. DEBUG: + git clean -f -q doc/source/locale/ne/LC_MESSAGES/admin.po doc/source/locale/ne/LC_MESSAGES/configuration.po doc/source/locale/ne/LC_MESSAGES/contributor.po doc/source/locale/ne/LC_MESSAGES/doc.po doc/source/locale/ne/LC_MESSAGES/glossary.po doc/source/locale/ne/LC_MESSAGES/index.po doc/source/locale/ne/LC_MESSAGES/install.po doc/source/locale/ne/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/ne/LC_MESSAGES/admin.mo doc/source/locale/ne/LC_MESSAGES/configuration.mo doc/source/locale/ne/LC_MESSAGES/contributor.mo doc/source/locale/ne/LC_MESSAGES/doc.mo doc/source/locale/ne/LC_MESSAGES/glossary.mo doc/source/locale/ne/LC_MESSAGES/index.mo doc/source/locale/ne/LC_MESSAGES/install.mo doc/source/locale/ne/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/ne/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/ne/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: ===== Building ko_KR translation ===== DEBUG: ++ basename doc/source/locale/ko_KR DEBUG: + language=ko_KR DEBUG: + echo '===== Building ko_KR translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-admin.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/admin.po doc/source/locale/ko_KR/LC_MESSAGES/doc-admin.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/admin.mo doc/source/locale/ko_KR/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/configuration.po doc/source/locale/ko_KR/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/configuration.mo doc/source/locale/ko_KR/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/contributor.po doc/source/locale/ko_KR/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/contributor.mo doc/source/locale/ko_KR/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/glossary.po doc/source/locale/ko_KR/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/glossary.mo doc/source/locale/ko_KR/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/index.po doc/source/locale/ko_KR/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/index.mo doc/source/locale/ko_KR/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-install.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/install.po doc/source/locale/ko_KR/LC_MESSAGES/doc-install.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/install.mo doc/source/locale/ko_KR/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/ko_KR/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/ko_KR/LC_MESSAGES/user.po doc/source/locale/ko_KR/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/ko_KR/LC_MESSAGES/user.mo doc/source/locale/ko_KR/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=ko_KR -d doc/build/doctrees.languages/ko_KR doc/source doc/build/html/ko_KR DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [ko_KR]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 10 po files DEBUG: writing output... [ 10%] locale/ko_KR/LC_MESSAGES/configuration.mo writing output... [ 20%] locale/ko_KR/LC_MESSAGES/doc.mo writing output... [ 30%] locale/ko_KR/LC_MESSAGES/contributor.mo writing output... [ 40%] locale/ko_KR/LC_MESSAGES/glossary.mo writing output... [ 50%] locale/ko_KR/LC_MESSAGES/doc-admin.mo writing output... [ 60%] locale/ko_KR/LC_MESSAGES/admin.mo writing output... [ 70%] locale/ko_KR/LC_MESSAGES/doc-install.mo writing output... [ 80%] locale/ko_KR/LC_MESSAGES/user.mo writing output... [ 90%] locale/ko_KR/LC_MESSAGES/install.mo writing output... [100%] locale/ko_KR/LC_MESSAGES/index.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/admin-manage-roles.rst:53::1: ERROR: Unknown interpreted text role "guilable". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/admin-manage-roles.rst:69::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/admin-manage-roles.rst:71::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/admin-manage-roles.rst:53::1: ERROR: Unknown interpreted text role "guilable". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/admin-manage-roles.rst:69::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/admin-manage-roles.rst:71::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:28::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:159::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:185::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:185::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:441::1: WARNING: Inline literal start-string without end-string. DEBUG: looking for now-outdated files... none found DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:28::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:28: WARNING: inconsistent term references in translated message. original: [':ref:`configure_dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:159::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:185::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:185::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:315: WARNING: inconsistent term references in translated message. original: [':ref:`install-settings`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:441::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:41::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:44::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:20: WARNING: inconsistent term references in translated message. original: [':doc:`/install/index`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:41::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:41: WARNING: inconsistent term references in translated message. original: [':doc:`/install/index`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:42: WARNING: inconsistent term references in translated message. original: [':doc:`/user/launch-instances`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:44::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:44: WARNING: inconsistent term references in translated message. original: [':doc:`/user/create-networks`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:81::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:81::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:81::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:95::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:95::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:95::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:97::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:100::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:158::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:158::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:158::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:162::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:81::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:81::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:81::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:95::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:95::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:95::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:97::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:100::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:158::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:158::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:158::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-flavors.rst:162::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:47::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:61::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:77::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:86::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:86::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:86::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:90::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:47::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:61::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:77::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:86::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:86::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:86::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:90::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:45::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:45::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:61::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:76::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:45::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:45::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:61::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:76::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:29::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:31::1: WARNING: Inline emphasis start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:29::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:31::1: WARNING: Inline emphasis start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:56::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:143::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:56::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:143::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: WARNING: :1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. DEBUG: WARNING: :1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. DEBUG: WARNING: :1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. DEBUG: WARNING: :1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. DEBUG: WARNING: :1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:43::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:43: WARNING: inconsistent term references in translated message. original: [':ref:`contributor-intro`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46: WARNING: inconsistent term references in translated message. original: [':ref:`quickstart`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:64: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Dashboard`', ':class:`~horizon.Panel`'], translated: [':class:`~horizon.Dashboard`나 :class:`~horizon.Panel`'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:20: WARNING: inconsistent term references in translated message. original: [':ref:`quickstart`'], translated: [] DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 107 warnings. DEBUG: The HTML pages are in doc/build/html/ko_KR. DEBUG: + git clean -f -q doc/source/locale/ko_KR/LC_MESSAGES/admin.po doc/source/locale/ko_KR/LC_MESSAGES/configuration.po doc/source/locale/ko_KR/LC_MESSAGES/contributor.po doc/source/locale/ko_KR/LC_MESSAGES/doc-admin.po doc/source/locale/ko_KR/LC_MESSAGES/doc-install.po doc/source/locale/ko_KR/LC_MESSAGES/doc.po doc/source/locale/ko_KR/LC_MESSAGES/glossary.po doc/source/locale/ko_KR/LC_MESSAGES/index.po doc/source/locale/ko_KR/LC_MESSAGES/install.po doc/source/locale/ko_KR/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/ko_KR/LC_MESSAGES/admin.mo doc/source/locale/ko_KR/LC_MESSAGES/configuration.mo doc/source/locale/ko_KR/LC_MESSAGES/contributor.mo doc/source/locale/ko_KR/LC_MESSAGES/doc-admin.mo doc/source/locale/ko_KR/LC_MESSAGES/doc-install.mo doc/source/locale/ko_KR/LC_MESSAGES/doc.mo doc/source/locale/ko_KR/LC_MESSAGES/glossary.mo doc/source/locale/ko_KR/LC_MESSAGES/index.mo doc/source/locale/ko_KR/LC_MESSAGES/install.mo doc/source/locale/ko_KR/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/ko_KR/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/ko_KR/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/ja/LC_MESSAGES/doc.po ']' DEBUG: + continue DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/id/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/id DEBUG: ===== Building id translation ===== DEBUG: + language=id DEBUG: + echo '===== Building id translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-admin.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/admin.po doc/source/locale/id/LC_MESSAGES/doc-admin.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/admin.mo doc/source/locale/id/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-configuration.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/configuration.po doc/source/locale/id/LC_MESSAGES/doc-configuration.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/configuration.mo doc/source/locale/id/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-contributor.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/contributor.po doc/source/locale/id/LC_MESSAGES/doc-contributor.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/contributor.mo doc/source/locale/id/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/glossary.po doc/source/locale/id/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/glossary.mo doc/source/locale/id/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/index.po doc/source/locale/id/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/index.mo doc/source/locale/id/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-install.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/install.po doc/source/locale/id/LC_MESSAGES/doc-install.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/install.mo doc/source/locale/id/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/id/LC_MESSAGES/doc-user.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/id/LC_MESSAGES/user.po doc/source/locale/id/LC_MESSAGES/doc-user.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/id/LC_MESSAGES/user.mo doc/source/locale/id/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=id -d doc/build/doctrees.languages/id doc/source doc/build/html/id DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [id]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 13 po files DEBUG: writing output... [ 8%] locale/id/LC_MESSAGES/doc-user.mo writing output... [ 15%] locale/id/LC_MESSAGES/index.mo writing output... [ 23%] locale/id/LC_MESSAGES/glossary.mo writing output... [ 31%] locale/id/LC_MESSAGES/doc-configuration.mo writing output... [ 38%] locale/id/LC_MESSAGES/configuration.mo writing output... [ 46%] locale/id/LC_MESSAGES/user.mo writing output... [ 54%] locale/id/LC_MESSAGES/doc-install.mo writing output... [ 62%] locale/id/LC_MESSAGES/contributor.mo writing output... [ 69%] locale/id/LC_MESSAGES/admin.mo writing output... [ 77%] locale/id/LC_MESSAGES/doc-contributor.mo writing output... [ 85%] locale/id/LC_MESSAGES/doc-admin.mo writing output... [ 92%] locale/id/LC_MESSAGES/install.mo writing output... [100%] locale/id/LC_MESSAGES/doc.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:70::1: WARNING: Inline emphasis start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:70::1: WARNING: Inline emphasis start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:70::1: WARNING: Inline emphasis start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:70::1: WARNING: Inline emphasis start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:143::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:143::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/branding.rst:168: WARNING: inconsistent references in translated message. original: ["`Google's Material\nDesign`_"], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/pluggable_panels.rst:244::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/pluggable_panels.rst:244::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/pluggable_panels.rst:244::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/pluggable_panels.rst:244::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:782::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:1478::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:2497::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:2497::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:2535::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:578: WARNING: inconsistent references in translated message. original: ['`ADD_TEMPLATE_DIRS`_'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:782::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:1478::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:2497::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:2497::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/settings.rst:2535::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/themes.rst:134::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/configuration/themes.rst:134::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/core-reviewers.rst:55::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/core-reviewers.rst:55::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/core-reviewers.rst:55::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/core-reviewers.rst:55::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/supported-software.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/supported-software.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/supported-software.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/policies/supported-software.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/decorators.py:docstring of horizon.decorators.require_auth:3: WARNING: inconsistent term references in translated message. original: [':exc:`~horizon.exceptions.NotAuthenticated`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/decorators.py:docstring of horizon.decorators.require_perms:15: WARNING: inconsistent term references in translated message. original: [':exc:`~horizon.exceptions.NotAuthorized`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/forms.rst:1::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/forms.rst:52::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/forms.rst:1::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/forms.rst:52::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:7::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:7::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:16::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:21::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:3::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:9::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:3::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Site.register:1: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Site.get_absolute_url:3: WARNING: inconsistent term references in translated message. original: [':meth:`~horizon.Dashboard.get_absolute_url`', ':class:`~horizon.Dashboard`', ':meth:`~horizon.get_default_dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Site.get_user_home:3: WARNING: inconsistent term references in translated message. original: [':meth:`get_absolute_url`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Site.get_default_dashboard:1: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:7::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:7::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:16::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:21::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Dashboard:41: WARNING: inconsistent term references in translated message. original: [':attr:`~.Panel.name`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:3::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Dashboard.get_absolute_url:3: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Panel`', ':attr:`~horizon.Dashboard.default_panel`'], translated: [':class:`~horizon.Panel`'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/base.py:docstring of horizon.base.Dashboard.register:1: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Panel`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:9::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/horizon.rst:3::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_auth/views.py:docstring of openstack_auth.views.login:1: WARNING: inconsistent term references in translated message. original: [':class:`~openstack_auth.forms.Login`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:7::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:1::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:1::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:5::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:36::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:10::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:5::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:10::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:7::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:1::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:1::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:72: WARNING: inconsistent term references in translated message. original: [':class:`.DataTable`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:5::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:36::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tables/base.py:docstring of horizon.tables.base.Row.load_cells:9: WARNING: inconsistent term references in translated message. original: [':meth:`~horizon.tables.Row.__init__`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:10::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:5::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tables.rst:10::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tables/views.py:docstring of horizon.tables.views.DataTableView:3: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tables.DataTable`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tables/views.py:docstring of horizon.tables.views.MultiTableView:3: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tables.DataTable`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tables/views.py:docstring of horizon.tables.views.MultiTableView:6: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tables.DataTable`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tabs.rst:6::1: ERROR: Unknown interpreted text role "met". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tabs.rst:9::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tabs.rst:6::1: ERROR: Unknown interpreted text role "met". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tabs/base.py:docstring of horizon.tabs.base.Tab.render:6: WARNING: inconsistent term references in translated message. original: [':attr:`~horizon.tabs.Tab.preload`', ':meth:`~horizon.tabs.Tab.allowed`', ':meth:`~horizon.tabs.Tab.enabled`'], translated: [':attr:`~horizon.tabs.Tab.preload`', ':meth:`~horizon.tabs.Tab.enabled`'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/tabs.rst:9::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tabs/base.py:docstring of horizon.tabs.base.TableTab:9: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tables.DataTable`', ':attr:`~horizon.tables.MultiTableView.table_classes`', ':class:`~horizon.tables.MultiTableView`', ':class:`~horizon.tables.MultiTableView`'], translated: [':class:`~horizon.tables.MultiTableView`', ':class:`~horizon.tables.MultiTableView`'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/tabs/views.py:docstring of horizon.tabs.views.TabbedTableView.load_tabs:3: WARNING: inconsistent term references in translated message. original: [':class:`horizon.tabs.TableTab`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/openstack_dashboard/test/helpers.py:docstring of openstack_dashboard.test.helpers.TestCase:5: WARNING: inconsistent term references in translated message. original: [':class:`~openstack_dashboard.test.test_data.utils.TestData`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:80::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:80::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:6::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:11::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:17::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/workflows/base.py:docstring of horizon.workflows.base.Workflow:35: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.workflows.Step`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:80::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:80::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:6::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/workflows/base.py:docstring of horizon.workflows.base.Workflow.unregister:1: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.workflows.Step`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/workflows/base.py:docstring of horizon.workflows.base.Step:21: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.workflows.Action`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:11::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/ref/workflows.rst:17::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/workflows/base.py:docstring of horizon.workflows.base.Action:17: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.forms.SelfHandlingForm`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/horizon/workflows/views.py:docstring of horizon.workflows.views.WorkflowView:5: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.workflows.Workflow`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/testing.rst:145::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/testing.rst:145::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/angularjs.rst:112::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/angularjs.rst:112::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/angularjs.rst:293: WARNING: inconsistent term references in translated message. original: [':ref:`auto_discover_static_files`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/angularjs.rst:321: WARNING: inconsistent term references in translated message. original: [':ref:`tutorials-dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/code-style.rst:113::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/code-style.rst:138::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/code-style.rst:113::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/code-style.rst:138::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/javascript_testing.rst:33: WARNING: inconsistent term references in translated message. original: [':ref:`js_code_style`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/javascript_testing.rst:37: WARNING: inconsistent term references in translated message. original: [':ref:`js_file_structure`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/javascript_testing.rst:104: WARNING: inconsistent term references in translated message. original: [':ref:`auto_discover_static_files`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/policy.rst:93: WARNING: inconsistent term references in translated message. original: [':meth:`~openstack_dashboard.policy.check`', ':attr:`~horizon.tables.Action.policy_rules`', ':class:`horizon.tables.Action`'], translated: [':attr:`~horizon.tables.Action.policy_rules`', ':class:`horizon.tables.Action`'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/policy.rst:117: WARNING: inconsistent term references in translated message. original: [':attr:`~horizon.tables.Action.policy_rules`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/policy.rst:167: WARNING: inconsistent term references in translated message. original: [':class:`horizon.tables.Action`', ':meth:`horizon.tables.Action.get_policy_target`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/release-notes.rst:40::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/release-notes.rst:40::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/styling.rst:42::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/styling.rst:42::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/tables.rst:22: WARNING: inconsistent term references in translated message. original: [':mod:`horizon.tables`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/tables.rst:153: WARNING: inconsistent term references in translated message. original: [':attr:`~horizon.tables.Action.policy_rules`', ':attr:`horizon.tables.Action.policy_rules`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/tables.rst:169: WARNING: inconsistent term references in translated message. original: [':attr:`~horizon.tables.Action.policy_rules`', ':meth:`~horizon.tables.Action.allowed`'], translated: [':meth:`~horizon.tables.Action.allowed`'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/testing.rst:270::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/testing.rst:214: WARNING: inconsistent term references in translated message. original: [':meth:`~openstack_dashboard.test.helpers.TestCase.assertNoFormErrors`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/testing.rst:219: WARNING: inconsistent term references in translated message. original: [':meth:`~horizon.test.helpers.TestCase.assertMessageCount`', ':meth:`~horizon.test.helpers.TestCase.assertNoMessages`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/topics/testing.rst:270::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/dashboard.rst:33: WARNING: inconsistent references in translated message. original: ['`Django\ntutorial`_'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/dashboard.rst:33: WARNING: inconsistent term references in translated message. original: [':ref:`quickstart`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/dashboard.rst:357: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tabs.TabGroup`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/dashboard.rst:442: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tabs.TabbedTableView`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/dashboard.rst:595: WARNING: inconsistent term references in translated message. original: [':ref:`tutorials-table-actions`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/plugin.rst:453::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/plugin.rst:491::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/plugin.rst:68: WARNING: inconsistent term references in translated message. original: [':ref:`tutorials-dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/plugin.rst:453::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/plugin.rst:459: WARNING: inconsistent footnote references in translated message. original: ['[#]_'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/plugin.rst:491::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/table_actions.rst:26: WARNING: inconsistent term references in translated message. original: [':ref:`tutorials-dashboard`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/table_actions.rst:77: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.forms.base.SelfHandlingForm`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/table_actions.rst:212: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.tables.LinkAction`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/contributor/tutorials/workflow_extend.rst:25: WARNING: inconsistent term references in translated message. original: [':ref:`tutorials-plugin`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:109::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:109::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:109: WARNING: inconsistent references in translated message. original: ['`Django logging directive`_', '`Python logging directive`_'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. DEBUG: See "backrefs" attribute for IDs. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:77::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:77::1: WARNING: Inline literal start-string without end-string. DEBUG: looking for now-outdated files... none found DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:77::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:77::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:58::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:58::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:215::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:215::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:58::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:58::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:215::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:215::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:51::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:51::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:51::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:51::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/configure-access-and-security-for-instances.rst:20: WARNING: inconsistent term references in translated message. original: [':ref:`security_groups_add_rule`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/configure-access-and-security-for-instances.rst:27: WARNING: inconsistent term references in translated message. original: [':ref:`keypair_add`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:106::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:182::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:33::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:87::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:136::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:157::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:186::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:33::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:87::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:136::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:157::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-volumes.rst:186::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 180 warnings. DEBUG: The HTML pages are in doc/build/html/id. DEBUG: + git clean -f -q doc/source/locale/id/LC_MESSAGES/admin.po doc/source/locale/id/LC_MESSAGES/configuration.po doc/source/locale/id/LC_MESSAGES/contributor.po doc/source/locale/id/LC_MESSAGES/doc-admin.po doc/source/locale/id/LC_MESSAGES/doc-configuration.po doc/source/locale/id/LC_MESSAGES/doc-contributor.po doc/source/locale/id/LC_MESSAGES/doc-install.po doc/source/locale/id/LC_MESSAGES/doc-user.po doc/source/locale/id/LC_MESSAGES/doc.po doc/source/locale/id/LC_MESSAGES/glossary.po doc/source/locale/id/LC_MESSAGES/index.po doc/source/locale/id/LC_MESSAGES/install.po doc/source/locale/id/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/id/LC_MESSAGES/admin.mo doc/source/locale/id/LC_MESSAGES/configuration.mo doc/source/locale/id/LC_MESSAGES/contributor.mo doc/source/locale/id/LC_MESSAGES/doc-admin.mo doc/source/locale/id/LC_MESSAGES/doc-configuration.mo doc/source/locale/id/LC_MESSAGES/doc-contributor.mo doc/source/locale/id/LC_MESSAGES/doc-install.mo doc/source/locale/id/LC_MESSAGES/doc-user.mo doc/source/locale/id/LC_MESSAGES/doc.mo doc/source/locale/id/LC_MESSAGES/glossary.mo doc/source/locale/id/LC_MESSAGES/index.mo doc/source/locale/id/LC_MESSAGES/install.mo doc/source/locale/id/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/id/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/id/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/fr DEBUG: ===== Building fr translation ===== DEBUG: + language=fr DEBUG: + echo '===== Building fr translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-admin.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/admin.po doc/source/locale/fr/LC_MESSAGES/doc-admin.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/admin.mo doc/source/locale/fr/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/configuration.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/configuration.mo doc/source/locale/fr/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/contributor.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/contributor.mo doc/source/locale/fr/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/glossary.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/glossary.mo doc/source/locale/fr/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/index.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/index.mo doc/source/locale/fr/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-install.po ']' DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/install.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/install.mo doc/source/locale/fr/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/fr/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/fr/LC_MESSAGES/user.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/fr/LC_MESSAGES/user.mo doc/source/locale/fr/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=fr -d doc/build/doctrees.languages/fr doc/source doc/build/html/fr DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [fr]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 9 po files DEBUG: writing output... [ 11%] locale/fr/LC_MESSAGES/contributor.mo writing output... [ 22%] locale/fr/LC_MESSAGES/admin.mo writing output... [ 33%] locale/fr/LC_MESSAGES/install.mo writing output... [ 44%] locale/fr/LC_MESSAGES/doc.mo writing output... [ 56%] locale/fr/LC_MESSAGES/index.mo writing output... [ 67%] locale/fr/LC_MESSAGES/glossary.mo writing output... [ 78%] locale/fr/LC_MESSAGES/doc-admin.mo writing output... [ 89%] locale/fr/LC_MESSAGES/configuration.mo writing output... [100%] locale/fr/LC_MESSAGES/user.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:441::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/customize-configure.rst:441::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:20::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/index.rst:20: WARNING: inconsistent term references in translated message. original: [':doc:`/install/index`'], translated: [] DEBUG: looking for now-outdated files... none found DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:71::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:74::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:74::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:74::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:71::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:74::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:74::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-host-aggregates.rst:74::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:66::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:111::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:42::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:66::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-images.rst:111::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-instances.rst:77::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-instances.rst:88::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-instances.rst:77::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-instances.rst:88::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:29::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:57::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:29::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-projects-and-users.rst:57::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:41::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:56::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:41::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/manage-volumes.rst:56::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:95::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:143::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:143::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:204::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:95::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:143::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:143::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/sessions.rst:204::1: WARNING: Inline literal start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/set-quotas.rst:111::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/admin/set-quotas.rst:111::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:64: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Dashboard`', ':class:`~horizon.Panel`'], translated: [':class:`~horizon.Dashboard`ou :class:`~horizon.Panel`'] DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables writing output... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in French (code: fr)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 52 warnings. DEBUG: The HTML pages are in doc/build/html/fr. DEBUG: + git clean -f -q doc/source/locale/fr/LC_MESSAGES/admin.po doc/source/locale/fr/LC_MESSAGES/configuration.po doc/source/locale/fr/LC_MESSAGES/contributor.po doc/source/locale/fr/LC_MESSAGES/doc-admin.po doc/source/locale/fr/LC_MESSAGES/doc.po doc/source/locale/fr/LC_MESSAGES/glossary.po doc/source/locale/fr/LC_MESSAGES/index.po doc/source/locale/fr/LC_MESSAGES/install.po doc/source/locale/fr/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/fr/LC_MESSAGES/admin.mo doc/source/locale/fr/LC_MESSAGES/configuration.mo doc/source/locale/fr/LC_MESSAGES/contributor.mo doc/source/locale/fr/LC_MESSAGES/doc-admin.mo doc/source/locale/fr/LC_MESSAGES/doc.mo doc/source/locale/fr/LC_MESSAGES/glossary.mo doc/source/locale/fr/LC_MESSAGES/index.mo doc/source/locale/fr/LC_MESSAGES/install.mo doc/source/locale/fr/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/fr/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/fr/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/es DEBUG: + language=es DEBUG: ===== Building es translation ===== DEBUG: + echo '===== Building es translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/admin.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/admin.mo doc/source/locale/es/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/configuration.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/configuration.mo doc/source/locale/es/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/contributor.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/contributor.mo doc/source/locale/es/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/glossary.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/glossary.mo doc/source/locale/es/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/index.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/index.mo doc/source/locale/es/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-install.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/install.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/install.mo doc/source/locale/es/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/es/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/es/LC_MESSAGES/user.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/es/LC_MESSAGES/user.mo doc/source/locale/es/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=es -d doc/build/doctrees.languages/es doc/source doc/build/html/es DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [es]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 8 po files DEBUG: writing output... [ 12%] locale/es/LC_MESSAGES/install.mo writing output... [ 25%] locale/es/LC_MESSAGES/configuration.mo writing output... [ 38%] locale/es/LC_MESSAGES/user.mo writing output... [ 50%] locale/es/LC_MESSAGES/contributor.mo writing output... [ 62%] locale/es/LC_MESSAGES/admin.mo writing output... [ 75%] locale/es/LC_MESSAGES/doc.mo writing output... [ 88%] locale/es/LC_MESSAGES/index.mo writing output... [100%] locale/es/LC_MESSAGES/glossary.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in Spanish (code: es)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html/es. DEBUG: + git clean -f -q doc/source/locale/es/LC_MESSAGES/admin.po doc/source/locale/es/LC_MESSAGES/configuration.po doc/source/locale/es/LC_MESSAGES/contributor.po doc/source/locale/es/LC_MESSAGES/doc.po doc/source/locale/es/LC_MESSAGES/glossary.po doc/source/locale/es/LC_MESSAGES/index.po doc/source/locale/es/LC_MESSAGES/install.po doc/source/locale/es/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/es/LC_MESSAGES/admin.mo doc/source/locale/es/LC_MESSAGES/configuration.mo doc/source/locale/es/LC_MESSAGES/contributor.mo doc/source/locale/es/LC_MESSAGES/doc.mo doc/source/locale/es/LC_MESSAGES/glossary.mo doc/source/locale/es/LC_MESSAGES/index.mo doc/source/locale/es/LC_MESSAGES/install.mo doc/source/locale/es/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/es/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/es/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/eo DEBUG: ===== Building eo translation ===== DEBUG: + language=eo DEBUG: + echo '===== Building eo translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/admin.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/admin.mo doc/source/locale/eo/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/configuration.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/configuration.mo doc/source/locale/eo/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/contributor.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/contributor.mo doc/source/locale/eo/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/glossary.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/glossary.mo doc/source/locale/eo/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/index.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/index.mo doc/source/locale/eo/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-install.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/install.po doc/source/locale/eo/LC_MESSAGES/doc-install.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/install.mo doc/source/locale/eo/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc-user.po ']' DEBUG: + '[' -e doc/source/locale/eo/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/eo/LC_MESSAGES/user.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/eo/LC_MESSAGES/user.mo doc/source/locale/eo/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=eo -d doc/build/doctrees.languages/eo doc/source doc/build/html/eo DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [eo]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 9 po files DEBUG: writing output... [ 11%] locale/eo/LC_MESSAGES/user.mo writing output... [ 22%] locale/eo/LC_MESSAGES/doc-install.mo writing output... [ 33%] locale/eo/LC_MESSAGES/admin.mo writing output... [ 44%] locale/eo/LC_MESSAGES/index.mo writing output... [ 56%] locale/eo/LC_MESSAGES/install.mo writing output... [ 67%] locale/eo/LC_MESSAGES/configuration.mo writing output... [ 78%] locale/eo/LC_MESSAGES/doc.mo writing output... [ 89%] locale/eo/LC_MESSAGES/contributor.mo writing output... [100%] locale/eo/LC_MESSAGES/glossary.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:43: WARNING: inconsistent term references in translated message. original: [':ref:`contributor-intro`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:46: WARNING: inconsistent term references in translated message. original: [':ref:`quickstart`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/index.rst:64: WARNING: inconsistent term references in translated message. original: [':class:`~horizon.Dashboard`', ':class:`~horizon.Panel`'], translated: [] DEBUG: looking for now-outdated files... none found DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:20: WARNING: inconsistent term references in translated message. original: [':ref:`quickstart`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:24: WARNING: inconsistent term references in translated message. original: [':doc:`system-requirements`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:52: WARNING: inconsistent term references in translated message. original: [':ref:`install-settings`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:119: WARNING: inconsistent references in translated message. original: ["`Django's sessions framework`_"], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:240: WARNING: inconsistent term references in translated message. original: [':ref:`install-customizing`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:3::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:101::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:101::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:3::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:101::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-debian.rst:101::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:3::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-rdo.rst:3::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:3::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:75::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:75::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:3::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:75::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/install-ubuntu.rst:75::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:30: WARNING: inconsistent term references in translated message. original: [':doc:`/admin/customize-configure`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:32: WARNING: inconsistent term references in translated message. original: [':doc:`/admin/sessions`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:37::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/plugin-registry.rst:1::1: ERROR: Unknown interpreted text role "lanĉobreto". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/plugin-registry.rst:1::1: ERROR: Unknown interpreted text role "lanĉobreto". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:28::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:28::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:28::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:28::1: WARNING: Inline interpreted text or phrase reference start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:40: WARNING: inconsistent term references in translated message. original: [':ref:`install-plugin-registry`'], translated: [] DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:26::1: WARNING: unknown document: '/contributor/policy' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 38 warnings. DEBUG: The HTML pages are in doc/build/html/eo. DEBUG: + git clean -f -q doc/source/locale/eo/LC_MESSAGES/admin.po doc/source/locale/eo/LC_MESSAGES/configuration.po doc/source/locale/eo/LC_MESSAGES/contributor.po doc/source/locale/eo/LC_MESSAGES/doc-install.po doc/source/locale/eo/LC_MESSAGES/doc.po doc/source/locale/eo/LC_MESSAGES/glossary.po doc/source/locale/eo/LC_MESSAGES/index.po doc/source/locale/eo/LC_MESSAGES/install.po doc/source/locale/eo/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/eo/LC_MESSAGES/admin.mo doc/source/locale/eo/LC_MESSAGES/configuration.mo doc/source/locale/eo/LC_MESSAGES/contributor.mo doc/source/locale/eo/LC_MESSAGES/doc-install.mo doc/source/locale/eo/LC_MESSAGES/doc.mo doc/source/locale/eo/LC_MESSAGES/glossary.mo doc/source/locale/eo/LC_MESSAGES/index.mo doc/source/locale/eo/LC_MESSAGES/install.mo doc/source/locale/eo/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/eo/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/eo/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/en_GB/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/en_GB DEBUG: ===== Building en_GB translation ===== DEBUG: + language=en_GB DEBUG: + echo '===== Building en_GB translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-admin.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/admin.po doc/source/locale/en_GB/LC_MESSAGES/doc-admin.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/admin.mo doc/source/locale/en_GB/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/configuration.po doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/configuration.mo doc/source/locale/en_GB/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/contributor.po doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/contributor.mo doc/source/locale/en_GB/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/glossary.po doc/source/locale/en_GB/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/glossary.mo doc/source/locale/en_GB/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/index.po doc/source/locale/en_GB/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/index.mo doc/source/locale/en_GB/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-install.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/install.po doc/source/locale/en_GB/LC_MESSAGES/doc-install.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/install.mo doc/source/locale/en_GB/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/en_GB/LC_MESSAGES/doc-user.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/en_GB/LC_MESSAGES/user.po doc/source/locale/en_GB/LC_MESSAGES/doc-user.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/en_GB/LC_MESSAGES/user.mo doc/source/locale/en_GB/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=en_GB -d doc/build/doctrees.languages/en_GB doc/source doc/build/html/en_GB DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [en_GB]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 13 po files DEBUG: writing output... [ 8%] locale/en_GB/LC_MESSAGES/index.mo writing output... [ 15%] locale/en_GB/LC_MESSAGES/glossary.mo writing output... [ 23%] locale/en_GB/LC_MESSAGES/configuration.mo writing output... [ 31%] locale/en_GB/LC_MESSAGES/user.mo writing output... [ 38%] locale/en_GB/LC_MESSAGES/doc-install.mo writing output... [ 46%] locale/en_GB/LC_MESSAGES/contributor.mo writing output... [ 54%] locale/en_GB/LC_MESSAGES/doc-configuration.mo writing output... [ 62%] locale/en_GB/LC_MESSAGES/admin.mo writing output... [ 69%] locale/en_GB/LC_MESSAGES/doc-contributor.mo writing output... [ 77%] locale/en_GB/LC_MESSAGES/doc-admin.mo writing output... [ 85%] locale/en_GB/LC_MESSAGES/install.mo writing output... [ 92%] locale/en_GB/LC_MESSAGES/doc.mo writing output... [100%] locale/en_GB/LC_MESSAGES/doc-user.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html/en_GB. DEBUG: + git clean -f -q doc/source/locale/en_GB/LC_MESSAGES/admin.po doc/source/locale/en_GB/LC_MESSAGES/configuration.po doc/source/locale/en_GB/LC_MESSAGES/contributor.po doc/source/locale/en_GB/LC_MESSAGES/doc-admin.po doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po doc/source/locale/en_GB/LC_MESSAGES/doc-install.po doc/source/locale/en_GB/LC_MESSAGES/doc-user.po doc/source/locale/en_GB/LC_MESSAGES/doc.po doc/source/locale/en_GB/LC_MESSAGES/glossary.po doc/source/locale/en_GB/LC_MESSAGES/index.po doc/source/locale/en_GB/LC_MESSAGES/install.po doc/source/locale/en_GB/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/en_GB/LC_MESSAGES/admin.mo doc/source/locale/en_GB/LC_MESSAGES/configuration.mo doc/source/locale/en_GB/LC_MESSAGES/contributor.mo doc/source/locale/en_GB/LC_MESSAGES/doc-admin.mo doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.mo doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.mo doc/source/locale/en_GB/LC_MESSAGES/doc-install.mo doc/source/locale/en_GB/LC_MESSAGES/doc-user.mo doc/source/locale/en_GB/LC_MESSAGES/doc.mo doc/source/locale/en_GB/LC_MESSAGES/glossary.mo doc/source/locale/en_GB/LC_MESSAGES/index.mo doc/source/locale/en_GB/LC_MESSAGES/install.mo doc/source/locale/en_GB/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/en_GB/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/en_GB/LC_MESSAGES/doc.po DEBUG: + for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` DEBUG: + '[' '!' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: ++ basename doc/source/locale/de DEBUG: ===== Building de translation ===== DEBUG: + language=de DEBUG: + echo '===== Building de translation =====' DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/admin.pot DEBUG: + potname=admin.pot DEBUG: + resname=admin DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-admin.po ']' DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/admin.po doc/source/locale/de/LC_MESSAGES/doc.po doc/source/locale/admin.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/admin.mo doc/source/locale/de/LC_MESSAGES/admin.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/configuration.pot DEBUG: + potname=configuration.pot DEBUG: + resname=configuration DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-configuration.po ']' DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/configuration.po doc/source/locale/de/LC_MESSAGES/doc.po doc/source/locale/configuration.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/configuration.mo doc/source/locale/de/LC_MESSAGES/configuration.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/contributor.pot DEBUG: + potname=contributor.pot DEBUG: + resname=contributor DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-contributor.po ']' DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/contributor.po doc/source/locale/de/LC_MESSAGES/doc.po doc/source/locale/contributor.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/contributor.mo doc/source/locale/de/LC_MESSAGES/contributor.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/glossary.pot DEBUG: + potname=glossary.pot DEBUG: + resname=glossary DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-glossary.po ']' DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/glossary.po doc/source/locale/de/LC_MESSAGES/doc.po doc/source/locale/glossary.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/glossary.mo doc/source/locale/de/LC_MESSAGES/glossary.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/index.pot DEBUG: + potname=index.pot DEBUG: + resname=index DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-index.po ']' DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/index.po doc/source/locale/de/LC_MESSAGES/doc.po doc/source/locale/index.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/index.mo doc/source/locale/de/LC_MESSAGES/index.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/install.pot DEBUG: + potname=install.pot DEBUG: + resname=install DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-install.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/install.po doc/source/locale/de/LC_MESSAGES/doc-install.po doc/source/locale/install.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/install.mo doc/source/locale/de/LC_MESSAGES/install.po DEBUG: + for pot in ${DIRECTORY}/source/locale/*.pot DEBUG: ++ basename doc/source/locale/user.pot DEBUG: + potname=user.pot DEBUG: + resname=user DEBUG: + '[' -e doc/source/locale/de/LC_MESSAGES/doc-user.po ']' DEBUG: + msgmerge --silent -o doc/source/locale/de/LC_MESSAGES/user.po doc/source/locale/de/LC_MESSAGES/doc-user.po doc/source/locale/user.pot DEBUG: + msgfmt -o doc/source/locale/de/LC_MESSAGES/user.mo doc/source/locale/de/LC_MESSAGES/user.po DEBUG: + sphinx-build -a -b html -D language=de -d doc/build/doctrees.languages/de doc/source doc/build/html/de DEBUG: Running Sphinx v7.2.6 DEBUG: loading translations [de]... done 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 (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 10 po files DEBUG: writing output... [ 10%] locale/de/LC_MESSAGES/doc-user.mo writing output... [ 20%] locale/de/LC_MESSAGES/index.mo writing output... [ 30%] locale/de/LC_MESSAGES/glossary.mo writing output... [ 40%] locale/de/LC_MESSAGES/user.mo writing output... [ 50%] locale/de/LC_MESSAGES/doc.mo writing output... [ 60%] locale/de/LC_MESSAGES/configuration.mo writing output... [ 70%] locale/de/LC_MESSAGES/contributor.mo writing output... [ 80%] locale/de/LC_MESSAGES/doc-install.mo writing output... [ 90%] locale/de/LC_MESSAGES/admin.mo writing output... [100%] locale/de/LC_MESSAGES/install.mo DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/from-source.rst:20: WARNING: inconsistent term references in translated message. original: [':ref:`quickstart`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:30: WARNING: inconsistent term references in translated message. original: [':doc:`/admin/customize-configure`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/next-steps.rst:32: WARNING: inconsistent term references in translated message. original: [':doc:`/admin/sessions`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/install/system-requirements.rst:40: WARNING: inconsistent term references in translated message. original: [':ref:`install-plugin-registry`'], translated: [] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/launch-instances.rst:199: WARNING: inconsistent references in translated message. original: [], translated: ['`Abbilder manuell erstellen ``_'] DEBUG: looking for now-outdated files... none found DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/launch-instances.rst:249: WARNING: inconsistent references in translated message. original: [], translated: ['`Injizieren des Administrator-Passworts ``_'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/launch-instances.rst:199: ERROR: Unknown target name: "abbilder manuell erstellen `". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/launch-instances.rst:249: ERROR: Unknown target name: "injizieren des administrator-passworts `". DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-containers.rst:117::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-containers.rst:117::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-containers.rst:117::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-containers.rst:117::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-images.rst:148::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-images.rst:20: WARNING: inconsistent references in translated message. original: [], translated: ['`OpenStack Virtual Machine Image Guide ``_'] DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-images.rst:148::1: WARNING: Inline strong start-string without end-string. DEBUG: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/manage-images.rst:20: ERROR: Unknown target name: "openstack virtual machine image guide `". DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/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: writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index writing output... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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: /builddir/build/BUILD/horizon-25.4.1.dev13/doc/source/user/log-in.rst:59::1: WARNING: undefined label: 'dashboard-projekttabulator' DEBUG: writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs writing output... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/base' DEBUG: highlighting module code... [ 8%] horizon.context_processors [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors' DEBUG: highlighting module code... [ 12%] horizon.decorators [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators' DEBUG: highlighting module code... [ 17%] horizon.exceptions [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions' DEBUG: highlighting module code... [ 21%] horizon.forms.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base' DEBUG: highlighting module code... [ 25%] horizon.forms.fields [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields' DEBUG: highlighting module code... [ 29%] horizon.forms.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views' DEBUG: highlighting module code... [ 33%] horizon.middleware.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base' DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log' DEBUG: highlighting module code... [ 42%] horizon.tables.actions [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions' DEBUG: highlighting module code... [ 46%] horizon.tables.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base' DEBUG: highlighting module code... [ 50%] horizon.tables.formset [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset' DEBUG: highlighting module code... [ 54%] horizon.tables.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views' DEBUG: highlighting module code... [ 58%] horizon.tabs.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base' DEBUG: highlighting module code... [ 62%] horizon.tabs.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views' DEBUG: highlighting module code... [ 67%] horizon.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers' DEBUG: highlighting module code... [ 71%] horizon.workflows.base [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base' DEBUG: highlighting module code... [ 75%] horizon.workflows.views [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views' DEBUG: highlighting module code... [ 79%] openstack_auth.backend [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend' DEBUG: highlighting module code... [ 83%] openstack_auth.forms [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms' DEBUG: highlighting module code... [ 88%] openstack_auth.user [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user' DEBUG: highlighting module code... [ 92%] openstack_auth.utils [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils' DEBUG: highlighting module code... [ 96%] openstack_auth.views [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views' DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers [openstackdocstheme] could not determine last_updated for '_modules/openstack_dashboard/test/helpers' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in German (code: de)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 17 warnings. DEBUG: The HTML pages are in doc/build/html/de. DEBUG: + git clean -f -q doc/source/locale/de/LC_MESSAGES/admin.po doc/source/locale/de/LC_MESSAGES/configuration.po doc/source/locale/de/LC_MESSAGES/contributor.po doc/source/locale/de/LC_MESSAGES/doc-install.po doc/source/locale/de/LC_MESSAGES/doc-user.po doc/source/locale/de/LC_MESSAGES/doc.po doc/source/locale/de/LC_MESSAGES/glossary.po doc/source/locale/de/LC_MESSAGES/index.po doc/source/locale/de/LC_MESSAGES/install.po doc/source/locale/de/LC_MESSAGES/user.po DEBUG: + git clean -f -x -q doc/source/locale/de/LC_MESSAGES/admin.mo doc/source/locale/de/LC_MESSAGES/configuration.mo doc/source/locale/de/LC_MESSAGES/contributor.mo doc/source/locale/de/LC_MESSAGES/doc-install.mo doc/source/locale/de/LC_MESSAGES/doc-user.mo doc/source/locale/de/LC_MESSAGES/doc.mo doc/source/locale/de/LC_MESSAGES/glossary.mo doc/source/locale/de/LC_MESSAGES/index.mo doc/source/locale/de/LC_MESSAGES/install.mo doc/source/locale/de/LC_MESSAGES/user.mo DEBUG: + git clean -f -x -q doc/source/locale/.doctrees DEBUG: + git reset -q doc/source/locale/de/LC_MESSAGES/doc.po DEBUG: + git checkout -q -- doc/source/locale/de/LC_MESSAGES/doc.po DEBUG: + remove_pot_files DEBUG: + rm -f doc/source/locale/admin.pot doc/source/locale/configuration.pot doc/source/locale/contributor.pot doc/source/locale/glossary.pot doc/source/locale/index.pot doc/source/locale/install.pot doc/source/locale/user.pot DEBUG: + add_language_index_to_original DEBUG: ++ find doc/source -name '*.rst' DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/manage-volumes.rst.backup doc/source/user/manage-volumes.rst DEBUG: + _add_language_index doc/source/user/manage-volumes.rst . DEBUG: + local target_file=doc/source/user/manage-volumes.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/manage-volumes.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/manage-volumes DEBUG: ++ dirname user/manage-volumes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/manage-volumes.rst doc/source/user/manage-volumes.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/manage-volumes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/manage-volumes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/manage-images.rst.backup doc/source/user/manage-images.rst DEBUG: + _add_language_index doc/source/user/manage-images.rst . DEBUG: + local target_file=doc/source/user/manage-images.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/manage-images.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/manage-images DEBUG: ++ dirname user/manage-images DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/manage-images.rst doc/source/user/manage-images.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/manage-images.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/manage-images.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/manage-containers.rst.backup doc/source/user/manage-containers.rst DEBUG: + _add_language_index doc/source/user/manage-containers.rst . DEBUG: + local target_file=doc/source/user/manage-containers.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/manage-containers.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/manage-containers DEBUG: ++ dirname user/manage-containers DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/manage-containers.rst doc/source/user/manage-containers.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/manage-containers.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/manage-containers.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/log-in.rst.backup doc/source/user/log-in.rst DEBUG: + _add_language_index doc/source/user/log-in.rst . DEBUG: + local target_file=doc/source/user/log-in.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/log-in.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/log-in DEBUG: ++ dirname user/log-in DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/log-in.rst doc/source/user/log-in.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/log-in.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/log-in.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/launch-instances.rst.backup doc/source/user/launch-instances.rst DEBUG: + _add_language_index doc/source/user/launch-instances.rst . DEBUG: + local target_file=doc/source/user/launch-instances.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/launch-instances.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/launch-instances DEBUG: ++ dirname user/launch-instances DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/launch-instances.rst doc/source/user/launch-instances.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/launch-instances.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/launch-instances.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/index.rst.backup doc/source/user/index.rst DEBUG: + _add_language_index doc/source/user/index.rst . DEBUG: + local target_file=doc/source/user/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/index DEBUG: ++ dirname user/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/index.rst doc/source/user/index.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/create-networks.rst.backup doc/source/user/create-networks.rst DEBUG: + _add_language_index doc/source/user/create-networks.rst . DEBUG: + local target_file=doc/source/user/create-networks.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/create-networks.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/create-networks DEBUG: ++ dirname user/create-networks DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/create-networks.rst doc/source/user/create-networks.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/create-networks.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/create-networks.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/configure-access-and-security-for-instances.rst.backup doc/source/user/configure-access-and-security-for-instances.rst DEBUG: + _add_language_index doc/source/user/configure-access-and-security-for-instances.rst . DEBUG: + local target_file=doc/source/user/configure-access-and-security-for-instances.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/configure-access-and-security-for-instances.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/configure-access-and-security-for-instances DEBUG: ++ dirname user/configure-access-and-security-for-instances DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/configure-access-and-security-for-instances.rst doc/source/user/configure-access-and-security-for-instances.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/configure-access-and-security-for-instances.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/configure-access-and-security-for-instances.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/user/browser_support.rst.backup doc/source/user/browser_support.rst DEBUG: + _add_language_index doc/source/user/browser_support.rst . DEBUG: + local target_file=doc/source/user/browser_support.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/user/browser_support.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=user/browser_support DEBUG: ++ dirname user/browser_support DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/user/browser_support.rst doc/source/user/browser_support.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|user/browser_support.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/user/browser_support.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/verify-ubuntu.rst.backup doc/source/install/verify-ubuntu.rst DEBUG: + _add_language_index doc/source/install/verify-ubuntu.rst . DEBUG: + local target_file=doc/source/install/verify-ubuntu.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/verify-ubuntu.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/verify-ubuntu DEBUG: ++ dirname install/verify-ubuntu DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/verify-ubuntu.rst doc/source/install/verify-ubuntu.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/verify-ubuntu.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/verify-ubuntu.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/verify-rdo.rst.backup doc/source/install/verify-rdo.rst DEBUG: + _add_language_index doc/source/install/verify-rdo.rst . DEBUG: + local target_file=doc/source/install/verify-rdo.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/verify-rdo.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/verify-rdo DEBUG: ++ dirname install/verify-rdo DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/verify-rdo.rst doc/source/install/verify-rdo.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/verify-rdo.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/verify-rdo.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/verify-debian.rst.backup doc/source/install/verify-debian.rst DEBUG: + _add_language_index doc/source/install/verify-debian.rst . DEBUG: + local target_file=doc/source/install/verify-debian.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/verify-debian.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/verify-debian DEBUG: ++ dirname install/verify-debian DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/verify-debian.rst doc/source/install/verify-debian.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/verify-debian.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/verify-debian.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/system-requirements.rst.backup doc/source/install/system-requirements.rst DEBUG: + _add_language_index doc/source/install/system-requirements.rst . DEBUG: + local target_file=doc/source/install/system-requirements.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/install/system-requirements.rst DEBUG: + basename=install/system-requirements DEBUG: ++ dirname install/system-requirements DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/system-requirements.rst doc/source/install/system-requirements.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/system-requirements.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/system-requirements.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/plugin-registry.rst.backup doc/source/install/plugin-registry.rst DEBUG: + _add_language_index doc/source/install/plugin-registry.rst . DEBUG: + local target_file=doc/source/install/plugin-registry.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/plugin-registry.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/plugin-registry DEBUG: ++ dirname install/plugin-registry DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/plugin-registry.rst doc/source/install/plugin-registry.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/plugin-registry.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/plugin-registry.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/next-steps.rst.backup doc/source/install/next-steps.rst DEBUG: + _add_language_index doc/source/install/next-steps.rst . DEBUG: + local target_file=doc/source/install/next-steps.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/next-steps.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/next-steps DEBUG: ++ dirname install/next-steps DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/next-steps.rst doc/source/install/next-steps.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/next-steps.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/next-steps.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/install-ubuntu.rst.backup doc/source/install/install-ubuntu.rst DEBUG: + _add_language_index doc/source/install/install-ubuntu.rst . DEBUG: + local target_file=doc/source/install/install-ubuntu.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/install-ubuntu.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/install-ubuntu DEBUG: ++ dirname install/install-ubuntu DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/install-ubuntu.rst doc/source/install/install-ubuntu.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/install-ubuntu.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/install-ubuntu.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/install-rdo.rst.backup doc/source/install/install-rdo.rst DEBUG: + _add_language_index doc/source/install/install-rdo.rst . DEBUG: + local target_file=doc/source/install/install-rdo.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/install-rdo.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/install-rdo DEBUG: ++ dirname install/install-rdo DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/install-rdo.rst doc/source/install/install-rdo.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/install-rdo.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/install-rdo.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/install-debian.rst.backup doc/source/install/install-debian.rst DEBUG: + _add_language_index doc/source/install/install-debian.rst . DEBUG: + local target_file=doc/source/install/install-debian.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/install-debian.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/install-debian DEBUG: ++ dirname install/install-debian DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/install-debian.rst doc/source/install/install-debian.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/install-debian.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/install-debian.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/index.rst.backup doc/source/install/index.rst DEBUG: + _add_language_index doc/source/install/index.rst . DEBUG: + local target_file=doc/source/install/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/index DEBUG: ++ dirname install/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/index.rst doc/source/install/index.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/install/from-source.rst.backup doc/source/install/from-source.rst DEBUG: + _add_language_index doc/source/install/from-source.rst . DEBUG: + local target_file=doc/source/install/from-source.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/install/from-source.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=install/from-source DEBUG: ++ dirname install/from-source DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/install/from-source.rst doc/source/install/from-source.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|install/from-source.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/install/from-source.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/index.rst.backup doc/source/index.rst DEBUG: + _add_language_index doc/source/index.rst . DEBUG: + local target_file=doc/source/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=index DEBUG: ++ dirname index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=. DEBUG: + local _basepath DEBUG: + '[' . = . -a . = . ']' DEBUG: + _basepath=. DEBUG: + cp -p doc/source/index.rst doc/source/index.rst.backup DEBUG: + sed -e 's|__BASE__|.|' -e 's|__INDEX__|index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/glossary.rst.backup doc/source/glossary.rst DEBUG: + _add_language_index doc/source/glossary.rst . DEBUG: + local target_file=doc/source/glossary.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/glossary.rst DEBUG: + basename=glossary DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname glossary DEBUG: + path_to_top_level=. DEBUG: + local _basepath DEBUG: + '[' . = . -a . = . ']' DEBUG: + _basepath=. DEBUG: + cp -p doc/source/glossary.rst doc/source/glossary.rst.backup DEBUG: + sed -e 's|__BASE__|.|' -e 's|__INDEX__|glossary.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/glossary.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/tutorials/workflow_extend.rst.backup doc/source/contributor/tutorials/workflow_extend.rst DEBUG: + _add_language_index doc/source/contributor/tutorials/workflow_extend.rst . DEBUG: + local target_file=doc/source/contributor/tutorials/workflow_extend.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/workflow_extend.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/workflow_extend DEBUG: ++ dirname contributor/tutorials/workflow_extend DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/tutorials/workflow_extend.rst doc/source/contributor/tutorials/workflow_extend.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/tutorials/workflow_extend.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/workflow_extend.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/tutorials/table_actions.rst.backup doc/source/contributor/tutorials/table_actions.rst DEBUG: + _add_language_index doc/source/contributor/tutorials/table_actions.rst . DEBUG: + local target_file=doc/source/contributor/tutorials/table_actions.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/table_actions.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/table_actions DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/tutorials/table_actions DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/tutorials/table_actions.rst doc/source/contributor/tutorials/table_actions.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/tutorials/table_actions.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/table_actions.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/tutorials/plugin.rst.backup doc/source/contributor/tutorials/plugin.rst DEBUG: + _add_language_index doc/source/contributor/tutorials/plugin.rst . DEBUG: + local target_file=doc/source/contributor/tutorials/plugin.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/plugin.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/plugin DEBUG: ++ dirname contributor/tutorials/plugin DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/tutorials/plugin.rst doc/source/contributor/tutorials/plugin.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/tutorials/plugin.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/plugin.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/tutorials/index.rst.backup doc/source/contributor/tutorials/index.rst DEBUG: + _add_language_index doc/source/contributor/tutorials/index.rst . DEBUG: + local target_file=doc/source/contributor/tutorials/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/index DEBUG: ++ dirname contributor/tutorials/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/tutorials/index.rst doc/source/contributor/tutorials/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/tutorials/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/tutorials/dashboard.rst.backup doc/source/contributor/tutorials/dashboard.rst DEBUG: + _add_language_index doc/source/contributor/tutorials/dashboard.rst . DEBUG: + local target_file=doc/source/contributor/tutorials/dashboard.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/tutorials/dashboard.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/tutorials/dashboard DEBUG: ++ dirname contributor/tutorials/dashboard DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/tutorials/dashboard.rst doc/source/contributor/tutorials/dashboard.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/tutorials/dashboard.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/tutorials/dashboard.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/workflows.rst.backup doc/source/contributor/topics/workflows.rst DEBUG: + _add_language_index doc/source/contributor/topics/workflows.rst . DEBUG: + local target_file=doc/source/contributor/topics/workflows.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/workflows.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/workflows DEBUG: ++ dirname contributor/topics/workflows DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/workflows.rst doc/source/contributor/topics/workflows.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/workflows.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/workflows.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/translation.rst.backup doc/source/contributor/topics/translation.rst DEBUG: + _add_language_index doc/source/contributor/topics/translation.rst . DEBUG: + local target_file=doc/source/contributor/topics/translation.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/translation.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/translation DEBUG: ++ dirname contributor/topics/translation DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/translation.rst doc/source/contributor/topics/translation.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/translation.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/translation.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/testing.rst.backup doc/source/contributor/topics/testing.rst DEBUG: + _add_language_index doc/source/contributor/topics/testing.rst . DEBUG: + local target_file=doc/source/contributor/topics/testing.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/testing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/testing DEBUG: ++ dirname contributor/topics/testing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/testing.rst doc/source/contributor/topics/testing.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/testing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/testing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/tables.rst.backup doc/source/contributor/topics/tables.rst DEBUG: + _add_language_index doc/source/contributor/topics/tables.rst . DEBUG: + local target_file=doc/source/contributor/topics/tables.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/tables.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/tables DEBUG: ++ dirname contributor/topics/tables DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/tables.rst doc/source/contributor/topics/tables.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/tables.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/tables.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/styling.rst.backup doc/source/contributor/topics/styling.rst DEBUG: + _add_language_index doc/source/contributor/topics/styling.rst . DEBUG: + local target_file=doc/source/contributor/topics/styling.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/styling.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/styling DEBUG: ++ dirname contributor/topics/styling DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/styling.rst doc/source/contributor/topics/styling.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/styling.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/styling.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/release-notes.rst.backup doc/source/contributor/topics/release-notes.rst DEBUG: + _add_language_index doc/source/contributor/topics/release-notes.rst . DEBUG: + local target_file=doc/source/contributor/topics/release-notes.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/release-notes.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/release-notes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/topics/release-notes DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/release-notes.rst doc/source/contributor/topics/release-notes.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/release-notes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/release-notes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/profiling.rst.backup doc/source/contributor/topics/profiling.rst DEBUG: + _add_language_index doc/source/contributor/topics/profiling.rst . DEBUG: + local target_file=doc/source/contributor/topics/profiling.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/profiling.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/profiling DEBUG: ++ dirname contributor/topics/profiling DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/profiling.rst doc/source/contributor/topics/profiling.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/profiling.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/profiling.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/policy.rst.backup doc/source/contributor/topics/policy.rst DEBUG: + _add_language_index doc/source/contributor/topics/policy.rst . DEBUG: + local target_file=doc/source/contributor/topics/policy.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/policy.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/policy DEBUG: ++ dirname contributor/topics/policy DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/policy.rst doc/source/contributor/topics/policy.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/policy.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/policy.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/packaging.rst.backup doc/source/contributor/topics/packaging.rst DEBUG: + _add_language_index doc/source/contributor/topics/packaging.rst . DEBUG: + local target_file=doc/source/contributor/topics/packaging.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/packaging.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/packaging DEBUG: ++ dirname contributor/topics/packaging DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/packaging.rst doc/source/contributor/topics/packaging.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/packaging.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/packaging.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/microversion_support.rst.backup doc/source/contributor/topics/microversion_support.rst DEBUG: + _add_language_index doc/source/contributor/topics/microversion_support.rst . DEBUG: + local target_file=doc/source/contributor/topics/microversion_support.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/microversion_support.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/microversion_support DEBUG: ++ dirname contributor/topics/microversion_support DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/microversion_support.rst doc/source/contributor/topics/microversion_support.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/microversion_support.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/microversion_support.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/javascript_testing.rst.backup doc/source/contributor/topics/javascript_testing.rst DEBUG: + _add_language_index doc/source/contributor/topics/javascript_testing.rst . DEBUG: + local target_file=doc/source/contributor/topics/javascript_testing.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/javascript_testing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/javascript_testing DEBUG: ++ dirname contributor/topics/javascript_testing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/javascript_testing.rst doc/source/contributor/topics/javascript_testing.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/javascript_testing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/javascript_testing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/ini-based-configuration.rst.backup doc/source/contributor/topics/ini-based-configuration.rst DEBUG: + _add_language_index doc/source/contributor/topics/ini-based-configuration.rst . DEBUG: + local target_file=doc/source/contributor/topics/ini-based-configuration.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/ini-based-configuration.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/ini-based-configuration DEBUG: ++ dirname contributor/topics/ini-based-configuration DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/ini-based-configuration.rst doc/source/contributor/topics/ini-based-configuration.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/ini-based-configuration.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/ini-based-configuration.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/index.rst.backup doc/source/contributor/topics/index.rst DEBUG: + _add_language_index doc/source/contributor/topics/index.rst . DEBUG: + local target_file=doc/source/contributor/topics/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/index DEBUG: ++ dirname contributor/topics/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/index.rst doc/source/contributor/topics/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/devstack.rst.backup doc/source/contributor/topics/devstack.rst DEBUG: + _add_language_index doc/source/contributor/topics/devstack.rst . DEBUG: + local target_file=doc/source/contributor/topics/devstack.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/devstack.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/devstack DEBUG: ++ dirname contributor/topics/devstack DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/devstack.rst doc/source/contributor/topics/devstack.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/devstack.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/devstack.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/code-style.rst.backup doc/source/contributor/topics/code-style.rst DEBUG: + _add_language_index doc/source/contributor/topics/code-style.rst . DEBUG: + local target_file=doc/source/contributor/topics/code-style.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/code-style.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/code-style DEBUG: ++ dirname contributor/topics/code-style DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/code-style.rst doc/source/contributor/topics/code-style.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/code-style.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/code-style.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/topics/angularjs.rst.backup doc/source/contributor/topics/angularjs.rst DEBUG: + _add_language_index doc/source/contributor/topics/angularjs.rst . DEBUG: + local target_file=doc/source/contributor/topics/angularjs.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/topics/angularjs.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/topics/angularjs DEBUG: ++ dirname contributor/topics/angularjs DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/topics/angularjs.rst doc/source/contributor/topics/angularjs.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/topics/angularjs.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/topics/angularjs.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/testing.rst.backup doc/source/contributor/testing.rst DEBUG: + _add_language_index doc/source/contributor/testing.rst . DEBUG: + local target_file=doc/source/contributor/testing.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/testing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/testing DEBUG: ++ dirname contributor/testing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/contributor/testing.rst doc/source/contributor/testing.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|contributor/testing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/testing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/workflows.rst.backup doc/source/contributor/ref/workflows.rst DEBUG: + _add_language_index doc/source/contributor/ref/workflows.rst . DEBUG: + local target_file=doc/source/contributor/ref/workflows.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/workflows.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/workflows DEBUG: ++ dirname contributor/ref/workflows DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/workflows.rst doc/source/contributor/ref/workflows.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/workflows.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/workflows.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/test.rst.backup doc/source/contributor/ref/test.rst DEBUG: + _add_language_index doc/source/contributor/ref/test.rst . DEBUG: + local target_file=doc/source/contributor/ref/test.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/test.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/test DEBUG: ++ dirname contributor/ref/test DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/test.rst doc/source/contributor/ref/test.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/test.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/test.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/tabs.rst.backup doc/source/contributor/ref/tabs.rst DEBUG: + _add_language_index doc/source/contributor/ref/tabs.rst . DEBUG: + local target_file=doc/source/contributor/ref/tabs.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/tabs.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/tabs DEBUG: ++ dirname contributor/ref/tabs DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/tabs.rst doc/source/contributor/ref/tabs.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/tabs.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/tabs.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/tables.rst.backup doc/source/contributor/ref/tables.rst DEBUG: + _add_language_index doc/source/contributor/ref/tables.rst . DEBUG: + local target_file=doc/source/contributor/ref/tables.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/tables.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/tables DEBUG: ++ dirname contributor/ref/tables DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/tables.rst doc/source/contributor/ref/tables.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/tables.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/tables.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/views.rst.backup doc/source/contributor/ref/openstack_auth/views.rst DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/views.rst . DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/views.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/views.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/views DEBUG: ++ dirname contributor/ref/openstack_auth/views DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/views.rst doc/source/contributor/ref/openstack_auth/views.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/views.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/views.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/utils.rst.backup doc/source/contributor/ref/openstack_auth/utils.rst DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/utils.rst . DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/utils.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/utils.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/utils DEBUG: ++ dirname contributor/ref/openstack_auth/utils DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/utils.rst doc/source/contributor/ref/openstack_auth/utils.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/utils.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/utils.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/user.rst.backup doc/source/contributor/ref/openstack_auth/user.rst DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/user.rst . DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/user.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/user.rst DEBUG: + basename=contributor/ref/openstack_auth/user DEBUG: ++ dirname contributor/ref/openstack_auth/user DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/user.rst doc/source/contributor/ref/openstack_auth/user.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/user.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/user.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/forms.rst.backup doc/source/contributor/ref/openstack_auth/forms.rst DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/forms.rst . DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/forms.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/forms.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/forms DEBUG: ++ dirname contributor/ref/openstack_auth/forms DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/forms.rst doc/source/contributor/ref/openstack_auth/forms.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/forms.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/forms.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/backend.rst.backup doc/source/contributor/ref/openstack_auth/backend.rst DEBUG: + _add_language_index doc/source/contributor/ref/openstack_auth/backend.rst . DEBUG: + local target_file=doc/source/contributor/ref/openstack_auth/backend.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/openstack_auth/backend.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/openstack_auth/backend DEBUG: ++ dirname contributor/ref/openstack_auth/backend DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../../.. DEBUG: + cp -p doc/source/contributor/ref/openstack_auth/backend.rst doc/source/contributor/ref/openstack_auth/backend.rst.backup DEBUG: + sed -e 's|__BASE__|../../..|' -e 's|__INDEX__|contributor/ref/openstack_auth/backend.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/openstack_auth/backend.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/middleware.rst.backup doc/source/contributor/ref/middleware.rst DEBUG: + _add_language_index doc/source/contributor/ref/middleware.rst . DEBUG: + local target_file=doc/source/contributor/ref/middleware.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/middleware.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/middleware DEBUG: ++ dirname contributor/ref/middleware DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/middleware.rst doc/source/contributor/ref/middleware.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/middleware.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/middleware.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/index.rst.backup doc/source/contributor/ref/index.rst DEBUG: + _add_language_index doc/source/contributor/ref/index.rst . DEBUG: + local target_file=doc/source/contributor/ref/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/index DEBUG: ++ dirname contributor/ref/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/index.rst doc/source/contributor/ref/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/horizon.rst.backup doc/source/contributor/ref/horizon.rst DEBUG: + _add_language_index doc/source/contributor/ref/horizon.rst . DEBUG: + local target_file=doc/source/contributor/ref/horizon.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/horizon.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/horizon DEBUG: ++ dirname contributor/ref/horizon DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/horizon.rst doc/source/contributor/ref/horizon.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/horizon.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/horizon.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/forms.rst.backup doc/source/contributor/ref/forms.rst DEBUG: + _add_language_index doc/source/contributor/ref/forms.rst . DEBUG: + local target_file=doc/source/contributor/ref/forms.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/forms.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/forms DEBUG: ++ dirname contributor/ref/forms DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/forms.rst doc/source/contributor/ref/forms.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/forms.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/forms.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/exceptions.rst.backup doc/source/contributor/ref/exceptions.rst DEBUG: + _add_language_index doc/source/contributor/ref/exceptions.rst . DEBUG: + local target_file=doc/source/contributor/ref/exceptions.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/exceptions.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/exceptions DEBUG: ++ dirname contributor/ref/exceptions DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/exceptions.rst doc/source/contributor/ref/exceptions.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/exceptions.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/exceptions.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/decorators.rst.backup doc/source/contributor/ref/decorators.rst DEBUG: + _add_language_index doc/source/contributor/ref/decorators.rst . DEBUG: + local target_file=doc/source/contributor/ref/decorators.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/decorators.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/decorators DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/ref/decorators DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/decorators.rst doc/source/contributor/ref/decorators.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/decorators.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/decorators.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/ref/context_processors.rst.backup doc/source/contributor/ref/context_processors.rst DEBUG: + _add_language_index doc/source/contributor/ref/context_processors.rst . DEBUG: + local target_file=doc/source/contributor/ref/context_processors.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/ref/context_processors.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/ref/context_processors DEBUG: ++ dirname contributor/ref/context_processors DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/ref/context_processors.rst doc/source/contributor/ref/context_processors.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/ref/context_processors.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/ref/context_processors.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/quickstart.rst.backup doc/source/contributor/quickstart.rst DEBUG: + _add_language_index doc/source/contributor/quickstart.rst . DEBUG: + local target_file=doc/source/contributor/quickstart.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/quickstart.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/quickstart DEBUG: ++ dirname contributor/quickstart DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/contributor/quickstart.rst doc/source/contributor/quickstart.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|contributor/quickstart.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/quickstart.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/policies/supported-software.rst.backup doc/source/contributor/policies/supported-software.rst DEBUG: + _add_language_index doc/source/contributor/policies/supported-software.rst . DEBUG: + local target_file=doc/source/contributor/policies/supported-software.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/supported-software.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/supported-software DEBUG: ++ dirname contributor/policies/supported-software DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/policies/supported-software.rst doc/source/contributor/policies/supported-software.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/policies/supported-software.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/supported-software.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/policies/releasing.rst.backup doc/source/contributor/policies/releasing.rst DEBUG: + _add_language_index doc/source/contributor/policies/releasing.rst . DEBUG: + local target_file=doc/source/contributor/policies/releasing.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/releasing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/releasing DEBUG: ++ dirname contributor/policies/releasing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/policies/releasing.rst doc/source/contributor/policies/releasing.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/policies/releasing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/releasing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/policies/index.rst.backup doc/source/contributor/policies/index.rst DEBUG: + _add_language_index doc/source/contributor/policies/index.rst . DEBUG: + local target_file=doc/source/contributor/policies/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/index DEBUG: ++ dirname contributor/policies/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/policies/index.rst doc/source/contributor/policies/index.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/policies/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/policies/horizon-groups.rst.backup doc/source/contributor/policies/horizon-groups.rst DEBUG: + _add_language_index doc/source/contributor/policies/horizon-groups.rst . DEBUG: + local target_file=doc/source/contributor/policies/horizon-groups.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/horizon-groups.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/horizon-groups DEBUG: ++ dirname contributor/policies/horizon-groups DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/policies/horizon-groups.rst doc/source/contributor/policies/horizon-groups.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/policies/horizon-groups.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/horizon-groups.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/policies/horizon-bugs.rst.backup doc/source/contributor/policies/horizon-bugs.rst DEBUG: + _add_language_index doc/source/contributor/policies/horizon-bugs.rst . DEBUG: + local target_file=doc/source/contributor/policies/horizon-bugs.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/policies/horizon-bugs.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/policies/horizon-bugs DEBUG: ++ dirname contributor/policies/horizon-bugs DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/policies/horizon-bugs.rst doc/source/contributor/policies/horizon-bugs.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/policies/horizon-bugs.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/horizon-bugs.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/policies/core-reviewers.rst.backup doc/source/contributor/policies/core-reviewers.rst DEBUG: + _add_language_index doc/source/contributor/policies/core-reviewers.rst . DEBUG: + local target_file=doc/source/contributor/policies/core-reviewers.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/policies/core-reviewers.rst DEBUG: + basename=contributor/policies/core-reviewers DEBUG: ++ dirname contributor/policies/core-reviewers DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=../.. DEBUG: + local _basepath DEBUG: + '[' . = . -a ../.. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=../.. DEBUG: + cp -p doc/source/contributor/policies/core-reviewers.rst doc/source/contributor/policies/core-reviewers.rst.backup DEBUG: + sed -e 's|__BASE__|../..|' -e 's|__INDEX__|contributor/policies/core-reviewers.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/policies/core-reviewers.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/intro.rst.backup doc/source/contributor/intro.rst DEBUG: + _add_language_index doc/source/contributor/intro.rst . DEBUG: + local target_file=doc/source/contributor/intro.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/intro.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/intro DEBUG: ++ dirname contributor/intro DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/contributor/intro.rst doc/source/contributor/intro.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|contributor/intro.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/intro.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/index.rst.backup doc/source/contributor/index.rst DEBUG: + _add_language_index doc/source/contributor/index.rst . DEBUG: + local target_file=doc/source/contributor/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/index DEBUG: ++ dirname contributor/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/contributor/index.rst doc/source/contributor/index.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|contributor/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/faq.rst.backup doc/source/contributor/faq.rst DEBUG: + _add_language_index doc/source/contributor/faq.rst . DEBUG: + local target_file=doc/source/contributor/faq.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/contributor/faq.rst DEBUG: + basename=contributor/faq DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname contributor/faq DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/contributor/faq.rst doc/source/contributor/faq.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|contributor/faq.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/faq.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/contributor/contributing.rst.backup doc/source/contributor/contributing.rst DEBUG: + _add_language_index doc/source/contributor/contributing.rst . DEBUG: + local target_file=doc/source/contributor/contributing.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/contributor/contributing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=contributor/contributing DEBUG: ++ dirname contributor/contributing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/contributor/contributing.rst doc/source/contributor/contributing.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|contributor/contributing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/contributor/contributing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/configuration/themes.rst.backup doc/source/configuration/themes.rst DEBUG: + _add_language_index doc/source/configuration/themes.rst . DEBUG: + local target_file=doc/source/configuration/themes.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/configuration/themes.rst DEBUG: + basename=configuration/themes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname configuration/themes DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/configuration/themes.rst doc/source/configuration/themes.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|configuration/themes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/themes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/configuration/settings.rst.backup doc/source/configuration/settings.rst DEBUG: + _add_language_index doc/source/configuration/settings.rst . DEBUG: + local target_file=doc/source/configuration/settings.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/settings.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/settings DEBUG: ++ dirname configuration/settings DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/configuration/settings.rst doc/source/configuration/settings.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|configuration/settings.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/settings.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/configuration/pluggable_panels.rst.backup doc/source/configuration/pluggable_panels.rst DEBUG: + _add_language_index doc/source/configuration/pluggable_panels.rst . DEBUG: + local target_file=doc/source/configuration/pluggable_panels.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/configuration/pluggable_panels.rst DEBUG: + basename=configuration/pluggable_panels DEBUG: ++ dirname configuration/pluggable_panels DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/configuration/pluggable_panels.rst doc/source/configuration/pluggable_panels.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|configuration/pluggable_panels.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/pluggable_panels.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/configuration/index.rst.backup doc/source/configuration/index.rst DEBUG: + _add_language_index doc/source/configuration/index.rst . DEBUG: + local target_file=doc/source/configuration/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/index DEBUG: ++ dirname configuration/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/configuration/index.rst doc/source/configuration/index.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|configuration/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/configuration/customizing.rst.backup doc/source/configuration/customizing.rst DEBUG: + _add_language_index doc/source/configuration/customizing.rst . DEBUG: + local target_file=doc/source/configuration/customizing.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/customizing.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/customizing DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: ++ dirname configuration/customizing DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/configuration/customizing.rst doc/source/configuration/customizing.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|configuration/customizing.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/customizing.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/configuration/branding.rst.backup doc/source/configuration/branding.rst DEBUG: + _add_language_index doc/source/configuration/branding.rst . DEBUG: + local target_file=doc/source/configuration/branding.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/configuration/branding.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=configuration/branding DEBUG: ++ dirname configuration/branding DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/configuration/branding.rst doc/source/configuration/branding.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|configuration/branding.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/configuration/branding.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/set-quotas.rst.backup doc/source/admin/set-quotas.rst DEBUG: + _add_language_index doc/source/admin/set-quotas.rst . DEBUG: + local target_file=doc/source/admin/set-quotas.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/set-quotas.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/set-quotas DEBUG: ++ dirname admin/set-quotas DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/set-quotas.rst doc/source/admin/set-quotas.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/set-quotas.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/set-quotas.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/sessions.rst.backup doc/source/admin/sessions.rst DEBUG: + _add_language_index doc/source/admin/sessions.rst . DEBUG: + local target_file=doc/source/admin/sessions.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/sessions.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/sessions DEBUG: ++ dirname admin/sessions DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/sessions.rst doc/source/admin/sessions.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/sessions.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/sessions.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-volumes.rst.backup doc/source/admin/manage-volumes.rst DEBUG: + _add_language_index doc/source/admin/manage-volumes.rst . DEBUG: + local target_file=doc/source/admin/manage-volumes.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-volumes.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-volumes DEBUG: ++ dirname admin/manage-volumes DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-volumes.rst doc/source/admin/manage-volumes.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-volumes.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-volumes.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-services.rst.backup doc/source/admin/manage-services.rst DEBUG: + _add_language_index doc/source/admin/manage-services.rst . DEBUG: + local target_file=doc/source/admin/manage-services.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-services.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-services DEBUG: ++ dirname admin/manage-services DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-services.rst doc/source/admin/manage-services.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-services.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-services.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-projects-and-users.rst.backup doc/source/admin/manage-projects-and-users.rst DEBUG: + _add_language_index doc/source/admin/manage-projects-and-users.rst . DEBUG: + local target_file=doc/source/admin/manage-projects-and-users.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-projects-and-users.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-projects-and-users DEBUG: ++ dirname admin/manage-projects-and-users DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-projects-and-users.rst doc/source/admin/manage-projects-and-users.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-projects-and-users.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-projects-and-users.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-instances.rst.backup doc/source/admin/manage-instances.rst DEBUG: + _add_language_index doc/source/admin/manage-instances.rst . DEBUG: + local target_file=doc/source/admin/manage-instances.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-instances.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-instances DEBUG: ++ dirname admin/manage-instances DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-instances.rst doc/source/admin/manage-instances.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-instances.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-instances.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-images.rst.backup doc/source/admin/manage-images.rst DEBUG: + _add_language_index doc/source/admin/manage-images.rst . DEBUG: + local target_file=doc/source/admin/manage-images.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-images.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-images DEBUG: ++ dirname admin/manage-images DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-images.rst doc/source/admin/manage-images.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-images.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-images.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-host-aggregates.rst.backup doc/source/admin/manage-host-aggregates.rst DEBUG: + _add_language_index doc/source/admin/manage-host-aggregates.rst . DEBUG: + local target_file=doc/source/admin/manage-host-aggregates.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-host-aggregates.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-host-aggregates DEBUG: ++ dirname admin/manage-host-aggregates DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-host-aggregates.rst doc/source/admin/manage-host-aggregates.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-host-aggregates.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-host-aggregates.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/manage-flavors.rst.backup doc/source/admin/manage-flavors.rst DEBUG: + _add_language_index doc/source/admin/manage-flavors.rst . DEBUG: + local target_file=doc/source/admin/manage-flavors.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/manage-flavors.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/manage-flavors DEBUG: ++ dirname admin/manage-flavors DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/manage-flavors.rst doc/source/admin/manage-flavors.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/manage-flavors.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/manage-flavors.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/index.rst.backup doc/source/admin/index.rst DEBUG: + _add_language_index doc/source/admin/index.rst . DEBUG: + local target_file=doc/source/admin/index.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/index.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/index DEBUG: ++ dirname admin/index DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/index.rst doc/source/admin/index.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/index.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/index.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/customize-configure.rst.backup doc/source/admin/customize-configure.rst DEBUG: + _add_language_index doc/source/admin/customize-configure.rst . DEBUG: + local target_file=doc/source/admin/customize-configure.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ echo doc/source/admin/customize-configure.rst DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: + basename=admin/customize-configure DEBUG: ++ dirname admin/customize-configure DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/customize-configure.rst doc/source/admin/customize-configure.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/customize-configure.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/customize-configure.rst.backup DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + cp -p doc/source/admin/admin-manage-roles.rst.backup doc/source/admin/admin-manage-roles.rst DEBUG: + _add_language_index doc/source/admin/admin-manage-roles.rst . DEBUG: + local target_file=doc/source/admin/admin-manage-roles.rst DEBUG: + local basepath=. DEBUG: + local basename DEBUG: ++ sed -e 's|doc/source/||' -e 's|\.rst$||' DEBUG: ++ echo doc/source/admin/admin-manage-roles.rst DEBUG: + basename=admin/admin-manage-roles DEBUG: ++ dirname admin/admin-manage-roles DEBUG: ++ sed -e 's|[^./]\+|..|g' DEBUG: + path_to_top_level=.. DEBUG: + local _basepath DEBUG: + '[' . = . -a .. = . ']' DEBUG: + '[' . = . ']' DEBUG: + _basepath=.. DEBUG: + cp -p doc/source/admin/admin-manage-roles.rst doc/source/admin/admin-manage-roles.rst.backup DEBUG: + sed -e 's|__BASE__|..|' -e 's|__INDEX__|admin/admin-manage-roles.html|' /tmp/tmp.zBj6L9IJBm DEBUG: + cat doc/source/admin/admin-manage-roles.rst.backup DEBUG: + sphinx-build -a -b html -d doc/build/doctrees doc/source doc/build/html/ DEBUG: Running Sphinx v7.2.6 DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (horizon); 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/horizon-25.4.1.dev13/.gitreview found DEBUG: building [mo]: all of 0 po files DEBUG: writing output... DEBUG: building [html]: all source files DEBUG: updating environment: [new config] 89 added, 0 changed, 0 removed DEBUG: reading sources... [ 1%] admin/admin-manage-roles reading sources... [ 2%] admin/customize-configure reading sources... [ 3%] admin/index reading sources... [ 4%] admin/manage-flavors reading sources... [ 6%] admin/manage-host-aggregates reading sources... [ 7%] admin/manage-images reading sources... [ 8%] admin/manage-instances reading sources... [ 9%] admin/manage-projects-and-users reading sources... [ 10%] admin/manage-services reading sources... [ 11%] admin/manage-volumes reading sources... [ 12%] admin/sessions reading sources... [ 13%] admin/set-quotas reading sources... [ 15%] configuration/branding reading sources... [ 16%] configuration/customizing reading sources... [ 17%] configuration/index reading sources... [ 18%] configuration/pluggable_panels reading sources... [ 19%] configuration/settings reading sources... [ 20%] configuration/themes reading sources... [ 21%] contributor/contributing reading sources... [ 22%] contributor/faq reading sources... [ 24%] contributor/index reading sources... [ 25%] contributor/intro reading sources... [ 26%] contributor/policies/core-reviewers reading sources... [ 27%] contributor/policies/horizon-bugs reading sources... [ 28%] contributor/policies/horizon-groups reading sources... [ 29%] contributor/policies/index reading sources... [ 30%] contributor/policies/releasing reading sources... [ 31%] contributor/policies/supported-software reading sources... [ 33%] contributor/quickstart reading sources... [ 34%] contributor/ref/context_processors reading sources... [ 35%] contributor/ref/decorators reading sources... [ 36%] contributor/ref/exceptions reading sources... [ 37%] contributor/ref/forms reading sources... [ 38%] contributor/ref/horizon reading sources... [ 39%] contributor/ref/index reading sources... [ 40%] contributor/ref/middleware reading sources... [ 42%] contributor/ref/openstack_auth/backend reading sources... [ 43%] contributor/ref/openstack_auth/forms reading sources... [ 44%] contributor/ref/openstack_auth/user reading sources... [ 45%] contributor/ref/openstack_auth/utils reading sources... [ 46%] contributor/ref/openstack_auth/views reading sources... [ 47%] contributor/ref/tables reading sources... [ 48%] contributor/ref/tabs reading sources... [ 49%] contributor/ref/test reading sources... [ 51%] contributor/ref/workflows reading sources... [ 52%] contributor/testing reading sources... [ 53%] contributor/topics/angularjs reading sources... [ 54%] contributor/topics/code-style reading sources... [ 55%] contributor/topics/devstack reading sources... [ 56%] contributor/topics/index reading sources... [ 57%] contributor/topics/ini-based-configuration reading sources... [ 58%] contributor/topics/javascript_testing reading sources... [ 60%] contributor/topics/microversion_support reading sources... [ 61%] contributor/topics/packaging reading sources... [ 62%] contributor/topics/policy reading sources... [ 63%] contributor/topics/profiling reading sources... [ 64%] contributor/topics/release-notes reading sources... [ 65%] contributor/topics/styling reading sources... [ 66%] contributor/topics/tables reading sources... [ 67%] contributor/topics/testing reading sources... [ 69%] contributor/topics/translation reading sources... [ 70%] contributor/topics/workflows reading sources... [ 71%] contributor/tutorials/dashboard reading sources... [ 72%] contributor/tutorials/index reading sources... [ 73%] contributor/tutorials/plugin reading sources... [ 74%] contributor/tutorials/table_actions reading sources... [ 75%] contributor/tutorials/workflow_extend reading sources... [ 76%] glossary reading sources... [ 78%] index reading sources... [ 79%] install/from-source reading sources... [ 80%] install/index reading sources... [ 81%] install/install-debian reading sources... [ 82%] install/install-rdo reading sources... [ 83%] install/install-ubuntu reading sources... [ 84%] install/next-steps reading sources... [ 85%] install/plugin-registry reading sources... [ 87%] install/system-requirements reading sources... [ 88%] install/verify-debian reading sources... [ 89%] install/verify-rdo reading sources... [ 90%] install/verify-ubuntu reading sources... [ 91%] user/browser_support reading sources... [ 92%] user/configure-access-and-security-for-instances reading sources... [ 93%] user/create-networks reading sources... [ 94%] user/index reading sources... [ 96%] user/launch-instances reading sources... [ 97%] user/log-in reading sources... [ 98%] user/manage-containers reading sources... [ 99%] user/manage-images reading sources... [100%] user/manage-volumes DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... 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: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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/admin-manage-roles writing output... [ 2%] admin/customize-configure /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 3%] admin/index writing output... [ 4%] admin/manage-flavors writing output... [ 6%] admin/manage-host-aggregates writing output... [ 7%] admin/manage-images writing output... [ 8%] admin/manage-instances writing output... [ 9%] admin/manage-projects-and-users writing output... [ 10%] admin/manage-services writing output... [ 11%] admin/manage-volumes writing output... [ 12%] admin/sessions writing output... [ 13%] admin/set-quotas writing output... [ 15%] configuration/branding writing output... [ 16%] configuration/customizing writing output... [ 17%] configuration/index writing output... [ 18%] configuration/pluggable_panels writing output... [ 19%] configuration/settings /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 20%] configuration/themes writing output... [ 21%] contributor/contributing writing output... [ 22%] contributor/faq writing output... [ 24%] contributor/index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 25%] contributor/intro writing output... [ 26%] contributor/policies/core-reviewers writing output... [ 27%] contributor/policies/horizon-bugs writing output... [ 28%] contributor/policies/horizon-groups writing output... [ 29%] contributor/policies/index writing output... [ 30%] contributor/policies/releasing writing output... [ 31%] contributor/policies/supported-software writing output... [ 33%] contributor/quickstart writing output... [ 34%] contributor/ref/context_processors writing output... [ 35%] contributor/ref/decorators writing output... [ 36%] contributor/ref/exceptions writing output... [ 37%] contributor/ref/forms writing output... [ 38%] contributor/ref/horizon writing output... [ 39%] contributor/ref/index writing output... [ 40%] contributor/ref/middleware writing output... [ 42%] contributor/ref/openstack_auth/backend writing output... [ 43%] contributor/ref/openstack_auth/forms writing output... [ 44%] contributor/ref/openstack_auth/user writing output... [ 45%] contributor/ref/openstack_auth/utils writing output... [ 46%] contributor/ref/openstack_auth/views writing output... [ 47%] contributor/ref/tables /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 48%] contributor/ref/tabs writing output... [ 49%] contributor/ref/test writing output... [ 51%] contributor/ref/workflows writing output... [ 52%] contributor/testing writing output... [ 53%] contributor/topics/angularjs /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for 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... [ 54%] contributor/topics/code-style writing output... [ 55%] contributor/topics/devstack writing output... [ 56%] contributor/topics/index writing output... [ 57%] contributor/topics/ini-based-configuration writing output... [ 58%] contributor/topics/javascript_testing writing output... [ 60%] contributor/topics/microversion_support writing output... [ 61%] contributor/topics/packaging writing output... [ 62%] contributor/topics/policy writing output... [ 63%] contributor/topics/profiling writing output... [ 64%] contributor/topics/release-notes writing output... [ 65%] contributor/topics/styling writing output... [ 66%] contributor/topics/tables writing output... [ 67%] contributor/topics/testing writing output... [ 69%] contributor/topics/translation writing output... [ 70%] contributor/topics/workflows writing output... [ 71%] contributor/tutorials/dashboard writing output... [ 72%] contributor/tutorials/index writing output... [ 73%] contributor/tutorials/plugin writing output... [ 74%] contributor/tutorials/table_actions writing output... [ 75%] contributor/tutorials/workflow_extend writing output... [ 76%] glossary writing output... [ 78%] index writing output... [ 79%] install/from-source writing output... [ 80%] install/index writing output... [ 81%] install/install-debian writing output... [ 82%] install/install-rdo writing output... [ 83%] install/install-ubuntu writing output... [ 84%] install/next-steps writing output... [ 85%] install/plugin-registry writing output... [ 87%] install/system-requirements writing output... [ 88%] install/verify-debian writing output... [ 89%] install/verify-rdo writing output... [ 90%] install/verify-ubuntu writing output... [ 91%] user/browser_support writing output... [ 92%] user/configure-access-and-security-for-instances writing output... [ 93%] user/create-networks writing output... [ 94%] user/index writing output... [ 96%] user/launch-instances writing output... [ 97%] user/log-in writing output... [ 98%] user/manage-containers writing output... [ 99%] user/manage-images writing output... [100%] user/manage-volumes DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 4%] horizon.base highlighting module code... [ 8%] horizon.context_processors highlighting module code... [ 12%] horizon.decorators highlighting module code... [ 17%] horizon.exceptions highlighting module code... [ 21%] horizon.forms.base highlighting module code... [ 25%] horizon.forms.fields highlighting module code... [ 29%] horizon.forms.views highlighting module code... [ 33%] horizon.middleware.base highlighting module code... [ 38%] horizon.middleware.operation_log highlighting module code... [ 42%] horizon.tables.actions highlighting module code... [ 46%] horizon.tables.base highlighting module code... [ 50%] horizon.tables.formset highlighting module code... [ 54%] horizon.tables.views highlighting module code... [ 58%] horizon.tabs.base highlighting module code... [ 62%] horizon.tabs.views highlighting module code... [ 67%] horizon.test.helpers highlighting module code... [ 71%] horizon.workflows.base highlighting module code... [ 75%] horizon.workflows.views highlighting module code... [ 79%] openstack_auth.backend highlighting module code... [ 83%] openstack_auth.forms highlighting module code... [ 88%] openstack_auth.user highlighting module code... [ 92%] openstack_auth.utils highlighting module code... [ 96%] openstack_auth.views highlighting module code... [100%] openstack_dashboard.test.helpers DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... search done DEBUG: copying images... [ 9%] admin/figures/create_flavor.png copying images... [ 18%] admin/figures/create_image.png copying images... [ 27%] admin/figures/change_instance_state.png copying images... [ 36%] admin/figures/create_volume_type_encryption.png copying images... [ 45%] images/message_extraction.png copying images... [ 55%] images/message_substitution.png copying images... [ 64%] user/figures/dashboard_project_tab.png copying images... [ 73%] user/figures/dashboard_admin_tab.png copying images... [ 82%] user/figures/dashboard_identity_tab.png copying images... [ 91%] user/figures/dashboard_settings_tab.png copying images... [100%] user/figures/create_image.png DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html. DEBUG: + cleanup DEBUG: + '[' ']' DEBUG: + '[' /tmp/tmp.zBj6L9IJBm ']' DEBUG: + rm -f -- /tmp/tmp.zBj6L9IJBm DEBUG: + recover_rst_files DEBUG: ++ find doc/source -name '*.rst' DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/manage-volumes.rst.backup ']' DEBUG: + mv doc/source/user/manage-volumes.rst.backup doc/source/user/manage-volumes.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/manage-images.rst.backup ']' DEBUG: + mv doc/source/user/manage-images.rst.backup doc/source/user/manage-images.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/manage-containers.rst.backup ']' DEBUG: + mv doc/source/user/manage-containers.rst.backup doc/source/user/manage-containers.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/log-in.rst.backup ']' DEBUG: + mv doc/source/user/log-in.rst.backup doc/source/user/log-in.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/launch-instances.rst.backup ']' DEBUG: + mv doc/source/user/launch-instances.rst.backup doc/source/user/launch-instances.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/index.rst.backup ']' DEBUG: + mv doc/source/user/index.rst.backup doc/source/user/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/create-networks.rst.backup ']' DEBUG: + mv doc/source/user/create-networks.rst.backup doc/source/user/create-networks.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/configure-access-and-security-for-instances.rst.backup ']' DEBUG: + mv doc/source/user/configure-access-and-security-for-instances.rst.backup doc/source/user/configure-access-and-security-for-instances.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/user/browser_support.rst.backup ']' DEBUG: + mv doc/source/user/browser_support.rst.backup doc/source/user/browser_support.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/verify-ubuntu.rst.backup ']' DEBUG: + mv doc/source/install/verify-ubuntu.rst.backup doc/source/install/verify-ubuntu.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/verify-rdo.rst.backup ']' DEBUG: + mv doc/source/install/verify-rdo.rst.backup doc/source/install/verify-rdo.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/verify-debian.rst.backup ']' DEBUG: + mv doc/source/install/verify-debian.rst.backup doc/source/install/verify-debian.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/system-requirements.rst.backup ']' DEBUG: + mv doc/source/install/system-requirements.rst.backup doc/source/install/system-requirements.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/plugin-registry.rst.backup ']' DEBUG: + mv doc/source/install/plugin-registry.rst.backup doc/source/install/plugin-registry.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/next-steps.rst.backup ']' DEBUG: + mv doc/source/install/next-steps.rst.backup doc/source/install/next-steps.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/install-ubuntu.rst.backup ']' DEBUG: + mv doc/source/install/install-ubuntu.rst.backup doc/source/install/install-ubuntu.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/install-rdo.rst.backup ']' DEBUG: + mv doc/source/install/install-rdo.rst.backup doc/source/install/install-rdo.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/install-debian.rst.backup ']' DEBUG: + mv doc/source/install/install-debian.rst.backup doc/source/install/install-debian.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/index.rst.backup ']' DEBUG: + mv doc/source/install/index.rst.backup doc/source/install/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/install/from-source.rst.backup ']' DEBUG: + mv doc/source/install/from-source.rst.backup doc/source/install/from-source.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/index.rst.backup ']' DEBUG: + mv doc/source/index.rst.backup doc/source/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/glossary.rst.backup ']' DEBUG: + mv doc/source/glossary.rst.backup doc/source/glossary.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/tutorials/workflow_extend.rst.backup ']' DEBUG: + mv doc/source/contributor/tutorials/workflow_extend.rst.backup doc/source/contributor/tutorials/workflow_extend.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/tutorials/table_actions.rst.backup ']' DEBUG: + mv doc/source/contributor/tutorials/table_actions.rst.backup doc/source/contributor/tutorials/table_actions.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/tutorials/plugin.rst.backup ']' DEBUG: + mv doc/source/contributor/tutorials/plugin.rst.backup doc/source/contributor/tutorials/plugin.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/tutorials/index.rst.backup ']' DEBUG: + mv doc/source/contributor/tutorials/index.rst.backup doc/source/contributor/tutorials/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/tutorials/dashboard.rst.backup ']' DEBUG: + mv doc/source/contributor/tutorials/dashboard.rst.backup doc/source/contributor/tutorials/dashboard.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/workflows.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/workflows.rst.backup doc/source/contributor/topics/workflows.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/translation.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/translation.rst.backup doc/source/contributor/topics/translation.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/testing.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/testing.rst.backup doc/source/contributor/topics/testing.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/tables.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/tables.rst.backup doc/source/contributor/topics/tables.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/styling.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/styling.rst.backup doc/source/contributor/topics/styling.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/release-notes.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/release-notes.rst.backup doc/source/contributor/topics/release-notes.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/profiling.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/profiling.rst.backup doc/source/contributor/topics/profiling.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/policy.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/policy.rst.backup doc/source/contributor/topics/policy.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/packaging.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/packaging.rst.backup doc/source/contributor/topics/packaging.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/microversion_support.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/microversion_support.rst.backup doc/source/contributor/topics/microversion_support.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/javascript_testing.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/javascript_testing.rst.backup doc/source/contributor/topics/javascript_testing.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/ini-based-configuration.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/ini-based-configuration.rst.backup doc/source/contributor/topics/ini-based-configuration.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/index.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/index.rst.backup doc/source/contributor/topics/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/devstack.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/devstack.rst.backup doc/source/contributor/topics/devstack.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/code-style.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/code-style.rst.backup doc/source/contributor/topics/code-style.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/topics/angularjs.rst.backup ']' DEBUG: + mv doc/source/contributor/topics/angularjs.rst.backup doc/source/contributor/topics/angularjs.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/testing.rst.backup ']' DEBUG: + mv doc/source/contributor/testing.rst.backup doc/source/contributor/testing.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/workflows.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/workflows.rst.backup doc/source/contributor/ref/workflows.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/test.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/test.rst.backup doc/source/contributor/ref/test.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/tabs.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/tabs.rst.backup doc/source/contributor/ref/tabs.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/tables.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/tables.rst.backup doc/source/contributor/ref/tables.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/openstack_auth/views.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/openstack_auth/views.rst.backup doc/source/contributor/ref/openstack_auth/views.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/openstack_auth/utils.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/openstack_auth/utils.rst.backup doc/source/contributor/ref/openstack_auth/utils.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/openstack_auth/user.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/openstack_auth/user.rst.backup doc/source/contributor/ref/openstack_auth/user.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/openstack_auth/forms.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/openstack_auth/forms.rst.backup doc/source/contributor/ref/openstack_auth/forms.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/openstack_auth/backend.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/openstack_auth/backend.rst.backup doc/source/contributor/ref/openstack_auth/backend.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/middleware.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/middleware.rst.backup doc/source/contributor/ref/middleware.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/index.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/index.rst.backup doc/source/contributor/ref/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/horizon.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/horizon.rst.backup doc/source/contributor/ref/horizon.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/forms.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/forms.rst.backup doc/source/contributor/ref/forms.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/exceptions.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/exceptions.rst.backup doc/source/contributor/ref/exceptions.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/decorators.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/decorators.rst.backup doc/source/contributor/ref/decorators.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/ref/context_processors.rst.backup ']' DEBUG: + mv doc/source/contributor/ref/context_processors.rst.backup doc/source/contributor/ref/context_processors.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/quickstart.rst.backup ']' DEBUG: + mv doc/source/contributor/quickstart.rst.backup doc/source/contributor/quickstart.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/policies/supported-software.rst.backup ']' DEBUG: + mv doc/source/contributor/policies/supported-software.rst.backup doc/source/contributor/policies/supported-software.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/policies/releasing.rst.backup ']' DEBUG: + mv doc/source/contributor/policies/releasing.rst.backup doc/source/contributor/policies/releasing.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/policies/index.rst.backup ']' DEBUG: + mv doc/source/contributor/policies/index.rst.backup doc/source/contributor/policies/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/policies/horizon-groups.rst.backup ']' DEBUG: + mv doc/source/contributor/policies/horizon-groups.rst.backup doc/source/contributor/policies/horizon-groups.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/policies/horizon-bugs.rst.backup ']' DEBUG: + mv doc/source/contributor/policies/horizon-bugs.rst.backup doc/source/contributor/policies/horizon-bugs.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/policies/core-reviewers.rst.backup ']' DEBUG: + mv doc/source/contributor/policies/core-reviewers.rst.backup doc/source/contributor/policies/core-reviewers.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/intro.rst.backup ']' DEBUG: + mv doc/source/contributor/intro.rst.backup doc/source/contributor/intro.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/index.rst.backup ']' DEBUG: + mv doc/source/contributor/index.rst.backup doc/source/contributor/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/faq.rst.backup ']' DEBUG: + mv doc/source/contributor/faq.rst.backup doc/source/contributor/faq.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/contributor/contributing.rst.backup ']' DEBUG: + mv doc/source/contributor/contributing.rst.backup doc/source/contributor/contributing.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/configuration/themes.rst.backup ']' DEBUG: + mv doc/source/configuration/themes.rst.backup doc/source/configuration/themes.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/configuration/settings.rst.backup ']' DEBUG: + mv doc/source/configuration/settings.rst.backup doc/source/configuration/settings.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/configuration/pluggable_panels.rst.backup ']' DEBUG: + mv doc/source/configuration/pluggable_panels.rst.backup doc/source/configuration/pluggable_panels.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/configuration/index.rst.backup ']' DEBUG: + mv doc/source/configuration/index.rst.backup doc/source/configuration/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/configuration/customizing.rst.backup ']' DEBUG: + mv doc/source/configuration/customizing.rst.backup doc/source/configuration/customizing.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/configuration/branding.rst.backup ']' DEBUG: + mv doc/source/configuration/branding.rst.backup doc/source/configuration/branding.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/set-quotas.rst.backup ']' DEBUG: + mv doc/source/admin/set-quotas.rst.backup doc/source/admin/set-quotas.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/sessions.rst.backup ']' DEBUG: + mv doc/source/admin/sessions.rst.backup doc/source/admin/sessions.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-volumes.rst.backup ']' DEBUG: + mv doc/source/admin/manage-volumes.rst.backup doc/source/admin/manage-volumes.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-services.rst.backup ']' DEBUG: + mv doc/source/admin/manage-services.rst.backup doc/source/admin/manage-services.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-projects-and-users.rst.backup ']' DEBUG: + mv doc/source/admin/manage-projects-and-users.rst.backup doc/source/admin/manage-projects-and-users.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-instances.rst.backup ']' DEBUG: + mv doc/source/admin/manage-instances.rst.backup doc/source/admin/manage-instances.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-images.rst.backup ']' DEBUG: + mv doc/source/admin/manage-images.rst.backup doc/source/admin/manage-images.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-host-aggregates.rst.backup ']' DEBUG: + mv doc/source/admin/manage-host-aggregates.rst.backup doc/source/admin/manage-host-aggregates.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/manage-flavors.rst.backup ']' DEBUG: + mv doc/source/admin/manage-flavors.rst.backup doc/source/admin/manage-flavors.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/index.rst.backup ']' DEBUG: + mv doc/source/admin/index.rst.backup doc/source/admin/index.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/customize-configure.rst.backup ']' DEBUG: + mv doc/source/admin/customize-configure.rst.backup doc/source/admin/customize-configure.rst DEBUG: + for f in `find $DIRECTORY/source -name '*.rst'` DEBUG: + '[' -f doc/source/admin/admin-manage-roles.rst.backup ']' DEBUG: + mv doc/source/admin/admin-manage-roles.rst.backup doc/source/admin/admin-manage-roles.rst DEBUG: + remove_pot_files DEBUG: + rm -f 'doc/source/locale/*.pot' DEBUG: docs: OK (170.97 seconds) DEBUG: congratulations :) (171.04 seconds) DEBUG: + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo DEBUG: + cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ikkv3O DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.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 horizon-25.4.1.dev13 DEBUG: ++ xargs basename --multiple DEBUG: ++ ls /builddir/build/BUILD/horizon-25.4.1.dev13/pyproject-wheeldir/horizon-25.4.1.dev13-py3-none-any.whl DEBUG: ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' DEBUG: + specifier=horizon==25.4.1.dev13 DEBUG: + '[' -z horizon==25.4.1.dev13 ']' DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.4.1.dev13/.pyproject-builddir DEBUG: + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.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/horizon-25.4.1.dev13/pyproject-wheeldir horizon==25.4.1.dev13 DEBUG: Using pip 23.3.2 from /usr/lib/python3.12/site-packages/pip (python 3.12) DEBUG: Looking in links: /builddir/build/BUILD/horizon-25.4.1.dev13/pyproject-wheeldir DEBUG: Processing ./pyproject-wheeldir/horizon-25.4.1.dev13-py3-none-any.whl DEBUG: Installing collected packages: horizon DEBUG: Successfully installed horizon-25.4.1.dev13 DEBUG: + '[' -d /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/bin ']' DEBUG: + rm -f /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-ghost-distinfo DEBUG: + site_dirs=() DEBUG: + '[' -d /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + site_dirs+=("/usr/lib/python3.12/site-packages") DEBUG: + '[' /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib64/python3.12/site-packages '!=' /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + '[' -d /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib64/python3.12/site-packages ']' DEBUG: + for site_dir in ${site_dirs[@]} DEBUG: + for distinfo in /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64$site_dir/*.dist-info DEBUG: + echo '%ghost /usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.dist-info' DEBUG: + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.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/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 --record /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.dist-info/RECORD --output /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-record DEBUG: + rm -fv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.dist-info/RECORD DEBUG: removed '/builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.dist-info/RECORD' DEBUG: + rm -fv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.dist-info/REQUESTED DEBUG: removed '/builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/horizon-25.4.1.dev13.dist-info/REQUESTED' DEBUG: ++ cut -f1 '-d ' DEBUG: ++ wc -l /builddir/build/BUILD/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64-pyproject-ghost-distinfo DEBUG: + lines=1 DEBUG: + '[' 1 -ne 1 ']' DEBUG: + install -m 0644 -D -p /builddir/build/SOURCES/openstack-dashboard-httpd-2.4.conf /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/httpd/conf.d/openstack-dashboard.conf DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/var/lib/openstack-dashboard DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard DEBUG: + install -m 0644 -D -p /builddir/build/SOURCES/openstack-dashboard-httpd-logging.conf . DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/systemd/system/httpd.service.d/ DEBUG: + cp /builddir/build/SOURCES/python-django-horizon-systemd.conf /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/systemd/system/httpd.service.d/openstack-dashboard.conf DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/openstack_dashboard /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard DEBUG: + cp manage.py /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard DEBUG: + rm -rf /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/lib/python3.12/site-packages/openstack_dashboard DEBUG: + find /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 -name django.po -exec rm '{}' ';' DEBUG: + find /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 -name djangojs.po -exec rm '{}' ';' DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py.example /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard/local_settings DEBUG: + ln -s ../../../../../etc/openstack-dashboard/local_settings /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard/local_settings.d DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_10_set_custom_theme.py.example /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_11_toggle_angular_features.py.example /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_2010_integration_tests_deprecated.py.example /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_20_integration_tests_scaffolds.py.example /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard/local_settings.d DEBUG: + rmdir /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d DEBUG: + ln -s ../../../../../etc/openstack-dashboard/local_settings.d /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/default_policies /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.d /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64/etc/openstack-dashboard DEBUG: + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 django --all-name DEBUG: No translations found for django in /builddir/build/BUILDROOT/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.x86_64 DEBUG: error: Bad exit status from /var/tmp/rpm-tmp.ikkv3O (%install) DEBUG: Macro expanded in comment on line 412: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme DEBUG: Macro expanded in comment on line 413: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: RPM build warnings: DEBUG: RPM build errors: DEBUG: Bad exit status from /var/tmp/rpm-tmp.ikkv3O (%install) DEBUG: Child return code was: 1 INFO: EXCEPTION: [Error("Command failed: \n # bash --login -c '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/python-django-horizon.spec'\n", 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 610, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (cmd_pretty(command, env), output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/python-django-horizon.spec' Finish: rpmbuild python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm Finish: build phase for python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm ERROR: Exception(/home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012/python-django-horizon-25.4.1-0.20250609144208.eafded7.el10.src.rpm) Config(dlrn-centos10-master-uc-x86_64-5) 3 minutes 34 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/ui/ea/fd/eafded7f2b0e4bd6d079a375ef46e3a3a663f810_d5ba4012 INFO: Cleaning up build root ('cleanup_on_failure=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: 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 ERROR: Command failed: # bash --login -c '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/python-django-horizon.spec'