+ 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/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'
+ /usr/bin/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --clean
INFO: mock.py version 6.0 starting (python version = 3.9.18, NVR = mock-6.0-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --clean
Start(bootstrap): init plugins
INFO: tmpfs initialized
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
DEBUG: mock final configuration:
DEBUG:     _aliases:  {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'}
DEBUG:     config_paths:  ['/home/centos9-dalmatian/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg']
DEBUG:     version:  6.0
DEBUG:     basedir:  /var/lib/mock
DEBUG:     resultdir:  /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG:     rootdir:  /var/lib/mock/dlrn-centos9-dalmatian-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:  1038
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:stream9
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_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-centos9-dalmatian-x86_64-5/ccache/u1038/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}}
DEBUG:     environment:  {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:  9
DEBUG:     rpmbuild_arch:  x86_64
DEBUG:     dnf_vars:  {'stream': '9-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-centos9-dalmatian-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:  d58a1a32-8775-45b2-a7d0-0c65a8b64752
DEBUG:     config_path:  /etc/mock
DEBUG:     chroot_name:  dlrn-5
DEBUG:     config_file:  /home/centos9-dalmatian/data/dlrn-5.cfg
DEBUG:     root:  dlrn-centos9-dalmatian-x86_64-5
DEBUG:     legal_host_arches:  ('x86_64',)
DEBUG:     dist:  el9
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:el9
user_agent=DLRN

[baseos]
name=CentOS Stream $releasever - BaseOS
#metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-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-9-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-thales-hsm-0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/barbican/06/61/0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17_36cb53d6
enabled=1
gpgcheck=0
priority=1

[delorean-component-baremetal]
name=delorean-python-sushy-tools-77ea046fdf6f4b406174631d5e4fe6656a75cc3c
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/baremetal/77/ea/77ea046fdf6f4b406174631d5e4fe6656a75cc3c_29c9f609
enabled=1
gpgcheck=0
priority=1

[delorean-component-cinder]
name=delorean-openstack-cinder-bb37fbbe081723de3ef609f64983ea40be5e711a
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cinder/bb/37/bb37fbbe081723de3ef609f64983ea40be5e711a_689709d4
enabled=1
gpgcheck=0
priority=1

[delorean-component-clients]
name=delorean-python-openstackclient-f42ade4305d974580ae6dc40db0e0d58ba5a6b93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/clients/f4/2a/f42ade4305d974580ae6dc40db0e0d58ba5a6b93_fc353291
enabled=1
gpgcheck=0
priority=1

[delorean-component-cloudops]
name=delorean-gnocchi-1554674704e39c69b1193f7e1184407c7f45bf8f
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cloudops/15/54/1554674704e39c69b1193f7e1184407c7f45bf8f_1d372bb0
enabled=1
gpgcheck=0
priority=1

[delorean-component-common]
name=delorean-openstack-kolla-2ab0503ce99344cfc5eea126a761f61cfad3ca93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/common/2a/b0/2ab0503ce99344cfc5eea126a761f61cfad3ca93_0aa2e989
enabled=1
gpgcheck=0
priority=1

[delorean-component-compute]
name=delorean-openstack-nova-cebbceb2cd0260738963b1e602e85e3a46b66bec
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/compute/ce/bb/cebbceb2cd0260738963b1e602e85e3a46b66bec_f9c929bc
enabled=1
gpgcheck=0
priority=1

[delorean-component-designate]
name=delorean-openstack-designate-5490df4e6b60f00e31e0ff57f863e406728e4eef
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/designate/54/90/5490df4e6b60f00e31e0ff57f863e406728e4eef_11d58c91
enabled=1
gpgcheck=0
priority=1

[delorean-component-glance]
name=delorean-openstack-glance-e74b91d24de43836fe1269fd8d3ea11afd0caa58
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/glance/e7/4b/e74b91d24de43836fe1269fd8d3ea11afd0caa58_7cf7fc59
enabled=1
gpgcheck=0
priority=1

[delorean-component-keystone]
name=delorean-openstack-keystone-47891f4ae8fd7876e5a7657f58c32c371feeddc3
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/keystone/47/89/47891f4ae8fd7876e5a7657f58c32c371feeddc3_5d9cb5b3
enabled=1
gpgcheck=0
priority=1

[delorean-component-manila]
name=delorean-openstack-manila-d0b1e965db5e9743152b82fa4a3dcf0d724e9006
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/manila/d0/b1/d0b1e965db5e9743152b82fa4a3dcf0d724e9006_1ffd69ce
enabled=1
gpgcheck=0
priority=1

[delorean-component-network]
name=delorean-python-whitebox-neutron-tests-tempest-4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/network/4d/12/4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770_96da0e32
enabled=1
gpgcheck=0
priority=1

[delorean-component-octavia]
name=delorean-openstack-octavia-8e02055af0e0c8840076a3b76cbf1c254882ed44
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/octavia/8e/02/8e02055af0e0c8840076a3b76cbf1c254882ed44_fd9769fd
enabled=1
gpgcheck=0
priority=1

[delorean-component-optimize]
name=delorean-openstack-watcher-dbc06d1504e734a3cc2d32a248726948af7d7378
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/optimize/db/c0/dbc06d1504e734a3cc2d32a248726948af7d7378_faa0e703
enabled=1
gpgcheck=0
priority=1

[delorean-component-podified]
name=delorean-edpm-image-builder-151e8f8f0d6260a45c43474a275caa9b6715ae06
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/podified/15/1e/151e8f8f0d6260a45c43474a275caa9b6715ae06_188c7282
enabled=1
gpgcheck=0
priority=1

[delorean-component-puppet]
name=delorean-puppet-ceph-f98acb99d2994c745140181ba862654f4c7741a7
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/puppet/f9/8a/f98acb99d2994c745140181ba862654f4c7741a7_ae36a1cd
enabled=1
gpgcheck=0
priority=1

[delorean-component-swift]
name=delorean-openstack-swift-1534385bcc10de4aaa7aa2762bf9e7961bb2ef17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/swift/15/34/1534385bcc10de4aaa7aa2762bf9e7961bb2ef17_0998f84b
enabled=1
gpgcheck=0
priority=1

[delorean-component-tempest]
name=delorean-openstack-tempest-a25e0dfc51139f89d925472b195fffdb7fac850b
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/tempest/a2/5e/a25e0dfc51139f89d925472b195fffdb7fac850b_312f71c5
enabled=1
gpgcheck=0
priority=1

[delorean-component-ui]
name=delorean-python-django-horizon-c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/ui/c4/ae/c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd_bd122858
enabled=1
gpgcheck=0
priority=1

[delorean-dalmatian-testing]
name=dlrn-dalmatian-testing
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[delorean-dalmatian-build-deps]
name=dlrn-dalmatian-build-deps
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/build-deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-rabbitmq]
name=centos9-rabbitmq
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-storage]
name=centos9-storage
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-reef/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-opstools]
name=centos9-opstools
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-nfv-ovs]
name=NFV SIG OpenvSwitch
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
gpgcheck=0
enabled=1
module_hotfixes=1

# epel is required for Ceph Reef
[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=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil*



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-centos9-dalmatian-x86_64-5-bootstrap
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
+ /usr/bin/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --init
INFO: mock.py version 6.0 starting (python version = 3.9.18, NVR = mock-6.0-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --init
Start(bootstrap): init plugins
INFO: tmpfs initialized
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
DEBUG: mock final configuration:
DEBUG:     _aliases:  {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'}
DEBUG:     config_paths:  ['/home/centos9-dalmatian/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg']
DEBUG:     version:  6.0
DEBUG:     basedir:  /var/lib/mock
DEBUG:     resultdir:  /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG:     rootdir:  /var/lib/mock/dlrn-centos9-dalmatian-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:  1038
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:stream9
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_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-centos9-dalmatian-x86_64-5/ccache/u1038/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}}
DEBUG:     environment:  {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:  9
DEBUG:     rpmbuild_arch:  x86_64
DEBUG:     dnf_vars:  {'stream': '9-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-centos9-dalmatian-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:  faa4ea8b-913a-40aa-96da-949cdd899b65
DEBUG:     config_path:  /etc/mock
DEBUG:     chroot_name:  dlrn-5
DEBUG:     config_file:  /home/centos9-dalmatian/data/dlrn-5.cfg
DEBUG:     root:  dlrn-centos9-dalmatian-x86_64-5
DEBUG:     legal_host_arches:  ('x86_64',)
DEBUG:     dist:  el9
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:el9
user_agent=DLRN

[baseos]
name=CentOS Stream $releasever - BaseOS
#metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-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-9-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-thales-hsm-0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/barbican/06/61/0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17_36cb53d6
enabled=1
gpgcheck=0
priority=1

[delorean-component-baremetal]
name=delorean-python-sushy-tools-77ea046fdf6f4b406174631d5e4fe6656a75cc3c
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/baremetal/77/ea/77ea046fdf6f4b406174631d5e4fe6656a75cc3c_29c9f609
enabled=1
gpgcheck=0
priority=1

[delorean-component-cinder]
name=delorean-openstack-cinder-bb37fbbe081723de3ef609f64983ea40be5e711a
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cinder/bb/37/bb37fbbe081723de3ef609f64983ea40be5e711a_689709d4
enabled=1
gpgcheck=0
priority=1

[delorean-component-clients]
name=delorean-python-openstackclient-f42ade4305d974580ae6dc40db0e0d58ba5a6b93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/clients/f4/2a/f42ade4305d974580ae6dc40db0e0d58ba5a6b93_fc353291
enabled=1
gpgcheck=0
priority=1

[delorean-component-cloudops]
name=delorean-gnocchi-1554674704e39c69b1193f7e1184407c7f45bf8f
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cloudops/15/54/1554674704e39c69b1193f7e1184407c7f45bf8f_1d372bb0
enabled=1
gpgcheck=0
priority=1

[delorean-component-common]
name=delorean-openstack-kolla-2ab0503ce99344cfc5eea126a761f61cfad3ca93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/common/2a/b0/2ab0503ce99344cfc5eea126a761f61cfad3ca93_0aa2e989
enabled=1
gpgcheck=0
priority=1

[delorean-component-compute]
name=delorean-openstack-nova-cebbceb2cd0260738963b1e602e85e3a46b66bec
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/compute/ce/bb/cebbceb2cd0260738963b1e602e85e3a46b66bec_f9c929bc
enabled=1
gpgcheck=0
priority=1

[delorean-component-designate]
name=delorean-openstack-designate-5490df4e6b60f00e31e0ff57f863e406728e4eef
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/designate/54/90/5490df4e6b60f00e31e0ff57f863e406728e4eef_11d58c91
enabled=1
gpgcheck=0
priority=1

[delorean-component-glance]
name=delorean-openstack-glance-e74b91d24de43836fe1269fd8d3ea11afd0caa58
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/glance/e7/4b/e74b91d24de43836fe1269fd8d3ea11afd0caa58_7cf7fc59
enabled=1
gpgcheck=0
priority=1

[delorean-component-keystone]
name=delorean-openstack-keystone-47891f4ae8fd7876e5a7657f58c32c371feeddc3
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/keystone/47/89/47891f4ae8fd7876e5a7657f58c32c371feeddc3_5d9cb5b3
enabled=1
gpgcheck=0
priority=1

[delorean-component-manila]
name=delorean-openstack-manila-d0b1e965db5e9743152b82fa4a3dcf0d724e9006
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/manila/d0/b1/d0b1e965db5e9743152b82fa4a3dcf0d724e9006_1ffd69ce
enabled=1
gpgcheck=0
priority=1

[delorean-component-network]
name=delorean-python-whitebox-neutron-tests-tempest-4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/network/4d/12/4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770_96da0e32
enabled=1
gpgcheck=0
priority=1

[delorean-component-octavia]
name=delorean-openstack-octavia-8e02055af0e0c8840076a3b76cbf1c254882ed44
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/octavia/8e/02/8e02055af0e0c8840076a3b76cbf1c254882ed44_fd9769fd
enabled=1
gpgcheck=0
priority=1

[delorean-component-optimize]
name=delorean-openstack-watcher-dbc06d1504e734a3cc2d32a248726948af7d7378
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/optimize/db/c0/dbc06d1504e734a3cc2d32a248726948af7d7378_faa0e703
enabled=1
gpgcheck=0
priority=1

[delorean-component-podified]
name=delorean-edpm-image-builder-151e8f8f0d6260a45c43474a275caa9b6715ae06
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/podified/15/1e/151e8f8f0d6260a45c43474a275caa9b6715ae06_188c7282
enabled=1
gpgcheck=0
priority=1

[delorean-component-puppet]
name=delorean-puppet-ceph-f98acb99d2994c745140181ba862654f4c7741a7
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/puppet/f9/8a/f98acb99d2994c745140181ba862654f4c7741a7_ae36a1cd
enabled=1
gpgcheck=0
priority=1

[delorean-component-swift]
name=delorean-openstack-swift-1534385bcc10de4aaa7aa2762bf9e7961bb2ef17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/swift/15/34/1534385bcc10de4aaa7aa2762bf9e7961bb2ef17_0998f84b
enabled=1
gpgcheck=0
priority=1

[delorean-component-tempest]
name=delorean-openstack-tempest-a25e0dfc51139f89d925472b195fffdb7fac850b
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/tempest/a2/5e/a25e0dfc51139f89d925472b195fffdb7fac850b_312f71c5
enabled=1
gpgcheck=0
priority=1

[delorean-component-ui]
name=delorean-python-django-horizon-c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/ui/c4/ae/c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd_bd122858
enabled=1
gpgcheck=0
priority=1

[delorean-dalmatian-testing]
name=dlrn-dalmatian-testing
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[delorean-dalmatian-build-deps]
name=dlrn-dalmatian-build-deps
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/build-deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-rabbitmq]
name=centos9-rabbitmq
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-storage]
name=centos9-storage
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-reef/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-opstools]
name=centos9-opstools
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-nfv-ovs]
name=NFV SIG OpenvSwitch
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
gpgcheck=0
enabled=1
module_hotfixes=1

# epel is required for Ceph Reef
[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=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil*



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-centos9-dalmatian-x86_64-5
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
Mock Version: 6.0
INFO: Mock Version: 6.0
INFO: Mock Version: 6.0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
Start(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: resultdir = /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.gq0ua0l4', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: method _make_users skipped in bootstrap
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/.initialized
Finish(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
Start: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: calling preinit hooks
INFO: enabled root cache
INFO: /home/centos9-dalmatian/data/dlrn-5.cfg newer than root cache; cache will be rebuilt
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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    10326704      320612     4068916     9874096     5788108
DEBUG: Swap:       16777212     6270156    10507056
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Filesystem        Type   Size  Used Avail Use% Mounted on
DEBUG: mock_chroot_tmpfs tmpfs  4.3G     0  4.3G   0% /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: /dev/vda4         xfs    549G  221G  329G  41% /
DEBUG: Child return code was: 0
DEBUG: create skeleton dirs
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: resultdir = /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Package manager dnf4 detected and used (direct choice)
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.eidvznga', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys/fs/selinux
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc
Start: installing minimal buildroot with dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'basesystem', 'rpm-build', 'python3-devel', 'gcc', 'make', 'python3-sqlalchemy', 'python3-sphinx', 'python3-eventlet', 'python3-six', 'python3-pbr', 'openstack-macros', 'git-core', 'python3-setuptools_scm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'basesystem', 'rpm-build', 'python3-devel', 'gcc', 'make', 'python3-sqlalchemy', 'python3-sphinx', 'python3-eventlet', 'python3-six', 'python3-pbr', 'openstack-macros', 'git-core', 'python3-setuptools_scm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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-thales-hsm-0661a3a0a0e79e 7.9 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-sushy-tools-77ea046fdf6f4b40617  62 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-cinder-bb37fbbe081723de3ef60  49 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-openstackclient-f42ade4305d9745  44 kB/s | 3.0 kB     00:00    
DEBUG: delorean-gnocchi-1554674704e39c69b1193f7e118440  45 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-kolla-2ab0503ce99344cfc5eea1  50 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-nova-cebbceb2cd0260738963b1e  69 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-designate-5490df4e6b60f00e31  53 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-glance-e74b91d24de43836fe126  64 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-keystone-47891f4ae8fd7876e5a  71 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-manila-d0b1e965db5e9743152b8  64 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-whitebox-neutron-tests-tempest-  67 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-octavia-8e02055af0e0c8840076  77 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-watcher-dbc06d1504e734a3cc2d  74 kB/s | 3.0 kB     00:00    
DEBUG: delorean-edpm-image-builder-151e8f8f0d6260a45c4  56 kB/s | 3.0 kB     00:00    
DEBUG: delorean-puppet-ceph-f98acb99d2994c745140181ba8  34 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-swift-1534385bcc10de4aaa7aa2  68 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-tempest-a25e0dfc51139f89d925  67 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-django-horizon-c4aedafff8fb2fb2 649 kB/s |  87 kB     00:00    
DEBUG: CentOS Stream 9 - BaseOS                         27 kB/s | 3.9 kB     00:00    
DEBUG: CentOS Stream 9 - AppStream                      34 kB/s | 4.4 kB     00:00    
DEBUG: CentOS Stream 9 - CRB                            53 kB/s | 5.2 kB     00:00    
DEBUG: CentOS Stream 9 - HighAvailability               65 kB/s | 6.4 kB     00:00    
DEBUG: dlrn-dalmatian-testing                          104 kB/s | 3.0 kB     00:00    
DEBUG: dlrn-dalmatian-build-deps                        72 kB/s | 3.0 kB     00:00    
DEBUG: centos9-rabbitmq                                 15 kB/s | 3.0 kB     00:00    
DEBUG: centos9-storage                                  38 kB/s | 3.0 kB     00:00    
DEBUG: centos9-opstools                                 37 kB/s | 3.0 kB     00:00    
DEBUG: NFV SIG OpenvSwitch                              27 kB/s | 3.0 kB     00:00    
DEBUG: Extra Packages for Enterprise Linux 9 - x86_64  199 kB/s |  35 kB     00:00    
DEBUG: Dependencies resolved.
DEBUG: =============================================================================================================================
DEBUG:  Package                                   Arch    Version                               Repository                      Size
DEBUG: =============================================================================================================================
DEBUG: Installing:
DEBUG:  basesystem                                noarch  11-13.el9                             baseos                         3.9 k
DEBUG:  gcc                                       x86_64  11.5.0-5.el9                          appstream                       32 M
DEBUG:  git-core                                  x86_64  2.47.1-1.el9                          appstream                      4.7 M
DEBUG:  make                                      x86_64  1:4.3-8.el9                           baseos                         536 k
DEBUG:  openstack-macros                          noarch  2023.1.0-0.20250328135338.ce6a105.el9 delorean-component-common       17 k
DEBUG:  python3-devel                             x86_64  3.9.21-2.el9                          appstream                      245 k
DEBUG:  python3-eventlet                          noarch  0.36.1-1.el9s                         delorean-dalmatian-testing     492 k
DEBUG:  python3-pbr                               noarch  6.0.0-1.el9s                          delorean-dalmatian-testing     145 k
DEBUG:  python3-setuptools_scm                    noarch  7.1.0-2.el9s                          delorean-dalmatian-build-deps   78 k
DEBUG:  python3-six                               noarch  1.15.0-9.el9                          baseos                          37 k
DEBUG:  python3-sphinx                            noarch  1:3.4.3-8.el9                         crb                            2.3 M
DEBUG:  python3-sqlalchemy                        x86_64  2.0.31-1.el9s                         delorean-dalmatian-testing     2.8 M
DEBUG:  rpm-build                                 x86_64  4.16.1.3-37.el9                       appstream                       67 k
DEBUG: Installing dependencies:
DEBUG:  ImageMagick-libs                          x86_64  6.9.12.98-1.el9s                      delorean-dalmatian-build-deps  2.3 M
DEBUG:  LibRaw                                    x86_64  0.21.1-1.el9                          appstream                      409 k
DEBUG:  ModemManager-glib                         x86_64  1.20.2-1.el9                          baseos                         335 k
DEBUG:  NetworkManager-libnm                      x86_64  1:1.53.3-1.el9                        baseos                         1.9 M
DEBUG:  acl                                       x86_64  2.3.1-4.el9                           baseos                          71 k
DEBUG:  adobe-mappings-cmap                       noarch  20171205-12.el9                       appstream                      1.9 M
DEBUG:  adobe-mappings-cmap-deprecated            noarch  20171205-12.el9                       appstream                      107 k
DEBUG:  adobe-mappings-pdf                        noarch  20180407-10.el9                       appstream                      646 k
DEBUG:  adobe-source-code-pro-fonts               noarch  2.030.1.050-12.el9.1                  baseos                         832 k
DEBUG:  adwaita-cursor-theme                      noarch  40.1.1-3.el9                          appstream                      650 k
DEBUG:  adwaita-icon-theme                        noarch  40.1.1-3.el9                          appstream                       12 M
DEBUG:  alsa-lib                                  x86_64  1.2.13-2.el9                          appstream                      526 k
DEBUG:  alternatives                              x86_64  1.24-2.el9                            baseos                          39 k
DEBUG:  annobin                                   x86_64  12.92-2.el9                           appstream                      1.1 M
DEBUG:  at-spi2-atk                               x86_64  2.38.0-4.el9                          appstream                       87 k
DEBUG:  at-spi2-core                              x86_64  2.40.3-1.el9                          appstream                      195 k
DEBUG:  atk                                       x86_64  2.36.0-5.el9                          appstream                      292 k
DEBUG:  audit-libs                                x86_64  3.1.5-7.el9                           baseos                         119 k
DEBUG:  avahi-glib                                x86_64  0.8-21.el9                            appstream                       15 k
DEBUG:  avahi-libs                                x86_64  0.8-21.el9                            baseos                          68 k
DEBUG:  bash                                      x86_64  5.1.8-9.el9                           baseos                         1.7 M
DEBUG:  binutils                                  x86_64  2.35.2-63.el9                         baseos                         4.6 M
DEBUG:  binutils-gold                             x86_64  2.35.2-63.el9                         baseos                         735 k
DEBUG:  bluez-libs                                x86_64  5.56-6.el9                            baseos                          85 k
DEBUG:  bubblewrap                                x86_64  0.4.1-8.el9                           baseos                          50 k
DEBUG:  bzip2                                     x86_64  1.0.8-10.el9                          baseos                          56 k
DEBUG:  bzip2-libs                                x86_64  1.0.8-10.el9                          baseos                          40 k
DEBUG:  ca-certificates                           noarch  2024.2.69_v8.0.303-91.4.el9           baseos                         1.0 M
DEBUG:  cairo                                     x86_64  1.17.4-7.el9                          appstream                      660 k
DEBUG:  cairo-gobject                             x86_64  1.17.4-7.el9                          appstream                       19 k
DEBUG:  centos-gpg-keys                           noarch  9.0-26.el9                            baseos                          13 k
DEBUG:  centos-stream-release                     noarch  9.0-26.el9                            baseos                          25 k
DEBUG:  centos-stream-repos                       noarch  9.0-26.el9                            baseos                          10 k
DEBUG:  colord-libs                               x86_64  1.4.5-4.el9                           appstream                      229 k
DEBUG:  composefs-libs                            x86_64  1.0.8-1.el9                           appstream                       54 k
DEBUG:  coreutils                                 x86_64  8.32-39.el9                           baseos                         1.2 M
DEBUG:  coreutils-common                          x86_64  8.32-39.el9                           baseos                         2.0 M
DEBUG:  cpio                                      x86_64  2.13-16.el9                           baseos                         275 k
DEBUG:  cpp                                       x86_64  11.5.0-5.el9                          appstream                       11 M
DEBUG:  cracklib                                  x86_64  2.9.6-27.el9                          baseos                          94 k
DEBUG:  cracklib-dicts                            x86_64  2.9.6-27.el9                          baseos                         3.6 M
DEBUG:  crypto-policies                           noarch  20250128-1.git5269e22.el9             baseos                          86 k
DEBUG:  crypto-policies-scripts                   noarch  20250128-1.git5269e22.el9             baseos                          97 k
DEBUG:  cryptsetup-libs                           x86_64  2.7.2-3.el9                           baseos                         518 k
DEBUG:  cups-libs                                 x86_64  1:2.3.3op2-33.el9                     baseos                         262 k
DEBUG:  curl                                      x86_64  7.76.1-31.el9                         baseos                         294 k
DEBUG:  cyrus-sasl-lib                            x86_64  2.1.27-21.el9                         baseos                         769 k
DEBUG:  dbus                                      x86_64  1:1.12.20-8.el9                       baseos                         3.8 k
DEBUG:  dbus-broker                               x86_64  28-7.el9                              baseos                         172 k
DEBUG:  dbus-common                               noarch  1:1.12.20-8.el9                       baseos                          15 k
DEBUG:  dbus-libs                                 x86_64  1:1.12.20-8.el9                       baseos                         152 k
DEBUG:  debugedit                                 x86_64  5.0-10.el9                            appstream                       75 k
DEBUG:  dejavu-sans-fonts                         noarch  2.37-18.el9                           baseos                         1.3 M
DEBUG:  device-mapper                             x86_64  9:1.02.202-6.el9                      baseos                         139 k
DEBUG:  device-mapper-libs                        x86_64  9:1.02.202-6.el9                      baseos                         179 k
DEBUG:  diffutils                                 x86_64  3.7-12.el9                            baseos                         397 k
DEBUG:  dwz                                       x86_64  0.14-3.el9                            appstream                      128 k
DEBUG:  ed                                        x86_64  1.14.2-12.el9                         baseos                          75 k
DEBUG:  efi-srpm-macros                           noarch  6-2.el9                               appstream                       22 k
DEBUG:  elfutils                                  x86_64  0.192-5.el9                           baseos                         574 k
DEBUG:  elfutils-debuginfod-client                x86_64  0.192-5.el9                           baseos                          43 k
DEBUG:  elfutils-default-yama-scope               noarch  0.192-5.el9                           baseos                         9.3 k
DEBUG:  elfutils-libelf                           x86_64  0.192-5.el9                           baseos                         204 k
DEBUG:  elfutils-libs                             x86_64  0.192-5.el9                           baseos                         261 k
DEBUG:  exempi                                    x86_64  2.6.0-0.2.20211007gite23c213.el9      appstream                      525 k
DEBUG:  exiv2-libs                                x86_64  0.27.5-2.el9                          appstream                      781 k
DEBUG:  expat                                     x86_64  2.5.0-4.el9                           baseos                         116 k
DEBUG:  fdk-aac-free                              x86_64  2.0.0-8.el9                           appstream                      325 k
DEBUG:  file                                      x86_64  5.39-16.el9                           baseos                          50 k
DEBUG:  file-libs                                 x86_64  5.39-16.el9                           baseos                         589 k
DEBUG:  filesystem                                x86_64  3.16-5.el9                            baseos                         4.8 M
DEBUG:  findutils                                 x86_64  1:4.8.0-7.el9                         baseos                         547 k
DEBUG:  flac-libs                                 x86_64  1.3.3-12.el9                          appstream                      218 k
DEBUG:  flatpak-session-helper                    x86_64  1.12.9-4.el9                          appstream                       72 k
DEBUG:  fontconfig                                x86_64  2.14.0-2.el9                          appstream                      297 k
DEBUG:  fonts-filesystem                          noarch  1:2.0.5-7.el9.1                       baseos                          10 k
DEBUG:  fonts-srpm-macros                         noarch  1:2.0.5-7.el9.1                       appstream                       28 k
DEBUG:  freetype                                  x86_64  2.10.4-9.el9                          baseos                         388 k
DEBUG:  fribidi                                   x86_64  1.0.10-6.el9.2                        appstream                       85 k
DEBUG:  fuse                                      x86_64  2.9.9-17.el9                          baseos                          80 k
DEBUG:  fuse-common                               x86_64  3.10.2-9.el9                          baseos                         8.3 k
DEBUG:  fuse-libs                                 x86_64  2.9.9-17.el9                          baseos                          97 k
DEBUG:  gawk                                      x86_64  5.1.0-6.el9                           baseos                         1.0 M
DEBUG:  gcc-plugin-annobin                        x86_64  11.5.0-5.el9                          appstream                       40 k
DEBUG:  gd                                        x86_64  2.3.2-3.el9                           appstream                      132 k
DEBUG:  gdb-minimal                               x86_64  14.2-4.el9                            appstream                      4.2 M
DEBUG:  gdbm-libs                                 x86_64  1:1.23-1.el9                          baseos                          56 k
DEBUG:  gdk-pixbuf2                               x86_64  2.42.6-4.el9                          appstream                      492 k
DEBUG:  gdk-pixbuf2-modules                       x86_64  2.42.6-4.el9                          appstream                       89 k
DEBUG:  geoclue2                                  x86_64  2.6.0-7.el9                           appstream                      124 k
DEBUG:  ghc-srpm-macros                           noarch  1.5.0-6.el9                           appstream                      8.8 k
DEBUG:  giflib                                    x86_64  5.2.1-9.el9                           appstream                       49 k
DEBUG:  glib-networking                           x86_64  2.68.3-3.el9                          baseos                         186 k
DEBUG:  glib2                                     x86_64  2.68.4-16.el9                         baseos                         2.6 M
DEBUG:  glibc                                     x86_64  2.34-187.el9                          baseos                         1.9 M
DEBUG:  glibc-common                              x86_64  2.34-187.el9                          baseos                         290 k
DEBUG:  glibc-devel                               x86_64  2.34-187.el9                          appstream                       35 k
DEBUG:  glibc-gconv-extra                         x86_64  2.34-187.el9                          baseos                         1.5 M
DEBUG:  glibc-headers                             x86_64  2.34-187.el9                          appstream                      542 k
DEBUG:  glibc-minimal-langpack                    x86_64  2.34-187.el9                          baseos                          20 k
DEBUG:  gmp                                       x86_64  1:6.2.0-13.el9                        baseos                         315 k
DEBUG:  gnupg2                                    x86_64  2.3.3-4.el9                           baseos                         2.5 M
DEBUG:  gnutls                                    x86_64  3.8.3-6.el9                           baseos                         1.1 M
DEBUG:  go-srpm-macros                            noarch  3.6.0-11.el9                          appstream                       28 k
DEBUG:  gobject-introspection                     x86_64  1.68.0-11.el9                         baseos                         250 k
DEBUG:  google-droid-sans-fonts                   noarch  20200215-11.el9.2                     appstream                      2.7 M
DEBUG:  gpgme                                     x86_64  1.15.1-6.el9                          baseos                         207 k
DEBUG:  graphene                                  x86_64  1.10.6-2.el9                          appstream                       64 k
DEBUG:  graphite2                                 x86_64  1.3.14-9.el9                          baseos                          95 k
DEBUG:  grep                                      x86_64  3.6-5.el9                             baseos                         269 k
DEBUG:  groff-base                                x86_64  1.22.4-10.el9                         baseos                         1.1 M
DEBUG:  gsettings-desktop-schemas                 x86_64  40.0-6.el9                            baseos                         684 k
DEBUG:  gsm                                       x86_64  1.0.19-6.el9                          appstream                       34 k
DEBUG:  gstreamer1                                x86_64  1.22.12-3.el9                         appstream                      1.4 M
DEBUG:  gstreamer1-plugins-base                   x86_64  1.22.12-4.el9                         appstream                      2.3 M
DEBUG:  gtk-update-icon-cache                     x86_64  3.24.31-5.el9                         appstream                       33 k
DEBUG:  gtk2                                      x86_64  2.24.33-8.el9                         appstream                      3.5 M
DEBUG:  gtk3                                      x86_64  3.24.31-5.el9                         appstream                      4.9 M
DEBUG:  gzip                                      x86_64  1.12-1.el9                            baseos                         163 k
DEBUG:  harfbuzz                                  x86_64  2.7.4-10.el9                          baseos                         624 k
DEBUG:  hicolor-icon-theme                        noarch  0.17-13.el9                           appstream                      219 k
DEBUG:  hwdata                                    noarch  0.348-9.18.el9                        baseos                         1.6 M
DEBUG:  imath                                     x86_64  3.1.2-1.el9                           appstream                       95 k
DEBUG:  info                                      x86_64  6.7-15.el9                            baseos                         225 k
DEBUG:  iso-codes                                 noarch  4.6.0-3.el9                           appstream                      3.5 M
DEBUG:  jasper-libs                               x86_64  2.0.28-3.el9                          appstream                      151 k
DEBUG:  jbig2dec-libs                             x86_64  0.19-7.el9                            appstream                       73 k
DEBUG:  jbigkit-libs                              x86_64  2.1-23.el9                            appstream                       53 k
DEBUG:  json-c                                    x86_64  0.14-11.el9                           baseos                          43 k
DEBUG:  json-glib                                 x86_64  1.6.6-1.el9                           baseos                         163 k
DEBUG:  kbd                                       x86_64  2.4.0-11.el9                          baseos                         419 k
DEBUG:  kbd-legacy                                noarch  2.4.0-11.el9                          baseos                         562 k
DEBUG:  kbd-misc                                  noarch  2.4.0-11.el9                          baseos                         1.7 M
DEBUG:  kernel-headers                            x86_64  5.14.0-580.el9                        appstream                      1.9 M
DEBUG:  kernel-srpm-macros                        noarch  1.0-13.el9                            appstream                       16 k
DEBUG:  keyutils-libs                             x86_64  1.6.3-1.el9                           baseos                          32 k
DEBUG:  kmod                                      x86_64  28-10.el9                             baseos                         126 k
DEBUG:  kmod-libs                                 x86_64  28-10.el9                             baseos                          63 k
DEBUG:  krb5-libs                                 x86_64  1.21.1-6.el9                          baseos                         766 k
DEBUG:  langpacks-core-font-en                    noarch  3.0-16.el9                            appstream                       11 k
DEBUG:  lcms2                                     x86_64  2.12-3.el9                            appstream                      168 k
DEBUG:  less                                      x86_64  590-5.el9                             baseos                         163 k
DEBUG:  libICE                                    x86_64  1.0.10-8.el9                          appstream                       71 k
DEBUG:  libSM                                     x86_64  1.2.3-10.el9                          appstream                       42 k
DEBUG:  libX11                                    x86_64  1.7.0-11.el9                          appstream                      646 k
DEBUG:  libX11-common                             noarch  1.7.0-11.el9                          appstream                      205 k
DEBUG:  libX11-xcb                                x86_64  1.7.0-11.el9                          appstream                       11 k
DEBUG:  libXau                                    x86_64  1.0.9-8.el9                           appstream                       31 k
DEBUG:  libXaw                                    x86_64  1.0.13-19.el9                         appstream                      198 k
DEBUG:  libXcomposite                             x86_64  0.4.5-7.el9                           appstream                       24 k
DEBUG:  libXcursor                                x86_64  1.2.0-7.el9                           appstream                       31 k
DEBUG:  libXdamage                                x86_64  1.1.5-7.el9                           appstream                       23 k
DEBUG:  libXext                                   x86_64  1.3.4-8.el9                           appstream                       40 k
DEBUG:  libXfixes                                 x86_64  5.0.3-16.el9                          appstream                       20 k
DEBUG:  libXft                                    x86_64  2.3.3-8.el9                           appstream                       62 k
DEBUG:  libXi                                     x86_64  1.7.10-8.el9                          appstream                       40 k
DEBUG:  libXinerama                               x86_64  1.1.4-10.el9                          appstream                       15 k
DEBUG:  libXmu                                    x86_64  1.1.3-8.el9                           appstream                       75 k
DEBUG:  libXpm                                    x86_64  3.5.13-10.el9                         appstream                       59 k
DEBUG:  libXrandr                                 x86_64  1.5.2-8.el9                           appstream                       28 k
DEBUG:  libXrender                                x86_64  0.9.10-16.el9                         appstream                       28 k
DEBUG:  libXt                                     x86_64  1.2.0-6.el9                           appstream                      180 k
DEBUG:  libXtst                                   x86_64  1.2.3-16.el9                          appstream                       21 k
DEBUG:  libXv                                     x86_64  1.0.11-16.el9                         appstream                       19 k
DEBUG:  libXxf86vm                                x86_64  1.1.4-18.el9                          appstream                       19 k
DEBUG:  libacl                                    x86_64  2.3.1-4.el9                           baseos                          23 k
DEBUG:  libappstream-glib                         x86_64  0.7.18-5.el9                          appstream                      395 k
DEBUG:  libarchive                                x86_64  3.5.3-4.el9                           baseos                         389 k
DEBUG:  libassuan                                 x86_64  2.5.5-3.el9                           baseos                          68 k
DEBUG:  libasyncns                                x86_64  0.8-22.el9                            appstream                       30 k
DEBUG:  libatomic                                 x86_64  11.5.0-5.el9                          baseos                          26 k
DEBUG:  libattr                                   x86_64  2.5.1-3.el9                           baseos                          19 k
DEBUG:  libblkid                                  x86_64  2.37.4-21.el9                         baseos                         107 k
DEBUG:  libbrotli                                 x86_64  1.0.9-7.el9                           baseos                         313 k
DEBUG:  libcanberra                               x86_64  0.30-27.el9                           appstream                       86 k
DEBUG:  libcanberra-gtk3                          x86_64  0.30-27.el9                           appstream                       32 k
DEBUG:  libcap                                    x86_64  2.48-9.el9                            baseos                          71 k
DEBUG:  libcap-ng                                 x86_64  0.8.2-7.el9                           baseos                          33 k
DEBUG:  libcbor                                   x86_64  0.7.0-5.el9                           baseos                          57 k
DEBUG:  libcom_err                                x86_64  1.46.5-7.el9                          baseos                          26 k
DEBUG:  libcurl                                   x86_64  7.76.1-31.el9                         baseos                         284 k
DEBUG:  libdatrie                                 x86_64  0.2.13-4.el9                          appstream                       33 k
DEBUG:  libdb                                     x86_64  5.3.28-55.el9                         baseos                         735 k
DEBUG:  libdrm                                    x86_64  2.4.123-2.el9                         appstream                      161 k
DEBUG:  libeconf                                  x86_64  0.4.1-4.el9                           baseos                          27 k
DEBUG:  libedit                                   x86_64  3.1-38.20210216cvs.el9                baseos                         104 k
DEBUG:  libepoxy                                  x86_64  1.5.5-4.el9                           appstream                      241 k
DEBUG:  libevent                                  x86_64  2.1.12-8.el9                          baseos                         262 k
DEBUG:  libexif                                   x86_64  0.6.22-6.el9                          appstream                      435 k
DEBUG:  libfdisk                                  x86_64  2.37.4-21.el9                         baseos                         154 k
DEBUG:  libffi                                    x86_64  3.4.2-8.el9                           baseos                          38 k
DEBUG:  libfido2                                  x86_64  1.13.0-2.el9                          baseos                          99 k
DEBUG:  libfontenc                                x86_64  1.1.3-17.el9                          appstream                       31 k
DEBUG:  libgcc                                    x86_64  11.5.0-5.el9                          baseos                          85 k
DEBUG:  libgcrypt                                 x86_64  1.10.0-11.el9                         baseos                         508 k
DEBUG:  libgexiv2                                 x86_64  0.12.3-1.el9                          appstream                       83 k
DEBUG:  libglvnd                                  x86_64  1:1.3.4-1.el9                         appstream                      135 k
DEBUG:  libglvnd-egl                              x86_64  1:1.3.4-1.el9                         appstream                       37 k
DEBUG:  libglvnd-glx                              x86_64  1:1.3.4-1.el9                         appstream                      142 k
DEBUG:  libgomp                                   x86_64  11.5.0-5.el9                          baseos                         261 k
DEBUG:  libgpg-error                              x86_64  1.42-5.el9                            baseos                         216 k
DEBUG:  libgs                                     x86_64  9.54.0-17.el9                         appstream                      3.2 M
DEBUG:  libgsf                                    x86_64  1.14.47-5.el9                         appstream                      256 k
DEBUG:  libgudev                                  x86_64  237-1.el9                             baseos                          36 k
DEBUG:  libgusb                                   x86_64  0.3.8-2.el9                           baseos                          51 k
DEBUG:  libgxps                                   x86_64  0.3.2-3.el9                           appstream                       79 k
DEBUG:  libicu                                    x86_64  67.1-9.el9                            baseos                         9.6 M
DEBUG:  libidn2                                   x86_64  2.3.0-7.el9                           baseos                         101 k
DEBUG:  libijs                                    x86_64  0.35-15.el9                           appstream                       30 k
DEBUG:  libiptcdata                               x86_64  1.0.5-10.el9                          appstream                       61 k
DEBUG:  libjpeg-turbo                             x86_64  2.0.90-7.el9                          appstream                      175 k
DEBUG:  libksba                                   x86_64  1.5.1-7.el9                           baseos                         153 k
DEBUG:  libldac                                   x86_64  2.0.2.3-10.el9                        appstream                       41 k
DEBUG:  liblqr-1                                  x86_64  0.4.2-17.el9s                         delorean-dalmatian-build-deps   48 k
DEBUG:  libmount                                  x86_64  2.37.4-21.el9                         baseos                         135 k
DEBUG:  libmpc                                    x86_64  1.2.1-4.el9                           appstream                       62 k
DEBUG:  libnghttp2                                x86_64  1.43.0-6.el9                          baseos                          73 k
DEBUG:  libnotify                                 x86_64  0.7.9-8.el9                           appstream                       44 k
DEBUG:  libogg                                    x86_64  2:1.3.4-6.el9                         appstream                       34 k
DEBUG:  libosinfo                                 x86_64  1.10.0-1.el9                          appstream                      319 k
DEBUG:  libpaper                                  x86_64  1.1.28-4.el9                          appstream                       45 k
DEBUG:  libpciaccess                              x86_64  0.16-7.el9                            baseos                          27 k
DEBUG:  libpkgconf                                x86_64  1.7.3-10.el9                          baseos                          36 k
DEBUG:  libpng                                    x86_64  2:1.6.37-12.el9                       baseos                         117 k
DEBUG:  libproxy                                  x86_64  0.4.15-35.el9                         baseos                          74 k
DEBUG:  libpsl                                    x86_64  0.21.1-5.el9                          baseos                          64 k
DEBUG:  libpwquality                              x86_64  1.4.4-8.el9                           baseos                         119 k
DEBUG:  libraqm                                   x86_64  0.7.0-7.el9s                          delorean-dalmatian-testing      19 k
DEBUG:  librsvg2                                  x86_64  2.50.7-3.el9                          appstream                      3.2 M
DEBUG:  libsbc                                    x86_64  1.4-9.el9                             appstream                       45 k
DEBUG:  libseccomp                                x86_64  2.5.2-2.el9                           baseos                          72 k
DEBUG:  libselinux                                x86_64  3.6-3.el9                             baseos                          86 k
DEBUG:  libsemanage                               x86_64  3.6-5.el9                             baseos                         118 k
DEBUG:  libsepol                                  x86_64  3.6-3.el9                             baseos                         329 k
DEBUG:  libsigsegv                                x86_64  2.13-4.el9                            baseos                          27 k
DEBUG:  libsmartcols                              x86_64  2.37.4-21.el9                         baseos                          63 k
DEBUG:  libsndfile                                x86_64  1.0.31-9.el9                          appstream                      206 k
DEBUG:  libsoup                                   x86_64  2.72.0-10.el9                         appstream                      403 k
DEBUG:  libssh                                    x86_64  0.10.4-13.el9                         baseos                         216 k
DEBUG:  libssh-config                             noarch  0.10.4-13.el9                         baseos                          10 k
DEBUG:  libstdc++                                 x86_64  11.5.0-5.el9                          baseos                         735 k
DEBUG:  libstemmer                                x86_64  0-18.585svn.el9                       appstream                       83 k
DEBUG:  libtasn1                                  x86_64  4.16.0-9.el9                          baseos                          74 k
DEBUG:  libtdb                                    x86_64  1.4.12-1.el9                          baseos                          51 k
DEBUG:  libthai                                   x86_64  0.1.28-8.el9                          appstream                      208 k
DEBUG:  libtheora                                 x86_64  1:1.1.1-31.el9                        appstream                      164 k
DEBUG:  libtiff                                   x86_64  4.4.0-13.el9                          appstream                      198 k
DEBUG:  libtool-ltdl                              x86_64  2.4.6-46.el9                          baseos                          36 k
DEBUG:  libtracker-sparql                         x86_64  3.1.2-3.el9                           appstream                      324 k
DEBUG:  libunistring                              x86_64  0.9.10-15.el9                         baseos                         496 k
DEBUG:  libusbx                                   x86_64  1.0.26-1.el9                          baseos                          76 k
DEBUG:  libutempter                               x86_64  1.2.1-6.el9                           baseos                          27 k
DEBUG:  libuuid                                   x86_64  2.37.4-21.el9                         baseos                          28 k
DEBUG:  libverto                                  x86_64  0.3.2-3.el9                           baseos                          22 k
DEBUG:  libvorbis                                 x86_64  1:1.3.7-5.el9                         appstream                      193 k
DEBUG:  libwayland-client                         x86_64  1.21.0-1.el9                          appstream                       33 k
DEBUG:  libwayland-cursor                         x86_64  1.21.0-1.el9                          appstream                       19 k
DEBUG:  libwayland-egl                            x86_64  1.21.0-1.el9                          appstream                       13 k
DEBUG:  libwayland-server                         x86_64  1.21.0-1.el9                          appstream                       42 k
DEBUG:  libwebp                                   x86_64  1.2.0-8.el9                           appstream                      277 k
DEBUG:  libwmf-lite                               x86_64  0.2.12-10.el9                         appstream                       73 k
DEBUG:  libxcb                                    x86_64  1.13.1-9.el9                          appstream                      243 k
DEBUG:  libxcrypt                                 x86_64  4.4.18-3.el9                          baseos                         116 k
DEBUG:  libxcrypt-devel                           x86_64  4.4.18-3.el9                          appstream                       29 k
DEBUG:  libxkbcommon                              x86_64  1.0.3-4.el9                           appstream                      133 k
DEBUG:  libxml2                                   x86_64  2.9.13-9.el9                          baseos                         747 k
DEBUG:  libxshmfence                              x86_64  1.3-10.el9                            appstream                       13 k
DEBUG:  libxslt                                   x86_64  1.1.34-12.el9                         appstream                      233 k
DEBUG:  libzstd                                   x86_64  1.5.5-1.el9                           baseos                         295 k
DEBUG:  llvm-filesystem                           x86_64  20.1.1-3.el9                          appstream                       11 k
DEBUG:  llvm-libs                                 x86_64  20.1.1-3.el9                          appstream                       55 M
DEBUG:  low-memory-monitor                        x86_64  2.1-4.el9                             appstream                       36 k
DEBUG:  lua-libs                                  x86_64  5.4.4-4.el9                           baseos                         130 k
DEBUG:  lua-srpm-macros                           noarch  1-6.el9                               appstream                      9.5 k
DEBUG:  lz4-libs                                  x86_64  1.9.3-5.el9                           baseos                          68 k
DEBUG:  mesa-dri-drivers                          x86_64  24.2.8-2.el9                          appstream                      9.4 M
DEBUG:  mesa-filesystem                           x86_64  24.2.8-2.el9                          appstream                       12 k
DEBUG:  mesa-libEGL                               x86_64  24.2.8-2.el9                          appstream                      142 k
DEBUG:  mesa-libGL                                x86_64  24.2.8-2.el9                          appstream                      170 k
DEBUG:  mesa-libgbm                               x86_64  24.2.8-2.el9                          appstream                       37 k
DEBUG:  mesa-libglapi                             x86_64  24.2.8-2.el9                          appstream                       47 k
DEBUG:  mkfontscale                               x86_64  1.2.1-3.el9                           appstream                       32 k
DEBUG:  mpfr                                      x86_64  4.1.0-7.el9                           baseos                         326 k
DEBUG:  ncurses                                   x86_64  6.2-10.20210508.el9                   baseos                         400 k
DEBUG:  ncurses-base                              noarch  6.2-10.20210508.el9                   baseos                          61 k
DEBUG:  ncurses-libs                              x86_64  6.2-10.20210508.el9                   baseos                         322 k
DEBUG:  nettle                                    x86_64  3.10.1-1.el9                          baseos                         563 k
DEBUG:  npth                                      x86_64  1.6-8.el9                             baseos                          25 k
DEBUG:  nspr                                      x86_64  4.35.0-17.el9                         appstream                      135 k
DEBUG:  nss                                       x86_64  3.101.0-10.el9                        appstream                      717 k
DEBUG:  nss-softokn                               x86_64  3.101.0-10.el9                        appstream                      388 k
DEBUG:  nss-softokn-freebl                        x86_64  3.101.0-10.el9                        appstream                      310 k
DEBUG:  nss-sysinit                               x86_64  3.101.0-10.el9                        appstream                       19 k
DEBUG:  nss-util                                  x86_64  3.101.0-10.el9                        appstream                       90 k
DEBUG:  ocaml-srpm-macros                         noarch  6-6.el9                               appstream                      8.8 k
DEBUG:  openblas-srpm-macros                      noarch  2-11.el9                              appstream                      8.4 k
DEBUG:  openexr-libs                              x86_64  3.1.1-3.el9                           appstream                      1.1 M
DEBUG:  openjpeg2                                 x86_64  2.4.0-8.el9                           appstream                      162 k
DEBUG:  openldap                                  x86_64  2.6.8-4.el9                           baseos                         285 k
DEBUG:  openssh                                   x86_64  8.7p1-45.el9                          baseos                         459 k
DEBUG:  openssh-clients                           x86_64  8.7p1-45.el9                          baseos                         714 k
DEBUG:  openssl                                   x86_64  1:3.5.0-1.el9                         baseos                         1.5 M
DEBUG:  openssl-libs                              x86_64  1:3.5.0-1.el9                         baseos                         2.5 M
DEBUG:  opus                                      x86_64  1.3.1-10.el9                          appstream                      200 k
DEBUG:  orc                                       x86_64  0.4.31-8.el9                          appstream                      183 k
DEBUG:  osinfo-db                                 noarch  20250124-1.el9                        appstream                      558 k
DEBUG:  osinfo-db-tools                           x86_64  1.10.0-1.el9                          appstream                       74 k
DEBUG:  ostree-libs                               x86_64  2025.2-1.el9                          appstream                      476 k
DEBUG:  p11-kit                                   x86_64  0.25.3-3.el9                          baseos                         531 k
DEBUG:  p11-kit-trust                             x86_64  0.25.3-3.el9                          baseos                         142 k
DEBUG:  pam                                       x86_64  1.5.1-23.el9                          baseos                         628 k
DEBUG:  pango                                     x86_64  1.48.7-3.el9                          appstream                      302 k
DEBUG:  patch                                     x86_64  2.7.6-16.el9                          appstream                      128 k
DEBUG:  pcre                                      x86_64  8.44-4.el9                            baseos                         197 k
DEBUG:  pcre2                                     x86_64  10.40-6.el9                           baseos                         234 k
DEBUG:  pcre2-syntax                              noarch  10.40-6.el9                           baseos                         141 k
DEBUG:  perl-AutoLoader                           noarch  5.74-481.el9                          baseos                          21 k
DEBUG:  perl-B                                    x86_64  1.80-481.el9                          baseos                         180 k
DEBUG:  perl-Carp                                 noarch  1.50-460.el9                          baseos                          30 k
DEBUG:  perl-Class-Struct                         noarch  0.66-481.el9                          baseos                          22 k
DEBUG:  perl-Data-Dumper                          x86_64  2.174-462.el9                         baseos                          56 k
DEBUG:  perl-Digest                               noarch  1.19-4.el9                            baseos                          26 k
DEBUG:  perl-Digest-MD5                           x86_64  2.58-4.el9                            baseos                          37 k
DEBUG:  perl-Encode                               x86_64  4:3.08-462.el9                        baseos                         1.7 M
DEBUG:  perl-Errno                                x86_64  1.30-481.el9                          baseos                          14 k
DEBUG:  perl-Exporter                             noarch  5.74-461.el9                          baseos                          32 k
DEBUG:  perl-Fcntl                                x86_64  1.13-481.el9                          baseos                          20 k
DEBUG:  perl-File-Basename                        noarch  2.85-481.el9                          baseos                          17 k
DEBUG:  perl-File-Path                            noarch  2.18-4.el9                            baseos                          36 k
DEBUG:  perl-File-Temp                            noarch  1:0.231.100-4.el9                     baseos                          60 k
DEBUG:  perl-File-stat                            noarch  1.09-481.el9                          baseos                          17 k
DEBUG:  perl-FileHandle                           noarch  2.03-481.el9                          baseos                          15 k
DEBUG:  perl-Getopt-Long                          noarch  1:2.52-4.el9                          baseos                          61 k
DEBUG:  perl-Getopt-Std                           noarch  1.12-481.el9                          baseos                          15 k
DEBUG:  perl-HTTP-Tiny                            noarch  0.076-462.el9                         baseos                          54 k
DEBUG:  perl-IO                                   x86_64  1.43-481.el9                          baseos                          88 k
DEBUG:  perl-IO-Socket-IP                         noarch  0.41-5.el9                            baseos                          43 k
DEBUG:  perl-IO-Socket-SSL                        noarch  2.073-2.el9                           baseos                         217 k
DEBUG:  perl-IPC-Open3                            noarch  1.21-481.el9                          baseos                          22 k
DEBUG:  perl-MIME-Base64                          x86_64  3.16-4.el9                            baseos                          31 k
DEBUG:  perl-Mozilla-CA                           noarch  20200520-6.el9                        baseos                          13 k
DEBUG:  perl-Net-SSLeay                           x86_64  1.94-1.el9                            baseos                         414 k
DEBUG:  perl-POSIX                                x86_64  1.94-481.el9                          baseos                          96 k
DEBUG:  perl-PathTools                            x86_64  3.78-461.el9                          baseos                          88 k
DEBUG:  perl-Pod-Escapes                          noarch  1:1.07-460.el9                        baseos                          21 k
DEBUG:  perl-Pod-Perldoc                          noarch  3.28.01-461.el9                       baseos                          87 k
DEBUG:  perl-Pod-Simple                           noarch  1:3.42-4.el9                          baseos                         225 k
DEBUG:  perl-Pod-Usage                            noarch  4:2.01-4.el9                          baseos                          41 k
DEBUG:  perl-Scalar-List-Utils                    x86_64  4:1.56-462.el9                        baseos                          71 k
DEBUG:  perl-SelectSaver                          noarch  1.02-481.el9                          baseos                          11 k
DEBUG:  perl-Socket                               x86_64  4:2.031-4.el9                         baseos                          56 k
DEBUG:  perl-Storable                             x86_64  1:3.21-460.el9                        baseos                          96 k
DEBUG:  perl-Symbol                               noarch  1.08-481.el9                          baseos                          14 k
DEBUG:  perl-Term-ANSIColor                       noarch  5.01-461.el9                          baseos                          49 k
DEBUG:  perl-Term-Cap                             noarch  1.17-460.el9                          baseos                          23 k
DEBUG:  perl-Text-ParseWords                      noarch  3.30-460.el9                          baseos                          17 k
DEBUG:  perl-Text-Tabs+Wrap                       noarch  2013.0523-460.el9                     baseos                          24 k
DEBUG:  perl-Time-Local                           noarch  2:1.300-7.el9                         baseos                          34 k
DEBUG:  perl-URI                                  noarch  5.09-3.el9                            baseos                         121 k
DEBUG:  perl-base                                 noarch  2.27-481.el9                          baseos                          16 k
DEBUG:  perl-constant                             noarch  1.33-461.el9                          baseos                          24 k
DEBUG:  perl-if                                   noarch  0.60.800-481.el9                      baseos                          14 k
DEBUG:  perl-interpreter                          x86_64  4:5.32.1-481.el9                      baseos                          71 k
DEBUG:  perl-libnet                               noarch  3.13-4.el9                            baseos                         130 k
DEBUG:  perl-libs                                 x86_64  4:5.32.1-481.el9                      baseos                         2.2 M
DEBUG:  perl-mro                                  x86_64  1.23-481.el9                          baseos                          28 k
DEBUG:  perl-overload                             noarch  1.31-481.el9                          baseos                          45 k
DEBUG:  perl-overloading                          noarch  0.02-481.el9                          baseos                          12 k
DEBUG:  perl-parent                               noarch  1:0.238-460.el9                       baseos                          15 k
DEBUG:  perl-podlators                            noarch  1:4.14-460.el9                        baseos                         114 k
DEBUG:  perl-srpm-macros                          noarch  1-41.el9                              appstream                      9.1 k
DEBUG:  perl-subs                                 noarch  1.03-481.el9                          baseos                          11 k
DEBUG:  perl-vars                                 noarch  1.05-481.el9                          baseos                          13 k
DEBUG:  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.1-1.el9                           appstream                      135 k
DEBUG:  pipewire-libs                             x86_64  1.0.1-1.el9                           appstream                      1.9 M
DEBUG:  pixman                                    x86_64  0.40.0-6.el9                          appstream                      269 k
DEBUG:  pkgconf                                   x86_64  1.7.3-10.el9                          baseos                          41 k
DEBUG:  pkgconf-m4                                noarch  1.7.3-10.el9                          baseos                          15 k
DEBUG:  pkgconf-pkg-config                        x86_64  1.7.3-10.el9                          baseos                          11 k
DEBUG:  polkit                                    x86_64  0.117-13.el9                          baseos                         155 k
DEBUG:  polkit-libs                               x86_64  0.117-13.el9                          baseos                         8.3 M
DEBUG:  poppler                                   x86_64  21.01.0-21.el9                        appstream                      1.1 M
DEBUG:  poppler-data                              noarch  0.4.9-9.el9                           appstream                      1.9 M
DEBUG:  poppler-glib                              x86_64  21.01.0-21.el9                        appstream                      152 k
DEBUG:  popt                                      x86_64  1.18-8.el9                            baseos                          65 k
DEBUG:  publicsuffix-list-dafsa                   noarch  20210518-3.el9                        baseos                          58 k
DEBUG:  pulseaudio-libs                           x86_64  15.0-3.el9                            appstream                      676 k
DEBUG:  pyproject-srpm-macros                     noarch  1.16.2-1.el9                          appstream                       14 k
DEBUG:  python-rpm-macros                         noarch  3.9-54.el9                            appstream                       15 k
DEBUG:  python-srpm-macros                        noarch  3.9-54.el9                            appstream                       18 k
DEBUG:  python3                                   x86_64  3.9.21-2.el9                          baseos                          27 k
DEBUG:  python3-babel                             noarch  2.9.1-2.el9                           appstream                      6.0 M
DEBUG:  python3-dns                               noarch  2.6.1-3.el9                           baseos                         507 k
DEBUG:  python3-docutils                          noarch  0.16-6.el9                            appstream                      1.6 M
DEBUG:  python3-greenlet                          x86_64  3.0.3-2.el9s                          delorean-dalmatian-testing     216 k
DEBUG:  python3-idna                              noarch  2.10-7.el9.1                          baseos                         102 k
DEBUG:  python3-imagesize                         noarch  1.2.0-6.el9                           crb                             18 k
DEBUG:  python3-jinja2                            noarch  3.0.1-2.el9s                          delorean-dalmatian-testing     511 k
DEBUG:  python3-libs                              x86_64  3.9.21-2.el9                          baseos                         8.1 M
DEBUG:  python3-markupsafe                        x86_64  2.1.5-1.el9s                          delorean-dalmatian-testing      28 k
DEBUG:  python3-packaging                         noarch  20.9-5.el9                            appstream                       77 k
DEBUG:  python3-pip-wheel                         noarch  21.3.1-1.el9                          baseos                         1.1 M
DEBUG:  python3-pygments                          noarch  2.7.4-4.el9                           crb                            2.0 M
DEBUG:  python3-pyparsing                         noarch  3.1.2-7.el9s                          delorean-dalmatian-testing     214 k
DEBUG:  python3-pysocks                           noarch  1.7.1-12.el9                          baseos                          35 k
DEBUG:  python3-pytz                              noarch  2021.1-5.el9                          appstream                       51 k
DEBUG:  python3-requests                          noarch  2.32.3-3.el9s                         delorean-dalmatian-testing     123 k
DEBUG:  python3-rpm-generators                    noarch  12-9.el9                              appstream                       28 k
DEBUG:  python3-rpm-macros                        noarch  3.9-54.el9                            appstream                       10 k
DEBUG:  python3-setuptools                        noarch  65.5.1-2.el9s                         delorean-dalmatian-testing     1.2 M
DEBUG:  python3-setuptools-wheel                  noarch  65.5.1-2.el9s                         delorean-dalmatian-testing     715 k
DEBUG:  python3-snowballstemmer                   noarch  1.9.0-10.el9                          crb                            164 k
DEBUG:  python3-sphinx-theme-alabaster            noarch  0.7.12-13.el9                         crb                             27 k
DEBUG:  python3-sphinxcontrib-applehelp           noarch  1.0.2-5.el9                           crb                             48 k
DEBUG:  python3-sphinxcontrib-devhelp             noarch  1.0.2-5.el9                           crb                             42 k
DEBUG:  python3-sphinxcontrib-htmlhelp            noarch  1.0.3-6.el9                           crb                             51 k
DEBUG:  python3-sphinxcontrib-jsmath              noarch  1.0.1-12.el9                          crb                             18 k
DEBUG:  python3-sphinxcontrib-qthelp              noarch  1.0.3-5.el9                           crb                             46 k
DEBUG:  python3-sphinxcontrib-serializinghtml     noarch  1.1.4-5.el9                           crb                             46 k
DEBUG:  python3-tomli                             noarch  2.0.1-5.el9                           appstream                       33 k
DEBUG:  python3-typing-extensions                 noarch  4.12.2-2.el9s                         delorean-dalmatian-testing      75 k
DEBUG:  python3-urllib3                           noarch  1.26.5-6.el9                          baseos                         215 k
DEBUG:  qt5-srpm-macros                           noarch  5.15.9-1.el9                          appstream                      8.8 k
DEBUG:  readline                                  x86_64  8.1-4.el9                             baseos                         212 k
DEBUG:  redhat-rpm-config                         noarch  209-1.el9                             appstream                       72 k
DEBUG:  rpm                                       x86_64  4.16.1.3-37.el9                       baseos                         536 k
DEBUG:  rpm-build-libs                            x86_64  4.16.1.3-37.el9                       baseos                          89 k
DEBUG:  rpm-libs                                  x86_64  4.16.1.3-37.el9                       baseos                         308 k
DEBUG:  rtkit                                     x86_64  0.11-29.el9                           appstream                       56 k
DEBUG:  rust-srpm-macros                          noarch  17-4.el9                              appstream                       10 k
DEBUG:  sed                                       x86_64  4.8-9.el9                             baseos                         305 k
DEBUG:  setup                                     noarch  2.13.7-10.el9                         baseos                         146 k
DEBUG:  shadow-utils                              x86_64  2:4.9-12.el9                          baseos                         1.2 M
DEBUG:  shared-mime-info                          x86_64  2.1-5.el9                             baseos                         558 k
DEBUG:  sound-theme-freedesktop                   noarch  0.8-17.el9                            appstream                      383 k
DEBUG:  sqlite-libs                               x86_64  3.34.1-7.el9                          baseos                         620 k
DEBUG:  systemd-libs                              x86_64  252-53.el9                            baseos                         641 k
DEBUG:  systemd-pam                               x86_64  252-53.el9                            baseos                         274 k
DEBUG:  systemd-rpm-macros                        noarch  252-53.el9                            baseos                          71 k
DEBUG:  systemd-udev                              x86_64  252-53.el9                            baseos                         2.0 M
DEBUG:  tar                                       x86_64  2:1.34-7.el9                          baseos                         885 k
DEBUG:  totem-pl-parser                           x86_64  3.26.6-2.el9                          appstream                      152 k
DEBUG:  tpm2-tss                                  x86_64  3.2.3-1.el9                           baseos                         603 k
DEBUG:  tracker                                   x86_64  3.1.2-3.el9                           appstream                      555 k
DEBUG:  tzdata                                    noarch  2025b-1.el9                           baseos                         838 k
DEBUG:  unzip                                     x86_64  6.0-58.el9                            baseos                         182 k
DEBUG:  upower                                    x86_64  0.99.11-11.el9                        appstream                      173 k
DEBUG:  urw-base35-bookman-fonts                  noarch  20200910-6.el9                        appstream                      847 k
DEBUG:  urw-base35-c059-fonts                     noarch  20200910-6.el9                        appstream                      875 k
DEBUG:  urw-base35-d050000l-fonts                 noarch  20200910-6.el9                        appstream                       77 k
DEBUG:  urw-base35-fonts                          noarch  20200910-6.el9                        appstream                       11 k
DEBUG:  urw-base35-fonts-common                   noarch  20200910-6.el9                        appstream                       22 k
DEBUG:  urw-base35-gothic-fonts                   noarch  20200910-6.el9                        appstream                      643 k
DEBUG:  urw-base35-nimbus-mono-ps-fonts           noarch  20200910-6.el9                        appstream                      796 k
DEBUG:  urw-base35-nimbus-roman-fonts             noarch  20200910-6.el9                        appstream                      856 k
DEBUG:  urw-base35-nimbus-sans-fonts              noarch  20200910-6.el9                        appstream                      1.3 M
DEBUG:  urw-base35-p052-fonts                     noarch  20200910-6.el9                        appstream                      974 k
DEBUG:  urw-base35-standard-symbols-ps-fonts      noarch  20200910-6.el9                        appstream                       42 k
DEBUG:  urw-base35-z003-fonts                     noarch  20200910-6.el9                        appstream                      276 k
DEBUG:  util-linux                                x86_64  2.37.4-21.el9                         baseos                         2.3 M
DEBUG:  util-linux-core                           x86_64  2.37.4-21.el9                         baseos                         465 k
DEBUG:  webkit2gtk3-jsc                           x86_64  2.44.3-2.el9                          appstream                      4.1 M
DEBUG:  webrtc-audio-processing                   x86_64  0.3.1-8.el9                           appstream                      306 k
DEBUG:  which                                     x86_64  2.21-29.el9                           baseos                          41 k
DEBUG:  wireplumber                               x86_64  0.4.14-1.el9                          appstream                       96 k
DEBUG:  wireplumber-libs                          x86_64  0.4.14-1.el9                          appstream                      358 k
DEBUG:  xdg-dbus-proxy                            x86_64  0.1.3-1.el9                           appstream                       42 k
DEBUG:  xdg-desktop-portal                        x86_64  1.12.6-1.el9                          appstream                      385 k
DEBUG:  xkeyboard-config                          noarch  2.33-2.el9                            appstream                      859 k
DEBUG:  xml-common                                noarch  0.6.3-58.el9                          appstream                       32 k
DEBUG:  xorg-x11-fonts-ISO8859-1-100dpi           noarch  7.5-33.el9                            appstream                      1.1 M
DEBUG:  xz                                        x86_64  5.2.5-8.el9                           baseos                         226 k
DEBUG:  xz-libs                                   x86_64  5.2.5-8.el9                           baseos                          93 k
DEBUG:  zip                                       x86_64  3.0-35.el9                            baseos                         266 k
DEBUG:  zlib                                      x86_64  1.2.11-41.el9                         baseos                          91 k
DEBUG:  zstd                                      x86_64  1.5.5-1.el9                           baseos                         464 k
DEBUG: Installing weak dependencies:
DEBUG:  ImageMagick                               x86_64  6.9.12.98-1.el9s                      delorean-dalmatian-build-deps   79 k
DEBUG:  abattis-cantarell-fonts                   noarch  0.301-4.el9                           appstream                      365 k
DEBUG:  dconf                                     x86_64  0.40.0-6.el9                          appstream                      113 k
DEBUG:  exiv2                                     x86_64  0.27.5-2.el9                          appstream                      980 k
DEBUG:  flatpak                                   x86_64  1.12.9-4.el9                          appstream                      1.7 M
DEBUG:  gawk-all-langpacks                        x86_64  5.1.0-6.el9                           appstream                      207 k
DEBUG:  graphviz                                  x86_64  2.44.0-26.el9                         appstream                      3.3 M
DEBUG:  libcanberra-gtk2                          x86_64  0.30-27.el9                           appstream                       26 k
DEBUG:  libproxy-webkitgtk4                       x86_64  0.4.15-35.el9                         appstream                       22 k
DEBUG:  libxcrypt-compat                          x86_64  4.4.18-3.el9                          appstream                       89 k
DEBUG:  p11-kit-server                            x86_64  0.25.3-3.el9                          appstream                      245 k
DEBUG:  perl-NDBM_File                            x86_64  1.15-481.el9                          appstream                       22 k
DEBUG:  pipewire                                  x86_64  1.0.1-1.el9                           appstream                      107 k
DEBUG:  pipewire-alsa                             x86_64  1.0.1-1.el9                           appstream                       57 k
DEBUG:  pipewire-jack-audio-connection-kit        x86_64  1.0.1-1.el9                           appstream                      9.1 k
DEBUG:  pipewire-pulseaudio                       x86_64  1.0.1-1.el9                           appstream                      192 k
DEBUG:  polkit-pkla-compat                        x86_64  0.1-21.el9                            baseos                          47 k
DEBUG:  python-unversioned-command                noarch  3.9.21-2.el9                          appstream                       10 k
DEBUG:  python3-pip                               noarch  21.3.1-1.el9                          appstream                      2.0 M
DEBUG:  systemd                                   x86_64  252-53.el9                            baseos                         4.0 M
DEBUG:  tracker-miners                            x86_64  3.1.2-4.el9                           appstream                      944 k
DEBUG:  xdg-desktop-portal-gtk                    x86_64  1.12.0-3.el9                          appstream                      134 k
DEBUG: Transaction Summary
DEBUG: =============================================================================================================================
DEBUG: Install  511 Packages
DEBUG: Total size: 355 M
DEBUG: Installed size: 1.2 G
DEBUG: Downloading Packages:
DEBUG: [SKIPPED] openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] ModemManager-glib-1.20.2-1.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] NetworkManager-libnm-1.53.3-1.el9.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] acl-2.3.1-4.el9.x86_64.rpm: Already downloaded                       
DEBUG: [SKIPPED] adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] alternatives-1.24-2.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] audit-libs-3.1.5-7.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] avahi-libs-0.8-21.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] basesystem-11-13.el9.noarch.rpm: Already downloaded                  
DEBUG: [SKIPPED] bash-5.1.8-9.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] binutils-2.35.2-63.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] binutils-gold-2.35.2-63.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] bluez-libs-5.56-6.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] bubblewrap-0.4.1-8.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] bzip2-1.0.8-10.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] bzip2-libs-1.0.8-10.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] centos-gpg-keys-9.0-26.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] centos-stream-release-9.0-26.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] centos-stream-repos-9.0-26.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] coreutils-8.32-39.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] coreutils-common-8.32-39.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] cpio-2.13-16.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] cracklib-2.9.6-27.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] cracklib-dicts-2.9.6-27.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] crypto-policies-20250128-1.git5269e22.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] crypto-policies-scripts-20250128-1.git5269e22.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] cryptsetup-libs-2.7.2-3.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] cups-libs-2.3.3op2-33.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] curl-7.76.1-31.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] cyrus-sasl-lib-2.1.27-21.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] dbus-1.12.20-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] dbus-broker-28-7.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] dbus-common-1.12.20-8.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] dbus-libs-1.12.20-8.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] dejavu-sans-fonts-2.37-18.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] device-mapper-1.02.202-6.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] device-mapper-libs-1.02.202-6.el9.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] diffutils-3.7-12.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] ed-1.14.2-12.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] elfutils-0.192-5.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm: Already downloaded
DEBUG: [SKIPPED] elfutils-default-yama-scope-0.192-5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] elfutils-libelf-0.192-5.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] elfutils-libs-0.192-5.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] expat-2.5.0-4.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] file-5.39-16.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] file-libs-5.39-16.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] filesystem-3.16-5.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] findutils-4.8.0-7.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] fonts-filesystem-2.0.5-7.el9.1.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] freetype-2.10.4-9.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] fuse-2.9.9-17.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] fuse-common-3.10.2-9.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] fuse-libs-2.9.9-17.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] gawk-5.1.0-6.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] gdbm-libs-1.23-1.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] glib-networking-2.68.3-3.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] glib2-2.68.4-16.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] glibc-2.34-187.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] glibc-common-2.34-187.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] glibc-gconv-extra-2.34-187.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] glibc-minimal-langpack-2.34-187.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] gmp-6.2.0-13.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] gnupg2-2.3.3-4.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] gnutls-3.8.3-6.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] gobject-introspection-1.68.0-11.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] gpgme-1.15.1-6.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] graphite2-1.3.14-9.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] grep-3.6-5.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] groff-base-1.22.4-10.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] gsettings-desktop-schemas-40.0-6.el9.x86_64.rpm: Already downloaded  
DEBUG: [SKIPPED] gzip-1.12-1.el9.x86_64.rpm: Already downloaded                       
DEBUG: [SKIPPED] harfbuzz-2.7.4-10.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] hwdata-0.348-9.18.el9.noarch.rpm: Already downloaded                 
DEBUG: [SKIPPED] info-6.7-15.el9.x86_64.rpm: Already downloaded                       
DEBUG: [SKIPPED] json-c-0.14-11.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] json-glib-1.6.6-1.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] kbd-2.4.0-11.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] kbd-legacy-2.4.0-11.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] kbd-misc-2.4.0-11.el9.noarch.rpm: Already downloaded                 
DEBUG: [SKIPPED] keyutils-libs-1.6.3-1.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] kmod-28-10.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] kmod-libs-28-10.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] krb5-libs-1.21.1-6.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] less-590-5.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] libacl-2.3.1-4.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libarchive-3.5.3-4.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libassuan-2.5.5-3.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libatomic-11.5.0-5.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libattr-2.5.1-3.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libblkid-2.37.4-21.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libbrotli-1.0.9-7.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libcap-2.48-9.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] libcap-ng-0.8.2-7.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libcbor-0.7.0-5.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libcom_err-1.46.5-7.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libcurl-7.76.1-31.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libdb-5.3.28-55.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libeconf-0.4.1-4.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libedit-3.1-38.20210216cvs.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] libevent-2.1.12-8.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libfdisk-2.37.4-21.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libffi-3.4.2-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libfido2-1.13.0-2.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libgcc-11.5.0-5.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libgcrypt-1.10.0-11.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libgomp-11.5.0-5.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libgpg-error-1.42-5.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libgudev-237-1.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libgusb-0.3.8-2.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libicu-67.1-9.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] libidn2-2.3.0-7.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libksba-1.5.1-7.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libmount-2.37.4-21.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libnghttp2-1.43.0-6.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libpciaccess-0.16-7.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libpkgconf-1.7.3-10.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libpng-1.6.37-12.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libproxy-0.4.15-35.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libpsl-0.21.1-5.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libpwquality-1.4.4-8.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libseccomp-2.5.2-2.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libselinux-3.6-3.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libsemanage-3.6-5.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libsepol-3.6-3.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libsigsegv-2.13-4.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libsmartcols-2.37.4-21.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] libssh-0.10.4-13.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libssh-config-0.10.4-13.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] libstdc++-11.5.0-5.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libtasn1-4.16.0-9.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libtdb-1.4.12-1.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libtool-ltdl-2.4.6-46.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] libunistring-0.9.10-15.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] libusbx-1.0.26-1.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libutempter-1.2.1-6.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libuuid-2.37.4-21.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libverto-0.3.2-3.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libxcrypt-4.4.18-3.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libxml2-2.9.13-9.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libzstd-1.5.5-1.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] lua-libs-5.4.4-4.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] lz4-libs-1.9.3-5.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] make-4.3-8.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] mpfr-4.1.0-7.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] ncurses-6.2-10.20210508.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] ncurses-base-6.2-10.20210508.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] ncurses-libs-6.2-10.20210508.el9.x86_64.rpm: Already downloaded      
DEBUG: [SKIPPED] nettle-3.10.1-1.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] npth-1.6-8.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] openldap-2.6.8-4.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] openssh-8.7p1-45.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] openssh-clients-8.7p1-45.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] openssl-3.5.0-1.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] openssl-libs-3.5.0-1.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] p11-kit-0.25.3-3.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] p11-kit-trust-0.25.3-3.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] pam-1.5.1-23.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] pcre-8.44-4.el9.x86_64.rpm: Already downloaded                       
DEBUG: [SKIPPED] pcre2-10.40-6.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] pcre2-syntax-10.40-6.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] perl-AutoLoader-5.74-481.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] perl-B-1.80-481.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded                
DEBUG: [SKIPPED] perl-Class-Struct-0.66-481.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded                
DEBUG: [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] perl-Errno-1.30-481.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-Fcntl-1.13-481.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] perl-File-Basename-2.85-481.el9.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] perl-File-stat-1.09-481.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-FileHandle-2.03-481.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-Getopt-Std-1.12-481.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] perl-IO-1.43-481.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] perl-IPC-Open3-1.21-481.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] perl-Net-SSLeay-1.94-1.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-POSIX-1.94-481.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] perl-SelectSaver-1.02-481.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-Symbol-1.08-481.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded                   
DEBUG: [SKIPPED] perl-base-2.27-481.el9.noarch.rpm: Already downloaded                
DEBUG: [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-if-0.60.800-481.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] perl-interpreter-5.32.1-481.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded                
DEBUG: [SKIPPED] perl-libs-5.32.1-481.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] perl-mro-1.23-481.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] perl-overload-1.31-481.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] perl-overloading-0.02-481.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-subs-1.03-481.el9.noarch.rpm: Already downloaded                
DEBUG: [SKIPPED] perl-vars-1.05-481.el9.noarch.rpm: Already downloaded                
DEBUG: [SKIPPED] pkgconf-1.7.3-10.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] pkgconf-m4-1.7.3-10.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] pkgconf-pkg-config-1.7.3-10.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] polkit-0.117-13.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] polkit-libs-0.117-13.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] polkit-pkla-compat-0.1-21.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] popt-1.18-8.el9.x86_64.rpm: Already downloaded                       
DEBUG: [SKIPPED] publicsuffix-list-dafsa-20210518-3.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-3.9.21-2.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] python3-dns-2.6.1-3.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] python3-idna-2.10-7.el9.1.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-libs-3.9.21-2.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-pip-wheel-21.3.1-1.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-pysocks-1.7.1-12.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-six-1.15.0-9.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] python3-urllib3-1.26.5-6.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] readline-8.1-4.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] rpm-4.16.1.3-37.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] rpm-build-libs-4.16.1.3-37.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] rpm-libs-4.16.1.3-37.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] sed-4.8-9.el9.x86_64.rpm: Already downloaded                         
DEBUG: [SKIPPED] setup-2.13.7-10.el9.noarch.rpm: Already downloaded                   
DEBUG: [SKIPPED] shadow-utils-4.9-12.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] shared-mime-info-2.1-5.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] sqlite-libs-3.34.1-7.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] systemd-252-53.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] systemd-libs-252-53.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] systemd-pam-252-53.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] systemd-rpm-macros-252-53.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] systemd-udev-252-53.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] tar-1.34-7.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] tpm2-tss-3.2.3-1.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] tzdata-2025b-1.el9.noarch.rpm: Already downloaded                    
DEBUG: [SKIPPED] unzip-6.0-58.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] util-linux-2.37.4-21.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] util-linux-core-2.37.4-21.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] which-2.21-29.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] xz-5.2.5-8.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] xz-libs-5.2.5-8.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] zip-3.0-35.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] zlib-1.2.11-41.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] zstd-1.5.5-1.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] LibRaw-0.21.1-1.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] abattis-cantarell-fonts-0.301-4.el9.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] adobe-mappings-cmap-20171205-12.el9.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] adobe-mappings-cmap-deprecated-20171205-12.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] adobe-mappings-pdf-20180407-10.el9.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] adwaita-cursor-theme-40.1.1-3.el9.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] adwaita-icon-theme-40.1.1-3.el9.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] alsa-lib-1.2.13-2.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] annobin-12.92-2.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] at-spi2-atk-2.38.0-4.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] at-spi2-core-2.40.3-1.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] atk-2.36.0-5.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] avahi-glib-0.8-21.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] cairo-1.17.4-7.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] cairo-gobject-1.17.4-7.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] colord-libs-1.4.5-4.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] composefs-libs-1.0.8-1.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] cpp-11.5.0-5.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] dconf-0.40.0-6.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] debugedit-5.0-10.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] dwz-0.14-3.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] efi-srpm-macros-6-2.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64.rpm: Already downloaded
DEBUG: [SKIPPED] exiv2-0.27.5-2.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] exiv2-libs-0.27.5-2.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] fdk-aac-free-2.0.0-8.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] flac-libs-1.3.3-12.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] flatpak-1.12.9-4.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] flatpak-session-helper-1.12.9-4.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] fontconfig-2.14.0-2.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] fonts-srpm-macros-2.0.5-7.el9.1.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] fribidi-1.0.10-6.el9.2.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] gawk-all-langpacks-5.1.0-6.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] gcc-11.5.0-5.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] gcc-plugin-annobin-11.5.0-5.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] gd-2.3.2-3.el9.x86_64.rpm: Already downloaded                        
DEBUG: [SKIPPED] gdb-minimal-14.2-4.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] gdk-pixbuf2-2.42.6-4.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] gdk-pixbuf2-modules-2.42.6-4.el9.x86_64.rpm: Already downloaded      
DEBUG: [SKIPPED] geoclue2-2.6.0-7.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] ghc-srpm-macros-1.5.0-6.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] giflib-5.2.1-9.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] git-core-2.47.1-1.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] glibc-devel-2.34-187.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] glibc-headers-2.34-187.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] go-srpm-macros-3.6.0-11.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] google-droid-sans-fonts-20200215-11.el9.2.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] graphene-1.10.6-2.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] graphviz-2.44.0-26.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] gsm-1.0.19-6.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] gstreamer1-1.22.12-3.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] gstreamer1-plugins-base-1.22.12-4.el9.x86_64.rpm: Already downloaded 
DEBUG: [SKIPPED] gtk-update-icon-cache-3.24.31-5.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] gtk2-2.24.33-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] gtk3-3.24.31-5.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] hicolor-icon-theme-0.17-13.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] imath-3.1.2-1.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] iso-codes-4.6.0-3.el9.noarch.rpm: Already downloaded                 
DEBUG: [SKIPPED] jasper-libs-2.0.28-3.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] jbig2dec-libs-0.19-7.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] jbigkit-libs-2.1-23.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] kernel-headers-5.14.0-580.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] kernel-srpm-macros-1.0-13.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] langpacks-core-font-en-3.0-16.el9.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] lcms2-2.12-3.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] libICE-1.0.10-8.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libSM-1.2.3-10.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libX11-1.7.0-11.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libX11-common-1.7.0-11.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] libX11-xcb-1.7.0-11.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libXau-1.0.9-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libXaw-1.0.13-19.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libXcomposite-0.4.5-7.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] libXcursor-1.2.0-7.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libXdamage-1.1.5-7.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libXext-1.3.4-8.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libXfixes-5.0.3-16.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libXft-2.3.3-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libXi-1.7.10-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libXinerama-1.1.4-10.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libXmu-1.1.3-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libXpm-3.5.13-10.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libXrandr-1.5.2-8.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libXrender-0.9.10-16.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libXt-1.2.0-6.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] libXtst-1.2.3-16.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libXv-1.0.11-16.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libXxf86vm-1.1.4-18.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libappstream-glib-0.7.18-5.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] libasyncns-0.8-22.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libcanberra-0.30-27.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libcanberra-gtk2-0.30-27.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] libcanberra-gtk3-0.30-27.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] libdatrie-0.2.13-4.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libdrm-2.4.123-2.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libepoxy-1.5.5-4.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libexif-0.6.22-6.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libfontenc-1.1.3-17.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libgexiv2-0.12.3-1.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libglvnd-1.3.4-1.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libglvnd-egl-1.3.4-1.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libglvnd-glx-1.3.4-1.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libgs-9.54.0-17.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libgsf-1.14.47-5.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libgxps-0.3.2-3.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libijs-0.35-15.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libiptcdata-1.0.5-10.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libjpeg-turbo-2.0.90-7.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] libldac-2.0.2.3-10.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libmpc-1.2.1-4.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libnotify-0.7.9-8.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libogg-1.3.4-6.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] libosinfo-1.10.0-1.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libpaper-1.1.28-4.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libproxy-webkitgtk4-0.4.15-35.el9.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] librsvg2-2.50.7-3.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libsbc-1.4-9.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] libsndfile-1.0.31-9.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libsoup-2.72.0-10.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libstemmer-0-18.585svn.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] libthai-0.1.28-8.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libtheora-1.1.1-31.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] libtiff-4.4.0-13.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libtracker-sparql-3.1.2-3.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] libvorbis-1.3.7-5.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] libwayland-client-1.21.0-1.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] libwayland-cursor-1.21.0-1.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] libwayland-egl-1.21.0-1.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] libwayland-server-1.21.0-1.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] libwebp-1.2.0-8.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libwmf-lite-0.2.12-10.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] libxcb-1.13.1-9.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] libxcrypt-compat-4.4.18-3.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] libxcrypt-devel-4.4.18-3.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] libxkbcommon-1.0.3-4.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] libxshmfence-1.3-10.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] libxslt-1.1.34-12.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] llvm-filesystem-20.1.1-3.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] llvm-libs-20.1.1-3.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] low-memory-monitor-2.1-4.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] lua-srpm-macros-1-6.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] mesa-dri-drivers-24.2.8-2.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] mesa-filesystem-24.2.8-2.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] mesa-libEGL-24.2.8-2.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] mesa-libGL-24.2.8-2.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] mesa-libgbm-24.2.8-2.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] mesa-libglapi-24.2.8-2.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] mkfontscale-1.2.1-3.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] nspr-4.35.0-17.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] nss-3.101.0-10.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] nss-softokn-3.101.0-10.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] nss-softokn-freebl-3.101.0-10.el9.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] nss-sysinit-3.101.0-10.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] nss-util-3.101.0-10.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] ocaml-srpm-macros-6-6.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] openblas-srpm-macros-2-11.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] openexr-libs-3.1.1-3.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] openjpeg2-2.4.0-8.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] opus-1.3.1-10.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] orc-0.4.31-8.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] osinfo-db-20250124-1.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] osinfo-db-tools-1.10.0-1.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] ostree-libs-2025.2-1.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] p11-kit-server-0.25.3-3.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] pango-1.48.7-3.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] patch-2.7.6-16.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] perl-NDBM_File-1.15-481.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] perl-srpm-macros-1-41.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] pipewire-1.0.1-1.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] pipewire-alsa-1.0.1-1.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64.rpm: Already downloaded
DEBUG: [SKIPPED] pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64.rpm: Already downloaded
DEBUG: [SKIPPED] pipewire-libs-1.0.1-1.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] pipewire-pulseaudio-1.0.1-1.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] pixman-0.40.0-6.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] poppler-21.01.0-21.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] poppler-data-0.4.9-9.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] poppler-glib-21.01.0-21.el9.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] pulseaudio-libs-15.0-3.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] pyproject-srpm-macros-1.16.2-1.el9.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python-rpm-macros-3.9-54.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python-srpm-macros-3.9-54.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python-unversioned-command-3.9.21-2.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-babel-2.9.1-2.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-devel-3.9.21-2.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-docutils-0.16-6.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-packaging-20.9-5.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-pip-21.3.1-1.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] python3-pytz-2021.1-5.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-rpm-generators-12-9.el9.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-rpm-macros-3.9-54.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-tomli-2.0.1-5.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] qt5-srpm-macros-5.15.9-1.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] redhat-rpm-config-209-1.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] rpm-build-4.16.1.3-37.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] rtkit-0.11-29.el9.x86_64.rpm: Already downloaded                     
DEBUG: [SKIPPED] rust-srpm-macros-17-4.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] sound-theme-freedesktop-0.8-17.el9.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] totem-pl-parser-3.26.6-2.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] tracker-3.1.2-3.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] tracker-miners-3.1.2-4.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] upower-0.99.11-11.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] urw-base35-bookman-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-c059-fonts-20200910-6.el9.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] urw-base35-d050000l-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-fonts-20200910-6.el9.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] urw-base35-fonts-common-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-gothic-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-p052-fonts-20200910-6.el9.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] urw-base35-z003-fonts-20200910-6.el9.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] webkit2gtk3-jsc-2.44.3-2.el9.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] webrtc-audio-processing-0.3.1-8.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] wireplumber-0.4.14-1.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] wireplumber-libs-0.4.14-1.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] xdg-dbus-proxy-0.1.3-1.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] xdg-desktop-portal-1.12.6-1.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64.rpm: Already downloaded   
DEBUG: [SKIPPED] xkeyboard-config-2.33-2.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] xml-common-0.6.3-58.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-imagesize-1.2.0-6.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-pygments-2.7.4-4.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-snowballstemmer-1.9.0-10.el9.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-sphinx-3.4.3-8.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] libraqm-0.7.0-7.el9s.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] python3-eventlet-0.36.1-1.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-greenlet-3.0.3-2.el9s.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-jinja2-3.0.1-2.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-markupsafe-2.1.5-1.el9s.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-pbr-6.0.0-1.el9s.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] python3-pyparsing-3.1.2-7.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-requests-2.32.3-3.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-setuptools-65.5.1-2.el9s.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-setuptools-wheel-65.5.1-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sqlalchemy-2.0.31-1.el9s.x86_64.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-typing-extensions-4.12.2-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] ImageMagick-6.9.12.98-1.el9s.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] ImageMagick-libs-6.9.12.98-1.el9s.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] liblqr-1-0.4.2-17.el9s.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] python3-setuptools_scm-7.1.0-2.el9s.noarch.rpm: Already downloaded   
DEBUG: Running transaction check
DEBUG: Transaction check succeeded.
DEBUG: Running transaction test
DEBUG: Transaction test succeeded.
DEBUG: Running transaction
DEBUG:   Running scriptlet: filesystem-3.16-5.el9.x86_64                           1/1 
DEBUG:   Preparing        :                                                        1/1 
DEBUG:   Installing       : libgcc-11.5.0-5.el9.x86_64                           1/511 
DEBUG:   Running scriptlet: libgcc-11.5.0-5.el9.x86_64                           1/511 
DEBUG:   Installing       : fonts-filesystem-1:2.0.5-7.el9.1.noarch              2/511 
DEBUG:   Installing       : tzdata-2025b-1.el9.noarch                            3/511 
DEBUG:   Installing       : hwdata-0.348-9.18.el9.noarch                         4/511 
DEBUG:   Installing       : dejavu-sans-fonts-2.37-18.el9.noarch                 5/511 
DEBUG:   Installing       : adobe-mappings-cmap-20171205-12.el9.noarch           6/511 
DEBUG:   Installing       : adobe-mappings-cmap-deprecated-20171205-12.el9.n     7/511 
DEBUG:   Installing       : langpacks-core-font-en-3.0-16.el9.noarch             8/511 
DEBUG:   Installing       : osinfo-db-20250124-1.el9.noarch                      9/511 
DEBUG:   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    10/511 
DEBUG:   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          11/511 
DEBUG:   Installing       : google-droid-sans-fonts-20200215-11.el9.2.noarch    12/511 
DEBUG:   Installing       : python3-setuptools-wheel-65.5.1-2.el9s.noarch       13/511 
DEBUG:   Installing       : xkeyboard-config-2.33-2.el9.noarch                  14/511 
DEBUG:   Installing       : rust-srpm-macros-17-4.el9.noarch                    15/511 
DEBUG:   Installing       : qt5-srpm-macros-5.15.9-1.el9.noarch                 16/511 
DEBUG:   Installing       : poppler-data-0.4.9-9.el9.noarch                     17/511 
DEBUG:   Installing       : perl-srpm-macros-1-41.el9.noarch                    18/511 
DEBUG:   Installing       : openblas-srpm-macros-2-11.el9.noarch                19/511 
DEBUG:   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    20/511 
DEBUG:   Installing       : mesa-filesystem-24.2.8-2.el9.x86_64                 21/511 
DEBUG:   Installing       : llvm-filesystem-20.1.1-3.el9.x86_64                 22/511 
DEBUG:   Installing       : libX11-common-1.7.0-11.el9.noarch                   23/511 
DEBUG:   Installing       : kernel-headers-5.14.0-580.el9.x86_64                24/511 
DEBUG:   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  25/511 
DEBUG:   Installing       : gawk-all-langpacks-5.1.0-6.el9.x86_64               26/511 
DEBUG:   Installing       : adwaita-cursor-theme-40.1.1-3.el9.noarch            27/511 
DEBUG:   Installing       : adobe-mappings-pdf-20180407-10.el9.noarch           28/511 
DEBUG:   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       29/511 
DEBUG:   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      30/511 
DEBUG:   Installing       : pcre2-syntax-10.40-6.el9.noarch                     31/511 
DEBUG:   Installing       : ncurses-base-6.2-10.20210508.el9.noarch             32/511 
DEBUG:   Installing       : libssh-config-0.10.4-13.el9.noarch                  33/511 
DEBUG:   Installing       : kbd-misc-2.4.0-11.el9.noarch                        34/511 
DEBUG:   Installing       : kbd-legacy-2.4.0-11.el9.noarch                      35/511 
DEBUG:   Installing       : fuse-common-3.10.2-9.el9.x86_64                     36/511 
DEBUG:   Installing       : coreutils-common-8.32-39.el9.x86_64                 37/511 
DEBUG:   Installing       : centos-gpg-keys-9.0-26.el9.noarch                   38/511 
DEBUG:   Installing       : centos-stream-repos-9.0-26.el9.noarch               39/511 
DEBUG: warning: /etc/dnf/vars/stream created as /etc/dnf/vars/stream.rpmnew
DEBUG:   Installing       : centos-stream-release-9.0-26.el9.noarch             40/511 
DEBUG:   Installing       : setup-2.13.7-10.el9.noarch                          41/511 
DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew
DEBUG:   Running scriptlet: setup-2.13.7-10.el9.noarch                          41/511 
DEBUG:   Installing       : filesystem-3.16-5.el9.x86_64                        42/511 
DEBUG:   Installing       : urw-base35-fonts-common-20200910-6.el9.noarch       43/511 
DEBUG:   Installing       : basesystem-11-13.el9.noarch                         44/511 
DEBUG:   Installing       : glibc-gconv-extra-2.34-187.el9.x86_64               45/511 
DEBUG:   Running scriptlet: glibc-gconv-extra-2.34-187.el9.x86_64               45/511 
DEBUG:   Installing       : glibc-minimal-langpack-2.34-187.el9.x86_64          46/511 
DEBUG:   Installing       : glibc-common-2.34-187.el9.x86_64                    47/511 
DEBUG:   Running scriptlet: glibc-2.34-187.el9.x86_64                           48/511 
DEBUG:   Installing       : glibc-2.34-187.el9.x86_64                           48/511 
DEBUG:   Running scriptlet: glibc-2.34-187.el9.x86_64                           48/511 
DEBUG:   Installing       : ncurses-libs-6.2-10.20210508.el9.x86_64             49/511 
DEBUG:   Installing       : bash-5.1.8-9.el9.x86_64                             50/511 
DEBUG:   Running scriptlet: bash-5.1.8-9.el9.x86_64                             50/511 
DEBUG:   Installing       : zlib-1.2.11-41.el9.x86_64                           51/511 
DEBUG:   Installing       : libstdc++-11.5.0-5.el9.x86_64                       52/511 
DEBUG:   Installing       : libzstd-1.5.5-1.el9.x86_64                          53/511 
DEBUG:   Installing       : xz-libs-5.2.5-8.el9.x86_64                          54/511 
DEBUG:   Installing       : libxml2-2.9.13-9.el9.x86_64                         55/511 
DEBUG:   Installing       : bzip2-libs-1.0.8-10.el9.x86_64                      56/511 
DEBUG:   Installing       : libxcrypt-4.4.18-3.el9.x86_64                       57/511 
DEBUG:   Installing       : libpng-2:1.6.37-12.el9.x86_64                       58/511 
DEBUG:   Installing       : expat-2.5.0-4.el9.x86_64                            59/511 
DEBUG:   Installing       : libjpeg-turbo-2.0.90-7.el9.x86_64                   60/511 
DEBUG:   Installing       : libcap-2.48-9.el9.x86_64                            61/511 
DEBUG:   Installing       : libuuid-2.37.4-21.el9.x86_64                        62/511 
DEBUG:   Installing       : elfutils-libelf-0.192-5.el9.x86_64                  63/511 
DEBUG:   Installing       : sqlite-libs-3.34.1-7.el9.x86_64                     64/511 
DEBUG:   Installing       : libffi-3.4.2-8.el9.x86_64                           65/511 
DEBUG:   Installing       : crypto-policies-20250128-1.git5269e22.el9.noarch    66/511 
DEBUG:   Running scriptlet: crypto-policies-20250128-1.git5269e22.el9.noarch    66/511 
DEBUG:   Installing       : gmp-1:6.2.0-13.el9.x86_64                           67/511 
DEBUG:   Installing       : libgpg-error-1.42-5.el9.x86_64                      68/511 
DEBUG:   Installing       : libtool-ltdl-2.4.6-46.el9.x86_64                    69/511 
DEBUG:   Installing       : lcms2-2.12-3.el9.x86_64                             70/511 
DEBUG:   Installing       : nspr-4.35.0-17.el9.x86_64                           71/511 
DEBUG:   Installing       : mpfr-4.1.0-7.el9.x86_64                             72/511 
DEBUG:   Installing       : readline-8.1-4.el9.x86_64                           73/511 
DEBUG:   Installing       : libogg-2:1.3.4-6.el9.x86_64                         74/511 
DEBUG:   Installing       : libvorbis-1:1.3.7-5.el9.x86_64                      75/511 
DEBUG:   Installing       : nss-util-3.101.0-10.el9.x86_64                      76/511 
DEBUG:   Installing       : libgcrypt-1.10.0-11.el9.x86_64                      77/511 
DEBUG:   Installing       : libwayland-client-1.21.0-1.el9.x86_64               78/511 
DEBUG:   Installing       : libicu-67.1-9.el9.x86_64                            79/511 
DEBUG:   Installing       : libattr-2.5.1-3.el9.x86_64                          80/511 
DEBUG:   Installing       : libacl-2.3.1-4.el9.x86_64                           81/511 
DEBUG:   Installing       : libgomp-11.5.0-5.el9.x86_64                         82/511 
DEBUG:   Installing       : lz4-libs-1.9.3-5.el9.x86_64                         83/511 
DEBUG:   Installing       : popt-1.18-8.el9.x86_64                              84/511 
DEBUG:   Installing       : alsa-lib-1.2.13-2.el9.x86_64                        85/511 
DEBUG:   Installing       : libX11-xcb-1.7.0-11.el9.x86_64                      86/511 
DEBUG:   Installing       : libwebp-1.2.0-8.el9.x86_64                          87/511 
DEBUG:   Installing       : libassuan-2.5.5-3.el9.x86_64                        88/511 
DEBUG:   Installing       : gdbm-libs-1:1.23-1.el9.x86_64                       89/511 
DEBUG:   Installing       : json-c-0.14-11.el9.x86_64                           90/511 
DEBUG:   Installing       : libbrotli-1.0.9-7.el9.x86_64                        91/511 
DEBUG:   Installing       : libcap-ng-0.8.2-7.el9.x86_64                        92/511 
DEBUG:   Installing       : audit-libs-3.1.5-7.el9.x86_64                       93/511 
DEBUG:   Installing       : libcom_err-1.46.5-7.el9.x86_64                      94/511 
DEBUG:   Installing       : libseccomp-2.5.2-2.el9.x86_64                       95/511 
DEBUG:   Installing       : libtasn1-4.16.0-9.el9.x86_64                        96/511 
DEBUG:   Installing       : p11-kit-0.25.3-3.el9.x86_64                         97/511 
DEBUG:   Installing       : libtdb-1.4.12-1.el9.x86_64                          98/511 
DEBUG:   Installing       : libunistring-0.9.10-15.el9.x86_64                   99/511 
DEBUG:   Installing       : libidn2-2.3.0-7.el9.x86_64                         100/511 
DEBUG:   Installing       : lua-libs-5.4.4-4.el9.x86_64                        101/511 
DEBUG:   Installing       : pcre2-10.40-6.el9.x86_64                           102/511 
DEBUG:   Installing       : fribidi-1.0.10-6.el9.2.x86_64                      103/511 
DEBUG:   Installing       : libICE-1.0.10-8.el9.x86_64                         104/511 
DEBUG:   Installing       : libstemmer-0-18.585svn.el9.x86_64                  105/511 
DEBUG:   Installing       : libxshmfence-1.3-10.el9.x86_64                     106/511 
DEBUG:   Installing       : openjpeg2-2.4.0-8.el9.x86_64                       107/511 
DEBUG:   Installing       : opus-1.3.1-10.el9.x86_64                           108/511 
DEBUG:   Installing       : libSM-1.2.3-10.el9.x86_64                          109/511 
DEBUG:   Installing       : libpsl-0.21.1-5.el9.x86_64                         110/511 
DEBUG:   Installing       : libwayland-cursor-1.21.0-1.el9.x86_64              111/511 
DEBUG:   Installing       : libmpc-1.2.1-4.el9.x86_64                          112/511 
DEBUG:   Installing       : libwayland-server-1.21.0-1.el9.x86_64              113/511 
DEBUG:   Installing       : dwz-0.14-3.el9.x86_64                              114/511 
DEBUG:   Installing       : exiv2-0.27.5-2.el9.x86_64                          115/511 
DEBUG:   Installing       : exiv2-libs-0.27.5-2.el9.x86_64                     116/511 
DEBUG:   Installing       : libxcrypt-compat-4.4.18-3.el9.x86_64               117/511 
DEBUG:   Installing       : unzip-6.0-58.el9.x86_64                            118/511 
DEBUG:   Running scriptlet: xml-common-0.6.3-58.el9.noarch                     119/511 
DEBUG:   Installing       : xml-common-0.6.3-58.el9.noarch                     119/511 
DEBUG:   Installing       : libproxy-0.4.15-35.el9.x86_64                      120/511 
DEBUG:   Installing       : imath-3.1.2-1.el9.x86_64                           121/511 
DEBUG:   Installing       : file-libs-5.39-16.el9.x86_64                       122/511 
DEBUG:   Installing       : file-5.39-16.el9.x86_64                            123/511 
DEBUG:   Installing       : hicolor-icon-theme-0.17-13.el9.noarch              124/511 
DEBUG:   Installing       : libedit-3.1-38.20210216cvs.el9.x86_64              125/511 
DEBUG:   Installing       : llvm-libs-20.1.1-3.el9.x86_64                      126/511 
DEBUG:   Installing       : alternatives-1.24-2.el9.x86_64                     127/511 
DEBUG:   Installing       : p11-kit-trust-0.25.3-3.el9.x86_64                  128/511 
DEBUG:   Running scriptlet: p11-kit-trust-0.25.3-3.el9.x86_64                  128/511 
DEBUG:   Installing       : fuse-libs-2.9.9-17.el9.x86_64                      129/511 
DEBUG:   Installing       : libsepol-3.6-3.el9.x86_64                          130/511 
DEBUG:   Installing       : libselinux-3.6-3.el9.x86_64                        131/511 
DEBUG:   Installing       : sed-4.8-9.el9.x86_64                               132/511 
DEBUG:   Installing       : findutils-1:4.8.0-7.el9.x86_64                     133/511 
DEBUG:   Installing       : libsigsegv-2.13-4.el9.x86_64                       134/511 
DEBUG:   Installing       : gawk-5.1.0-6.el9.x86_64                            135/511 
DEBUG:   Installing       : libsmartcols-2.37.4-21.el9.x86_64                  136/511 
DEBUG:   Installing       : pcre-8.44-4.el9.x86_64                             137/511 
DEBUG:   Installing       : grep-3.6-5.el9.x86_64                              138/511 
DEBUG:   Installing       : openssl-libs-1:3.5.0-1.el9.x86_64                  139/511 
DEBUG:   Installing       : coreutils-8.32-39.el9.x86_64                       140/511 
DEBUG:   Running scriptlet: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noar   141/511 
DEBUG:   Installing       : ca-certificates-2024.2.69_v8.0.303-91.4.el9.noar   141/511 
DEBUG:   Running scriptlet: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noar   141/511 
DEBUG:   Installing       : systemd-libs-252-53.el9.x86_64                     142/511 
DEBUG:   Running scriptlet: systemd-libs-252-53.el9.x86_64                     142/511 
DEBUG:   Installing       : libarchive-3.5.3-4.el9.x86_64                      143/511 
DEBUG:   Installing       : dbus-libs-1:1.12.20-8.el9.x86_64                   144/511 
DEBUG:   Installing       : libblkid-2.37.4-21.el9.x86_64                      145/511 
DEBUG:   Running scriptlet: libblkid-2.37.4-21.el9.x86_64                      145/511 
DEBUG:   Installing       : libmount-2.37.4-21.el9.x86_64                      146/511 
DEBUG:   Installing       : libfdisk-2.37.4-21.el9.x86_64                      147/511 
DEBUG:   Installing       : util-linux-core-2.37.4-21.el9.x86_64               148/511 
DEBUG:   Running scriptlet: util-linux-core-2.37.4-21.el9.x86_64               148/511 
DEBUG:   Installing       : libusbx-1.0.26-1.el9.x86_64                        149/511 
DEBUG:   Installing       : gzip-1.12-1.el9.x86_64                             150/511 
DEBUG:   Installing       : cracklib-2.9.6-27.el9.x86_64                       151/511 
DEBUG:   Installing       : kmod-libs-28-10.el9.x86_64                         152/511 
DEBUG:   Installing       : libevent-2.1.12-8.el9.x86_64                       153/511 
DEBUG:   Installing       : avahi-libs-0.8-21.el9.x86_64                       154/511 
DEBUG:   Installing       : xz-5.2.5-8.el9.x86_64                              155/511 
DEBUG:   Installing       : jbigkit-libs-2.1-23.el9.x86_64                     156/511 
DEBUG:   Installing       : libtiff-4.4.0-13.el9.x86_64                        157/511 
DEBUG:   Installing       : libXau-1.0.9-8.el9.x86_64                          158/511 
DEBUG:   Installing       : libxcb-1.13.1-9.el9.x86_64                         159/511 
DEBUG:   Installing       : libX11-1.7.0-11.el9.x86_64                         160/511 
DEBUG:   Installing       : libXext-1.3.4-8.el9.x86_64                         161/511 
DEBUG:   Installing       : libXrender-0.9.10-16.el9.x86_64                    162/511 
DEBUG:   Installing       : libXi-1.7.10-8.el9.x86_64                          163/511 
DEBUG:   Installing       : libXfixes-5.0.3-16.el9.x86_64                      164/511 
DEBUG:   Installing       : libXt-1.2.0-6.el9.x86_64                           165/511 
DEBUG:   Installing       : libXmu-1.1.3-8.el9.x86_64                          166/511 
DEBUG:   Installing       : libXcursor-1.2.0-7.el9.x86_64                      167/511 
DEBUG:   Installing       : libXdamage-1.1.5-7.el9.x86_64                      168/511 
DEBUG:   Installing       : libXrandr-1.5.2-8.el9.x86_64                       169/511 
DEBUG:   Installing       : libXinerama-1.1.4-10.el9.x86_64                    170/511 
DEBUG:   Installing       : libXcomposite-0.4.5-7.el9.x86_64                   171/511 
DEBUG:   Installing       : libXpm-3.5.13-10.el9.x86_64                        172/511 
DEBUG:   Installing       : libglvnd-1:1.3.4-1.el9.x86_64                      173/511 
DEBUG:   Installing       : libwayland-egl-1.21.0-1.el9.x86_64                 174/511 
DEBUG:   Installing       : pixman-0.40.0-6.el9.x86_64                         175/511 
DEBUG:   Installing       : libXaw-1.0.13-19.el9.x86_64                        176/511 
DEBUG:   Installing       : libXtst-1.2.3-16.el9.x86_64                        177/511 
DEBUG:   Installing       : libXv-1.0.11-16.el9.x86_64                         178/511 
DEBUG:   Installing       : libXxf86vm-1.1.4-18.el9.x86_64                     179/511 
DEBUG:   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                 180/511 
DEBUG:   Installing       : p11-kit-server-0.25.3-3.el9.x86_64                 181/511 
DEBUG:   Installing       : python3-pip-wheel-21.3.1-1.el9.noarch              182/511 
DEBUG:   Installing       : python-unversioned-command-3.9.21-2.el9.noarch     183/511 
DEBUG:   Installing       : python3-3.9.21-2.el9.x86_64                        184/511 
DEBUG:   Installing       : python3-libs-3.9.21-2.el9.x86_64                   185/511 
DEBUG:   Installing       : python3-setuptools-65.5.1-2.el9s.noarch            186/511 
DEBUG:   Installing       : python3-idna-2.10-7.el9.1.noarch                   187/511 
DEBUG:   Installing       : python3-greenlet-3.0.3-2.el9s.x86_64               188/511 
DEBUG:   Installing       : python3-typing-extensions-4.12.2-2.el9s.noarch     189/511 
DEBUG:   Installing       : python3-pip-21.3.1-1.el9.noarch                    190/511 
DEBUG:   Installing       : crypto-policies-scripts-20250128-1.git5269e22.el   191/511 
DEBUG:   Installing       : python3-dns-2.6.1-3.el9.noarch                     192/511 
DEBUG:   Installing       : python3-pysocks-1.7.1-12.el9.noarch                193/511 
DEBUG:   Installing       : python3-six-1.15.0-9.el9.noarch                    194/511 
DEBUG:   Installing       : python3-urllib3-1.26.5-6.el9.noarch                195/511 
DEBUG:   Installing       : python3-requests-2.32.3-3.el9s.noarch              196/511 
DEBUG:   Installing       : python3-docutils-0.16-6.el9.noarch                 197/511 
DEBUG:   Installing       : python3-pytz-2021.1-5.el9.noarch                   198/511 
DEBUG:   Installing       : python3-babel-2.9.1-2.el9.noarch                   199/511 
DEBUG:   Installing       : python3-tomli-2.0.1-5.el9.noarch                   200/511 
DEBUG:   Installing       : python3-imagesize-1.2.0-6.el9.noarch               201/511 
DEBUG:   Installing       : python3-pygments-2.7.4-4.el9.noarch                202/511 
DEBUG:   Installing       : python3-snowballstemmer-1.9.0-10.el9.noarch        203/511 
DEBUG:   Installing       : python3-sphinx-theme-alabaster-0.7.12-13.el9.noa   204/511 
DEBUG:   Installing       : python3-sphinxcontrib-applehelp-1.0.2-5.el9.noar   205/511 
DEBUG:   Installing       : python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch   206/511 
DEBUG:   Installing       : python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarc   207/511 
DEBUG:   Installing       : python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch   208/511 
DEBUG:   Installing       : python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch    209/511 
DEBUG:   Installing       : python3-sphinxcontrib-serializinghtml-1.1.4-5.el   210/511 
DEBUG:   Installing       : python3-markupsafe-2.1.5-1.el9s.x86_64             211/511 
DEBUG:   Installing       : python3-jinja2-3.0.1-2.el9s.noarch                 212/511 
DEBUG:   Installing       : python3-pyparsing-3.1.2-7.el9s.noarch              213/511 
DEBUG:   Installing       : python3-packaging-20.9-5.el9.noarch                214/511 
DEBUG:   Installing       : openssl-1:3.5.0-1.el9.x86_64                       215/511 
DEBUG:   Installing       : sound-theme-freedesktop-0.8-17.el9.noarch          216/511 
DEBUG:   Running scriptlet: sound-theme-freedesktop-0.8-17.el9.noarch          216/511 
DEBUG:   Installing       : kmod-28-10.el9.x86_64                              217/511 
DEBUG:   Installing       : composefs-libs-1.0.8-1.el9.x86_64                  218/511 
DEBUG:   Installing       : bubblewrap-0.4.1-8.el9.x86_64                      219/511 
DEBUG:   Installing       : libsemanage-3.6-5.el9.x86_64                       220/511 
DEBUG:   Installing       : shadow-utils-2:4.9-12.el9.x86_64                   221/511 
DEBUG:   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     222/511 
DEBUG:   Installing       : libutempter-1.2.1-6.el9.x86_64                     222/511 
DEBUG:   Installing       : tar-2:1.34-7.el9.x86_64                            223/511 
DEBUG:   Installing       : openexr-libs-3.1.1-3.el9.x86_64                    224/511 
DEBUG:   Installing       : iso-codes-4.6.0-3.el9.noarch                       225/511 
DEBUG:   Installing       : zip-3.0-35.el9.x86_64                              226/511 
DEBUG:   Installing       : cpp-11.5.0-5.el9.x86_64                            227/511 
DEBUG:   Installing       : zstd-1.5.5-1.el9.x86_64                            228/511 
DEBUG:   Installing       : acl-2.3.1-4.el9.x86_64                             229/511 
DEBUG:   Installing       : nss-softokn-freebl-3.101.0-10.el9.x86_64           230/511 
DEBUG:   Installing       : nss-softokn-3.101.0-10.el9.x86_64                  231/511 
DEBUG:   Installing       : nss-sysinit-3.101.0-10.el9.x86_64                  232/511 
DEBUG:   Installing       : nss-3.101.0-10.el9.x86_64                          233/511 
DEBUG:   Running scriptlet: nss-3.101.0-10.el9.x86_64                          233/511 
DEBUG:   Installing       : flac-libs-1.3.3-12.el9.x86_64                      234/511 
DEBUG:   Installing       : libtheora-1:1.1.1-31.el9.x86_64                    235/511 
DEBUG:   Installing       : libksba-1.5.1-7.el9.x86_64                         236/511 
DEBUG:   Installing       : jasper-libs-2.0.28-3.el9.x86_64                    237/511 
DEBUG:   Installing       : LibRaw-0.21.1-1.el9.x86_64                         238/511 
DEBUG:   Installing       : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64     239/511 
DEBUG:   Installing       : bzip2-1.0.8-10.el9.x86_64                          240/511 
DEBUG:   Installing       : libxkbcommon-1.0.3-4.el9.x86_64                    241/511 
DEBUG:   Installing       : libxslt-1.1.34-12.el9.x86_64                       242/511 
DEBUG:   Installing       : graphite2-1.3.14-9.el9.x86_64                      243/511 
DEBUG:   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                    244/511 
DEBUG:   Installing       : groff-base-1.22.4-10.el9.x86_64                    244/511 
DEBUG:   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                    244/511 
DEBUG:   Installing       : webrtc-audio-processing-0.3.1-8.el9.x86_64         245/511 
DEBUG:   Installing       : info-6.7-15.el9.x86_64                             246/511 
DEBUG:   Installing       : ed-1.14.2-12.el9.x86_64                            247/511 
DEBUG:   Installing       : patch-2.7.6-16.el9.x86_64                          248/511 
DEBUG:   Installing       : libfontenc-1.1.3-17.el9.x86_64                     249/511 
DEBUG:   Installing       : less-590-5.el9.x86_64                              250/511 
DEBUG:   Installing       : systemd-rpm-macros-252-53.el9.noarch               251/511 
DEBUG:   Installing       : adwaita-icon-theme-40.1.1-3.el9.noarch             252/511 
DEBUG:   Installing       : libpaper-1.1.28-4.el9.x86_64                       253/511 
DEBUG:   Installing       : ncurses-6.2-10.20210508.el9.x86_64                 254/511 
DEBUG:   Installing       : perl-Digest-1.19-4.el9.noarch                      255/511 
DEBUG:   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                  256/511 
DEBUG:   Installing       : perl-B-1.80-481.el9.x86_64                         257/511 
DEBUG:   Installing       : perl-FileHandle-2.03-481.el9.noarch                258/511 
DEBUG:   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64              259/511 
DEBUG:   Installing       : perl-libnet-3.13-4.el9.noarch                      260/511 
DEBUG:   Installing       : perl-AutoLoader-5.74-481.el9.noarch                261/511 
DEBUG:   Installing       : perl-base-2.27-481.el9.noarch                      262/511 
DEBUG:   Installing       : perl-URI-5.09-3.el9.noarch                         263/511 
DEBUG:   Installing       : perl-if-0.60.800-481.el9.noarch                    264/511 
DEBUG:   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                265/511 
DEBUG:   Installing       : perl-Time-Local-2:1.300-7.el9.noarch               266/511 
DEBUG:   Installing       : perl-File-Path-2.18-4.el9.noarch                   267/511 
DEBUG:   Installing       : perl-IO-Socket-SSL-2.073-2.el9.noarch              268/511 
DEBUG:   Installing       : perl-Net-SSLeay-1.94-1.el9.x86_64                  269/511 
DEBUG:   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch             270/511 
DEBUG:   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       271/511 
DEBUG:   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch              272/511 
DEBUG:   Installing       : perl-Class-Struct-0.66-481.el9.noarch              273/511 
DEBUG:   Installing       : perl-POSIX-1.94-481.el9.x86_64                     274/511 
DEBUG:   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch            275/511 
DEBUG:   Installing       : perl-IPC-Open3-1.21-481.el9.noarch                 276/511 
DEBUG:   Installing       : perl-subs-1.03-481.el9.noarch                      277/511 
DEBUG:   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch            278/511 
DEBUG:   Installing       : perl-Term-Cap-1.17-460.el9.noarch                  279/511 
DEBUG:   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                280/511 
DEBUG:   Installing       : perl-HTTP-Tiny-0.076-462.el9.noarch                281/511 
DEBUG:   Installing       : perl-Socket-4:2.031-4.el9.x86_64                   282/511 
DEBUG:   Installing       : perl-SelectSaver-1.02-481.el9.noarch               283/511 
DEBUG:   Installing       : perl-Symbol-1.08-481.el9.noarch                    284/511 
DEBUG:   Installing       : perl-File-stat-1.09-481.el9.noarch                 285/511 
DEBUG:   Installing       : perl-podlators-1:4.14-460.el9.noarch               286/511 
DEBUG:   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch            287/511 
DEBUG:   Installing       : perl-Fcntl-1.13-481.el9.x86_64                     288/511 
DEBUG:   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch           289/511 
DEBUG:   Installing       : perl-mro-1.23-481.el9.x86_64                       290/511 
DEBUG:   Installing       : perl-IO-1.43-481.el9.x86_64                        291/511 
DEBUG:   Installing       : perl-overloading-0.02-481.el9.noarch               292/511 
DEBUG:   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 293/511 
DEBUG:   Installing       : perl-Errno-1.30-481.el9.x86_64                     294/511 
DEBUG:   Installing       : perl-File-Basename-2.85-481.el9.noarch             295/511 
DEBUG:   Installing       : perl-Getopt-Std-1.12-481.el9.noarch                296/511 
DEBUG:   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 297/511 
DEBUG:   Installing       : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64       298/511 
DEBUG:   Installing       : perl-constant-1.33-461.el9.noarch                  299/511 
DEBUG:   Installing       : perl-Storable-1:3.21-460.el9.x86_64                300/511 
DEBUG:   Installing       : perl-overload-1.31-481.el9.noarch                  301/511 
DEBUG:   Installing       : perl-parent-1:0.238-460.el9.noarch                 302/511 
DEBUG:   Installing       : perl-vars-1.05-481.el9.noarch                      303/511 
DEBUG:   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               304/511 
DEBUG:   Installing       : perl-Carp-1.50-460.el9.noarch                      305/511 
DEBUG:   Installing       : perl-Exporter-5.74-461.el9.noarch                  306/511 
DEBUG:   Installing       : perl-PathTools-3.78-461.el9.x86_64                 307/511 
DEBUG:   Installing       : perl-NDBM_File-1.15-481.el9.x86_64                 308/511 
DEBUG:   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  309/511 
DEBUG:   Installing       : perl-libs-4:5.32.1-481.el9.x86_64                  310/511 
DEBUG:   Installing       : perl-interpreter-4:5.32.1-481.el9.x86_64           311/511 
DEBUG:   Installing       : kernel-srpm-macros-1.0-13.el9.noarch               312/511 
DEBUG:   Installing       : bluez-libs-5.56-6.el9.x86_64                       313/511 
DEBUG:   Installing       : cpio-2.13-16.el9.x86_64                            314/511 
DEBUG:   Installing       : diffutils-3.7-12.el9.x86_64                        315/511 
DEBUG:   Installing       : keyutils-libs-1.6.3-1.el9.x86_64                   316/511 
DEBUG:   Installing       : libatomic-11.5.0-5.el9.x86_64                      317/511 
DEBUG:   Installing       : libcbor-0.7.0-5.el9.x86_64                         318/511 
DEBUG:   Installing       : libdb-5.3.28-55.el9.x86_64                         319/511 
DEBUG:   Installing       : libeconf-0.4.1-4.el9.x86_64                        320/511 
DEBUG:   Installing       : libpwquality-1.4.4-8.el9.x86_64                    321/511 
DEBUG:   Installing       : pam-1.5.1-23.el9.x86_64                            322/511 
DEBUG:   Installing       : util-linux-2.37.4-21.el9.x86_64                    323/511 
DEBUG:   Installing       : dbus-1:1.12.20-8.el9.x86_64                        324/511 
DEBUG:   Installing       : systemd-pam-252-53.el9.x86_64                      325/511 
DEBUG:   Running scriptlet: systemd-252-53.el9.x86_64                          326/511 
DEBUG:   Installing       : systemd-252-53.el9.x86_64                          326/511 
DEBUG:   Running scriptlet: systemd-252-53.el9.x86_64                          326/511 
DEBUG:   Installing       : dbus-common-1:1.12.20-8.el9.noarch                 327/511 
DEBUG:   Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch                 327/511 
DEBUG: Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
DEBUG: Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
DEBUG:   Running scriptlet: dbus-broker-28-7.el9.x86_64                        328/511 
DEBUG:   Installing       : dbus-broker-28-7.el9.x86_64                        328/511 
DEBUG:   Running scriptlet: dbus-broker-28-7.el9.x86_64                        328/511 
DEBUG: Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
DEBUG: Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
DEBUG:   Installing       : device-mapper-libs-9:1.02.202-6.el9.x86_64         329/511 
DEBUG:   Installing       : device-mapper-9:1.02.202-6.el9.x86_64              330/511 
DEBUG:   Installing       : cryptsetup-libs-2.7.2-3.el9.x86_64                 331/511 
DEBUG:   Installing       : elfutils-default-yama-scope-0.192-5.el9.noarch     332/511 
DEBUG:   Running scriptlet: elfutils-default-yama-scope-0.192-5.el9.noarch     332/511 
DEBUG:   Installing       : elfutils-libs-0.192-5.el9.x86_64                   333/511 
DEBUG:   Running scriptlet: openssh-8.7p1-45.el9.x86_64                        334/511 
DEBUG:   Installing       : openssh-8.7p1-45.el9.x86_64                        334/511 
DEBUG:   Installing       : kbd-2.4.0-11.el9.x86_64                            335/511 
DEBUG:   Installing       : libnghttp2-1.43.0-6.el9.x86_64                     336/511 
DEBUG:   Installing       : libpciaccess-0.16-7.el9.x86_64                     337/511 
DEBUG:   Installing       : libdrm-2.4.123-2.el9.x86_64                        338/511 
DEBUG:   Installing       : libglvnd-egl-1:1.3.4-1.el9.x86_64                  339/511 
DEBUG:   Installing       : mesa-libgbm-24.2.8-2.el9.x86_64                    340/511 
DEBUG:   Installing       : mesa-dri-drivers-24.2.8-2.el9.x86_64               341/511 
DEBUG:   Installing       : mesa-libglapi-24.2.8-2.el9.x86_64                  342/511 
DEBUG:   Installing       : mesa-libEGL-24.2.8-2.el9.x86_64                    343/511 
DEBUG:   Installing       : libglvnd-glx-1:1.3.4-1.el9.x86_64                  344/511 
DEBUG:   Installing       : mesa-libGL-24.2.8-2.el9.x86_64                     345/511 
DEBUG:   Installing       : libpkgconf-1.7.3-10.el9.x86_64                     346/511 
DEBUG:   Installing       : pkgconf-1.7.3-10.el9.x86_64                        347/511 
DEBUG:   Installing       : pkgconf-pkg-config-1.7.3-10.el9.x86_64             348/511 
DEBUG:   Installing       : libverto-0.3.2-3.el9.x86_64                        349/511 
DEBUG:   Installing       : krb5-libs-1.21.1-6.el9.x86_64                      350/511 
DEBUG:   Installing       : cyrus-sasl-lib-2.1.27-21.el9.x86_64                351/511 
DEBUG:   Installing       : openldap-2.6.8-4.el9.x86_64                        352/511 
DEBUG:   Installing       : libssh-0.10.4-13.el9.x86_64                        353/511 
DEBUG:   Installing       : libcurl-7.76.1-31.el9.x86_64                       354/511 
DEBUG:   Installing       : elfutils-debuginfod-client-0.192-5.el9.x86_64      355/511 
DEBUG:   Installing       : binutils-gold-2.35.2-63.el9.x86_64                 356/511 
DEBUG:   Installing       : binutils-2.35.2-63.el9.x86_64                      357/511 
DEBUG:   Running scriptlet: binutils-2.35.2-63.el9.x86_64                      357/511 
DEBUG:   Installing       : elfutils-0.192-5.el9.x86_64                        358/511 
DEBUG:   Installing       : gdb-minimal-14.2-4.el9.x86_64                      359/511 
DEBUG:   Installing       : debugedit-5.0-10.el9.x86_64                        360/511 
DEBUG:   Installing       : curl-7.76.1-31.el9.x86_64                          361/511 
DEBUG:   Installing       : rpm-4.16.1.3-37.el9.x86_64                         362/511 
DEBUG:   Installing       : rpm-libs-4.16.1.3-37.el9.x86_64                    363/511 
DEBUG:   Installing       : rpm-build-libs-4.16.1.3-37.el9.x86_64              364/511 
DEBUG:   Installing       : efi-srpm-macros-6-2.el9.noarch                     365/511 
DEBUG:   Installing       : lua-srpm-macros-1-6.el9.noarch                     366/511 
DEBUG:   Running scriptlet: tpm2-tss-3.2.3-1.el9.x86_64                        367/511 
DEBUG:   Installing       : tpm2-tss-3.2.3-1.el9.x86_64                        367/511 
DEBUG:   Installing       : systemd-udev-252-53.el9.x86_64                     368/511 
DEBUG:   Running scriptlet: systemd-udev-252-53.el9.x86_64                     368/511 
DEBUG: Created symlink /etc/systemd/system/sysinit.target.wants/systemd-boot-update.service → /usr/lib/systemd/system/systemd-boot-update.service.
DEBUG: Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
DEBUG:   Installing       : libfido2-1.13.0-2.el9.x86_64                       369/511 
DEBUG:   Installing       : openssh-clients-8.7p1-45.el9.x86_64                370/511 
DEBUG:   Running scriptlet: openssh-clients-8.7p1-45.el9.x86_64                370/511 
DEBUG:   Installing       : git-core-2.47.1-1.el9.x86_64                       371/511 
DEBUG:   Installing       : make-1:4.3-8.el9.x86_64                            372/511 
DEBUG:   Installing       : nettle-3.10.1-1.el9.x86_64                         373/511 
DEBUG:   Installing       : gnutls-3.8.3-6.el9.x86_64                          374/511 
DEBUG:   Installing       : glib2-2.68.4-16.el9.x86_64                         375/511 
DEBUG:   Installing       : freetype-2.10.4-9.el9.x86_64                       376/511 
DEBUG:   Installing       : harfbuzz-2.7.4-10.el9.x86_64                       377/511 
DEBUG:   Installing       : fontconfig-2.14.0-2.el9.x86_64                     378/511 
DEBUG:   Running scriptlet: fontconfig-2.14.0-2.el9.x86_64                     378/511 
DEBUG:   Installing       : cairo-1.17.4-7.el9.x86_64                          379/511 
DEBUG:   Installing       : json-glib-1.6.6-1.el9.x86_64                       380/511 
DEBUG:   Installing       : atk-2.36.0-5.el9.x86_64                            381/511 
DEBUG:   Installing       : cairo-gobject-1.17.4-7.el9.x86_64                  382/511 
DEBUG:   Installing       : polkit-libs-0.117-13.el9.x86_64                    383/511 
DEBUG:   Installing       : gstreamer1-1.22.12-3.el9.x86_64                    384/511 
DEBUG:   Installing       : cups-libs-1:2.3.3op2-33.el9.x86_64                 385/511 
DEBUG:   Running scriptlet: polkit-0.117-13.el9.x86_64                         386/511 
DEBUG:   Installing       : polkit-0.117-13.el9.x86_64                         386/511 
DEBUG:   Running scriptlet: polkit-0.117-13.el9.x86_64                         386/511 
DEBUG:   Installing       : polkit-pkla-compat-0.1-21.el9.x86_64               387/511 
DEBUG:   Installing       : gsettings-desktop-schemas-40.0-6.el9.x86_64        388/511 
DEBUG:   Installing       : libgudev-237-1.el9.x86_64                          389/511 
DEBUG:   Installing       : dconf-0.40.0-6.el9.x86_64                          390/511 
DEBUG:   Running scriptlet: dconf-0.40.0-6.el9.x86_64                          390/511 
DEBUG:   Running scriptlet: rtkit-0.11-29.el9.x86_64                           391/511 
DEBUG:   Installing       : rtkit-0.11-29.el9.x86_64                           391/511 
DEBUG:   Running scriptlet: rtkit-0.11-29.el9.x86_64                           391/511 
DEBUG: Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
DEBUG:   Installing       : libgxps-0.3.2-3.el9.x86_64                         392/511 
DEBUG:   Installing       : gd-2.3.2-3.el9.x86_64                              393/511 
DEBUG:   Installing       : libXft-2.3.3-8.el9.x86_64                          394/511 
DEBUG:   Installing       : poppler-21.01.0-21.el9.x86_64                      395/511 
DEBUG:   Installing       : poppler-glib-21.01.0-21.el9.x86_64                 396/511 
DEBUG:   Installing       : urw-base35-bookman-fonts-20200910-6.el9.noarch     397/511 
DEBUG:   Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch     397/511 
DEBUG:   Installing       : urw-base35-c059-fonts-20200910-6.el9.noarch        398/511 
DEBUG:   Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch        398/511 
DEBUG:   Installing       : urw-base35-d050000l-fonts-20200910-6.el9.noarch    399/511 
DEBUG:   Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch    399/511 
DEBUG:   Installing       : urw-base35-gothic-fonts-20200910-6.el9.noarch      400/511 
DEBUG:   Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch      400/511 
DEBUG:   Installing       : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   401/511 
DEBUG:   Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   401/511 
DEBUG:   Installing       : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   402/511 
DEBUG:   Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   402/511 
DEBUG:   Installing       : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   403/511 
DEBUG:   Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   403/511 
DEBUG:   Installing       : urw-base35-p052-fonts-20200910-6.el9.noarch        404/511 
DEBUG:   Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch        404/511 
DEBUG:   Installing       : urw-base35-standard-symbols-ps-fonts-20200910-6.   405/511 
DEBUG:   Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6.   405/511 
DEBUG:   Installing       : urw-base35-z003-fonts-20200910-6.el9.noarch        406/511 
DEBUG:   Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch        406/511 
DEBUG:   Installing       : urw-base35-fonts-20200910-6.el9.noarch             407/511 
DEBUG:   Installing       : libraqm-0.7.0-7.el9s.x86_64                        408/511 
DEBUG:   Installing       : mkfontscale-1.2.1-3.el9.x86_64                     409/511 
DEBUG:   Installing       : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc   410/511 
DEBUG:   Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc   410/511 
DEBUG:   Installing       : ModemManager-glib-1.20.2-1.el9.x86_64              411/511 
DEBUG:   Installing       : NetworkManager-libnm-1:1.53.3-1.el9.x86_64         412/511 
DEBUG:   Installing       : gobject-introspection-1.68.0-11.el9.x86_64         413/511 
DEBUG:   Installing       : upower-0.99.11-11.el9.x86_64                       414/511 
DEBUG:   Running scriptlet: upower-0.99.11-11.el9.x86_64                       414/511 
DEBUG: Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
DEBUG:   Installing       : libgusb-0.3.8-2.el9.x86_64                         415/511 
DEBUG:   Installing       : colord-libs-1.4.5-4.el9.x86_64                     416/511 
DEBUG:   Installing       : shared-mime-info-2.1-5.el9.x86_64                  417/511 
DEBUG:   Running scriptlet: shared-mime-info-2.1-5.el9.x86_64                  417/511 
DEBUG:   Installing       : gdk-pixbuf2-2.42.6-4.el9.x86_64                    418/511 
DEBUG:   Installing       : gdk-pixbuf2-modules-2.42.6-4.el9.x86_64            419/511 
DEBUG:   Installing       : gtk-update-icon-cache-3.24.31-5.el9.x86_64         420/511 
DEBUG:   Installing       : libgsf-1.14.47-5.el9.x86_64                        421/511 
DEBUG:   Installing       : libnotify-0.7.9-8.el9.x86_64                       422/511 
DEBUG:   Installing       : at-spi2-core-2.40.3-1.el9.x86_64                   423/511 
DEBUG:   Installing       : at-spi2-atk-2.38.0-4.el9.x86_64                    424/511 
DEBUG:   Installing       : avahi-glib-0.8-21.el9.x86_64                       425/511 
DEBUG:   Installing       : flatpak-session-helper-1.12.9-4.el9.x86_64         426/511 
DEBUG:   Installing       : graphene-1.10.6-2.el9.x86_64                       427/511 
DEBUG:   Installing       : libgexiv2-0.12.3-1.el9.x86_64                      428/511 
DEBUG:   Installing       : low-memory-monitor-2.1-4.el9.x86_64                429/511 
DEBUG:   Running scriptlet: low-memory-monitor-2.1-4.el9.x86_64                429/511 
DEBUG: Created symlink /etc/systemd/system/basic.target.wants/low-memory-monitor.service → /usr/lib/systemd/system/low-memory-monitor.service.
DEBUG:   Installing       : totem-pl-parser-3.26.6-2.el9.x86_64                430/511 
DEBUG:   Installing       : webkit2gtk3-jsc-2.44.3-2.el9.x86_64                431/511 
DEBUG:   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           432/511 
DEBUG:   Installing       : glib-networking-2.68.3-3.el9.x86_64                433/511 
DEBUG:   Installing       : libsoup-2.72.0-10.el9.x86_64                       434/511 
DEBUG:   Running scriptlet: geoclue2-2.6.0-7.el9.x86_64                        435/511 
DEBUG:   Installing       : geoclue2-2.6.0-7.el9.x86_64                        435/511 
DEBUG:   Running scriptlet: geoclue2-2.6.0-7.el9.x86_64                        435/511 
DEBUG:   Installing       : libappstream-glib-0.7.18-5.el9.x86_64              436/511 
DEBUG:   Installing       : osinfo-db-tools-1.10.0-1.el9.x86_64                437/511 
DEBUG:   Installing       : libosinfo-1.10.0-1.el9.x86_64                      438/511 
DEBUG:   Installing       : xdg-dbus-proxy-0.1.3-1.el9.x86_64                  439/511 
DEBUG:   Installing       : liblqr-1-0.4.2-17.el9s.x86_64                      440/511 
DEBUG:   Installing       : npth-1.6-8.el9.x86_64                              441/511 
DEBUG:   Installing       : gnupg2-2.3.3-4.el9.x86_64                          442/511 
DEBUG:   Installing       : gpgme-1.15.1-6.el9.x86_64                          443/511 
DEBUG:   Installing       : ostree-libs-2025.2-1.el9.x86_64                    444/511 
DEBUG:   Installing       : which-2.21-29.el9.x86_64                           445/511 
DEBUG:   Installing       : fuse-2.9.9-17.el9.x86_64                           446/511 
DEBUG:   Installing       : fdk-aac-free-2.0.0-8.el9.x86_64                    447/511 
DEBUG:   Installing       : giflib-5.2.1-9.el9.x86_64                          448/511 
DEBUG:   Installing       : glibc-headers-2.34-187.el9.x86_64                  449/511 
DEBUG:   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                450/511 
DEBUG:   Installing       : glibc-devel-2.34-187.el9.x86_64                    451/511 
DEBUG:   Installing       : gcc-11.5.0-5.el9.x86_64                            452/511 
DEBUG:   Installing       : annobin-12.92-2.el9.x86_64                         453/511 
DEBUG:   Installing       : gcc-plugin-annobin-11.5.0-5.el9.x86_64             454/511 
DEBUG:   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           455/511 
DEBUG:   Installing       : go-srpm-macros-3.6.0-11.el9.noarch                 456/511 
DEBUG:   Installing       : python-srpm-macros-3.9-54.el9.noarch               457/511 
DEBUG:   Installing       : redhat-rpm-config-209-1.el9.noarch                 458/511 
DEBUG:   Running scriptlet: redhat-rpm-config-209-1.el9.noarch                 458/511 
DEBUG:   Installing       : rpm-build-4.16.1.3-37.el9.x86_64                   459/511 
DEBUG:   Installing       : pyproject-srpm-macros-1.16.2-1.el9.noarch          460/511 
DEBUG:   Installing       : python-rpm-macros-3.9-54.el9.noarch                461/511 
DEBUG:   Installing       : python3-rpm-macros-3.9-54.el9.noarch               462/511 
DEBUG:   Installing       : python3-rpm-generators-12-9.el9.noarch             463/511 
DEBUG:   Installing       : gsm-1.0.19-6.el9.x86_64                            464/511 
DEBUG:   Installing       : libsndfile-1.0.31-9.el9.x86_64                     465/511 
DEBUG:   Installing       : jbig2dec-libs-0.19-7.el9.x86_64                    466/511 
DEBUG:   Installing       : libasyncns-0.8-22.el9.x86_64                       467/511 
DEBUG:   Installing       : pulseaudio-libs-15.0-3.el9.x86_64                  468/511 
DEBUG:   Installing       : libcanberra-0.30-27.el9.x86_64                     469/511 
DEBUG:   Running scriptlet: libcanberra-0.30-27.el9.x86_64                     469/511 
DEBUG:   Installing       : libdatrie-0.2.13-4.el9.x86_64                      470/511 
DEBUG:   Installing       : libthai-0.1.28-8.el9.x86_64                        471/511 
DEBUG:   Installing       : pango-1.48.7-3.el9.x86_64                          472/511 
DEBUG:   Installing       : librsvg2-2.50.7-3.el9.x86_64                       473/511 
DEBUG:   Installing       : libepoxy-1.5.5-4.el9.x86_64                        474/511 
DEBUG:   Installing       : libexif-0.6.22-6.el9.x86_64                        475/511 
DEBUG:   Installing       : libijs-0.35-15.el9.x86_64                          476/511 
DEBUG:   Installing       : libgs-9.54.0-17.el9.x86_64                         477/511 
DEBUG:   Installing       : libiptcdata-1.0.5-10.el9.x86_64                    478/511 
DEBUG:   Installing       : libldac-2.0.2.3-10.el9.x86_64                      479/511 
DEBUG:   Installing       : libsbc-1.4-9.el9.x86_64                            480/511 
DEBUG:   Installing       : pipewire-libs-1.0.1-1.el9.x86_64                   481/511 
DEBUG:   Running scriptlet: pipewire-1.0.1-1.el9.x86_64                        482/511 
DEBUG:   Installing       : pipewire-1.0.1-1.el9.x86_64                        482/511 
DEBUG:   Running scriptlet: pipewire-1.0.1-1.el9.x86_64                        482/511 
DEBUG: Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
DEBUG:   Installing       : wireplumber-libs-0.4.14-1.el9.x86_64               483/511 
DEBUG:   Installing       : wireplumber-0.4.14-1.el9.x86_64                    484/511 
DEBUG:   Running scriptlet: flatpak-1.12.9-4.el9.x86_64                        485/511 
DEBUG:   Installing       : flatpak-1.12.9-4.el9.x86_64                        485/511 
DEBUG:   Installing       : xdg-desktop-portal-1.12.6-1.el9.x86_64             486/511 
DEBUG:   Running scriptlet: xdg-desktop-portal-1.12.6-1.el9.x86_64             486/511 
DEBUG:   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.1-1.   487/511 
DEBUG:   Installing       : libwmf-lite-0.2.12-10.el9.x86_64                   488/511 
DEBUG:   Installing       : orc-0.4.31-8.el9.x86_64                            489/511 
DEBUG:   Installing       : gstreamer1-plugins-base-1.22.12-4.el9.x86_64       490/511 
DEBUG:   Installing       : libtracker-sparql-3.1.2-3.el9.x86_64               491/511 
DEBUG:   Installing       : tracker-3.1.2-3.el9.x86_64                         492/511 
DEBUG:   Running scriptlet: tracker-3.1.2-3.el9.x86_64                         492/511 
DEBUG:   Installing       : tracker-miners-3.1.2-4.el9.x86_64                  493/511 
DEBUG:   Running scriptlet: tracker-miners-3.1.2-4.el9.x86_64                  493/511 
DEBUG:   Installing       : libcanberra-gtk3-0.30-27.el9.x86_64                494/511 
DEBUG:   Installing       : gtk3-3.24.31-5.el9.x86_64                          495/511 
DEBUG:   Installing       : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64         496/511 
DEBUG:   Running scriptlet: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64         496/511 
DEBUG:   Installing       : gtk2-2.24.33-8.el9.x86_64                          497/511 
DEBUG:   Installing       : libcanberra-gtk2-0.30-27.el9.x86_64                498/511 
DEBUG:   Installing       : graphviz-2.44.0-26.el9.x86_64                      499/511 
DEBUG:   Running scriptlet: graphviz-2.44.0-26.el9.x86_64                      499/511 
DEBUG:   Installing       : ImageMagick-libs-6.9.12.98-1.el9s.x86_64           500/511 
DEBUG:   Installing       : ImageMagick-6.9.12.98-1.el9s.x86_64                501/511 
DEBUG:   Installing       : python3-sphinx-1:3.4.3-8.el9.noarch                502/511 
DEBUG:   Installing       : pipewire-jack-audio-connection-kit-1.0.1-1.el9.x   503/511 
DEBUG:   Installing       : pipewire-alsa-1.0.1-1.el9.x86_64                   504/511 
DEBUG:   Installing       : pipewire-pulseaudio-1.0.1-1.el9.x86_64             505/511 
DEBUG:   Running scriptlet: pipewire-pulseaudio-1.0.1-1.el9.x86_64             505/511 
DEBUG: Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
DEBUG:   Installing       : python3-devel-3.9.21-2.el9.x86_64                  506/511 
DEBUG:   Installing       : python3-pbr-6.0.0-1.el9s.noarch                    507/511 
DEBUG:   Installing       : python3-setuptools_scm-7.1.0-2.el9s.noarch         508/511 
DEBUG:   Installing       : python3-eventlet-0.36.1-1.el9s.noarch              509/511 
DEBUG:   Installing       : python3-sqlalchemy-2.0.31-1.el9s.x86_64            510/511 
DEBUG:   Installing       : openstack-macros-2023.1.0-0.20250328135338.ce6a1   511/511 
DEBUG:   Running scriptlet: filesystem-3.16-5.el9.x86_64                       511/511 
DEBUG:   Running scriptlet: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noar   511/511 
DEBUG:   Running scriptlet: crypto-policies-scripts-20250128-1.git5269e22.el   511/511 
DEBUG:   Running scriptlet: nss-3.101.0-10.el9.x86_64                          511/511 
DEBUG:   Running scriptlet: rpm-4.16.1.3-37.el9.x86_64                         511/511 
DEBUG:   Running scriptlet: fontconfig-2.14.0-2.el9.x86_64                     511/511 
DEBUG:   Running scriptlet: dconf-0.40.0-6.el9.x86_64                          511/511 
DEBUG:   Running scriptlet: urw-base35-bookman-fonts-20200910-6.el9.noarch     511/511 
DEBUG:   Running scriptlet: urw-base35-c059-fonts-20200910-6.el9.noarch        511/511 
DEBUG:   Running scriptlet: urw-base35-d050000l-fonts-20200910-6.el9.noarch    511/511 
DEBUG:   Running scriptlet: urw-base35-gothic-fonts-20200910-6.el9.noarch      511/511 
DEBUG:   Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   511/511 
DEBUG:   Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   511/511 
DEBUG:   Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   511/511 
DEBUG:   Running scriptlet: urw-base35-p052-fonts-20200910-6.el9.noarch        511/511 
DEBUG:   Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-6.   511/511 
DEBUG:   Running scriptlet: urw-base35-z003-fonts-20200910-6.el9.noarch        511/511 
DEBUG:   Running scriptlet: wireplumber-0.4.14-1.el9.x86_64                    511/511 
DEBUG: Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
DEBUG: Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
DEBUG:   Running scriptlet: openstack-macros-2023.1.0-0.20250328135338.ce6a1   511/511 
DEBUG:   Verifying        : openstack-macros-2023.1.0-0.20250328135338.ce6a1     1/511 
DEBUG:   Verifying        : ModemManager-glib-1.20.2-1.el9.x86_64                2/511 
DEBUG:   Verifying        : NetworkManager-libnm-1:1.53.3-1.el9.x86_64           3/511 
DEBUG:   Verifying        : acl-2.3.1-4.el9.x86_64                               4/511 
DEBUG:   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     5/511 
DEBUG:   Verifying        : alternatives-1.24-2.el9.x86_64                       6/511 
DEBUG:   Verifying        : audit-libs-3.1.5-7.el9.x86_64                        7/511 
DEBUG:   Verifying        : avahi-libs-0.8-21.el9.x86_64                         8/511 
DEBUG:   Verifying        : basesystem-11-13.el9.noarch                          9/511 
DEBUG:   Verifying        : bash-5.1.8-9.el9.x86_64                             10/511 
DEBUG:   Verifying        : binutils-2.35.2-63.el9.x86_64                       11/511 
DEBUG:   Verifying        : binutils-gold-2.35.2-63.el9.x86_64                  12/511 
DEBUG:   Verifying        : bluez-libs-5.56-6.el9.x86_64                        13/511 
DEBUG:   Verifying        : bubblewrap-0.4.1-8.el9.x86_64                       14/511 
DEBUG:   Verifying        : bzip2-1.0.8-10.el9.x86_64                           15/511 
DEBUG:   Verifying        : bzip2-libs-1.0.8-10.el9.x86_64                      16/511 
DEBUG:   Verifying        : ca-certificates-2024.2.69_v8.0.303-91.4.el9.noar    17/511 
DEBUG:   Verifying        : centos-gpg-keys-9.0-26.el9.noarch                   18/511 
DEBUG:   Verifying        : centos-stream-release-9.0-26.el9.noarch             19/511 
DEBUG:   Verifying        : centos-stream-repos-9.0-26.el9.noarch               20/511 
DEBUG:   Verifying        : coreutils-8.32-39.el9.x86_64                        21/511 
DEBUG:   Verifying        : coreutils-common-8.32-39.el9.x86_64                 22/511 
DEBUG:   Verifying        : cpio-2.13-16.el9.x86_64                             23/511 
DEBUG:   Verifying        : cracklib-2.9.6-27.el9.x86_64                        24/511 
DEBUG:   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                  25/511 
DEBUG:   Verifying        : crypto-policies-20250128-1.git5269e22.el9.noarch    26/511 
DEBUG:   Verifying        : crypto-policies-scripts-20250128-1.git5269e22.el    27/511 
DEBUG:   Verifying        : cryptsetup-libs-2.7.2-3.el9.x86_64                  28/511 
DEBUG:   Verifying        : cups-libs-1:2.3.3op2-33.el9.x86_64                  29/511 
DEBUG:   Verifying        : curl-7.76.1-31.el9.x86_64                           30/511 
DEBUG:   Verifying        : cyrus-sasl-lib-2.1.27-21.el9.x86_64                 31/511 
DEBUG:   Verifying        : dbus-1:1.12.20-8.el9.x86_64                         32/511 
DEBUG:   Verifying        : dbus-broker-28-7.el9.x86_64                         33/511 
DEBUG:   Verifying        : dbus-common-1:1.12.20-8.el9.noarch                  34/511 
DEBUG:   Verifying        : dbus-libs-1:1.12.20-8.el9.x86_64                    35/511 
DEBUG:   Verifying        : dejavu-sans-fonts-2.37-18.el9.noarch                36/511 
DEBUG:   Verifying        : device-mapper-9:1.02.202-6.el9.x86_64               37/511 
DEBUG:   Verifying        : device-mapper-libs-9:1.02.202-6.el9.x86_64          38/511 
DEBUG:   Verifying        : diffutils-3.7-12.el9.x86_64                         39/511 
DEBUG:   Verifying        : ed-1.14.2-12.el9.x86_64                             40/511 
DEBUG:   Verifying        : elfutils-0.192-5.el9.x86_64                         41/511 
DEBUG:   Verifying        : elfutils-debuginfod-client-0.192-5.el9.x86_64       42/511 
DEBUG:   Verifying        : elfutils-default-yama-scope-0.192-5.el9.noarch      43/511 
DEBUG:   Verifying        : elfutils-libelf-0.192-5.el9.x86_64                  44/511 
DEBUG:   Verifying        : elfutils-libs-0.192-5.el9.x86_64                    45/511 
DEBUG:   Verifying        : expat-2.5.0-4.el9.x86_64                            46/511 
DEBUG:   Verifying        : file-5.39-16.el9.x86_64                             47/511 
DEBUG:   Verifying        : file-libs-5.39-16.el9.x86_64                        48/511 
DEBUG:   Verifying        : filesystem-3.16-5.el9.x86_64                        49/511 
DEBUG:   Verifying        : findutils-1:4.8.0-7.el9.x86_64                      50/511 
DEBUG:   Verifying        : fonts-filesystem-1:2.0.5-7.el9.1.noarch             51/511 
DEBUG:   Verifying        : freetype-2.10.4-9.el9.x86_64                        52/511 
DEBUG:   Verifying        : fuse-2.9.9-17.el9.x86_64                            53/511 
DEBUG:   Verifying        : fuse-common-3.10.2-9.el9.x86_64                     54/511 
DEBUG:   Verifying        : fuse-libs-2.9.9-17.el9.x86_64                       55/511 
DEBUG:   Verifying        : gawk-5.1.0-6.el9.x86_64                             56/511 
DEBUG:   Verifying        : gdbm-libs-1:1.23-1.el9.x86_64                       57/511 
DEBUG:   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 58/511 
DEBUG:   Verifying        : glib2-2.68.4-16.el9.x86_64                          59/511 
DEBUG:   Verifying        : glibc-2.34-187.el9.x86_64                           60/511 
DEBUG:   Verifying        : glibc-common-2.34-187.el9.x86_64                    61/511 
DEBUG:   Verifying        : glibc-gconv-extra-2.34-187.el9.x86_64               62/511 
DEBUG:   Verifying        : glibc-minimal-langpack-2.34-187.el9.x86_64          63/511 
DEBUG:   Verifying        : gmp-1:6.2.0-13.el9.x86_64                           64/511 
DEBUG:   Verifying        : gnupg2-2.3.3-4.el9.x86_64                           65/511 
DEBUG:   Verifying        : gnutls-3.8.3-6.el9.x86_64                           66/511 
DEBUG:   Verifying        : gobject-introspection-1.68.0-11.el9.x86_64          67/511 
DEBUG:   Verifying        : gpgme-1.15.1-6.el9.x86_64                           68/511 
DEBUG:   Verifying        : graphite2-1.3.14-9.el9.x86_64                       69/511 
DEBUG:   Verifying        : grep-3.6-5.el9.x86_64                               70/511 
DEBUG:   Verifying        : groff-base-1.22.4-10.el9.x86_64                     71/511 
DEBUG:   Verifying        : gsettings-desktop-schemas-40.0-6.el9.x86_64         72/511 
DEBUG:   Verifying        : gzip-1.12-1.el9.x86_64                              73/511 
DEBUG:   Verifying        : harfbuzz-2.7.4-10.el9.x86_64                        74/511 
DEBUG:   Verifying        : hwdata-0.348-9.18.el9.noarch                        75/511 
DEBUG:   Verifying        : info-6.7-15.el9.x86_64                              76/511 
DEBUG:   Verifying        : json-c-0.14-11.el9.x86_64                           77/511 
DEBUG:   Verifying        : json-glib-1.6.6-1.el9.x86_64                        78/511 
DEBUG:   Verifying        : kbd-2.4.0-11.el9.x86_64                             79/511 
DEBUG:   Verifying        : kbd-legacy-2.4.0-11.el9.noarch                      80/511 
DEBUG:   Verifying        : kbd-misc-2.4.0-11.el9.noarch                        81/511 
DEBUG:   Verifying        : keyutils-libs-1.6.3-1.el9.x86_64                    82/511 
DEBUG:   Verifying        : kmod-28-10.el9.x86_64                               83/511 
DEBUG:   Verifying        : kmod-libs-28-10.el9.x86_64                          84/511 
DEBUG:   Verifying        : krb5-libs-1.21.1-6.el9.x86_64                       85/511 
DEBUG:   Verifying        : less-590-5.el9.x86_64                               86/511 
DEBUG:   Verifying        : libacl-2.3.1-4.el9.x86_64                           87/511 
DEBUG:   Verifying        : libarchive-3.5.3-4.el9.x86_64                       88/511 
DEBUG:   Verifying        : libassuan-2.5.5-3.el9.x86_64                        89/511 
DEBUG:   Verifying        : libatomic-11.5.0-5.el9.x86_64                       90/511 
DEBUG:   Verifying        : libattr-2.5.1-3.el9.x86_64                          91/511 
DEBUG:   Verifying        : libblkid-2.37.4-21.el9.x86_64                       92/511 
DEBUG:   Verifying        : libbrotli-1.0.9-7.el9.x86_64                        93/511 
DEBUG:   Verifying        : libcap-2.48-9.el9.x86_64                            94/511 
DEBUG:   Verifying        : libcap-ng-0.8.2-7.el9.x86_64                        95/511 
DEBUG:   Verifying        : libcbor-0.7.0-5.el9.x86_64                          96/511 
DEBUG:   Verifying        : libcom_err-1.46.5-7.el9.x86_64                      97/511 
DEBUG:   Verifying        : libcurl-7.76.1-31.el9.x86_64                        98/511 
DEBUG:   Verifying        : libdb-5.3.28-55.el9.x86_64                          99/511 
DEBUG:   Verifying        : libeconf-0.4.1-4.el9.x86_64                        100/511 
DEBUG:   Verifying        : libedit-3.1-38.20210216cvs.el9.x86_64              101/511 
DEBUG:   Verifying        : libevent-2.1.12-8.el9.x86_64                       102/511 
DEBUG:   Verifying        : libfdisk-2.37.4-21.el9.x86_64                      103/511 
DEBUG:   Verifying        : libffi-3.4.2-8.el9.x86_64                          104/511 
DEBUG:   Verifying        : libfido2-1.13.0-2.el9.x86_64                       105/511 
DEBUG:   Verifying        : libgcc-11.5.0-5.el9.x86_64                         106/511 
DEBUG:   Verifying        : libgcrypt-1.10.0-11.el9.x86_64                     107/511 
DEBUG:   Verifying        : libgomp-11.5.0-5.el9.x86_64                        108/511 
DEBUG:   Verifying        : libgpg-error-1.42-5.el9.x86_64                     109/511 
DEBUG:   Verifying        : libgudev-237-1.el9.x86_64                          110/511 
DEBUG:   Verifying        : libgusb-0.3.8-2.el9.x86_64                         111/511 
DEBUG:   Verifying        : libicu-67.1-9.el9.x86_64                           112/511 
DEBUG:   Verifying        : libidn2-2.3.0-7.el9.x86_64                         113/511 
DEBUG:   Verifying        : libksba-1.5.1-7.el9.x86_64                         114/511 
DEBUG:   Verifying        : libmount-2.37.4-21.el9.x86_64                      115/511 
DEBUG:   Verifying        : libnghttp2-1.43.0-6.el9.x86_64                     116/511 
DEBUG:   Verifying        : libpciaccess-0.16-7.el9.x86_64                     117/511 
DEBUG:   Verifying        : libpkgconf-1.7.3-10.el9.x86_64                     118/511 
DEBUG:   Verifying        : libpng-2:1.6.37-12.el9.x86_64                      119/511 
DEBUG:   Verifying        : libproxy-0.4.15-35.el9.x86_64                      120/511 
DEBUG:   Verifying        : libpsl-0.21.1-5.el9.x86_64                         121/511 
DEBUG:   Verifying        : libpwquality-1.4.4-8.el9.x86_64                    122/511 
DEBUG:   Verifying        : libseccomp-2.5.2-2.el9.x86_64                      123/511 
DEBUG:   Verifying        : libselinux-3.6-3.el9.x86_64                        124/511 
DEBUG:   Verifying        : libsemanage-3.6-5.el9.x86_64                       125/511 
DEBUG:   Verifying        : libsepol-3.6-3.el9.x86_64                          126/511 
DEBUG:   Verifying        : libsigsegv-2.13-4.el9.x86_64                       127/511 
DEBUG:   Verifying        : libsmartcols-2.37.4-21.el9.x86_64                  128/511 
DEBUG:   Verifying        : libssh-0.10.4-13.el9.x86_64                        129/511 
DEBUG:   Verifying        : libssh-config-0.10.4-13.el9.noarch                 130/511 
DEBUG:   Verifying        : libstdc++-11.5.0-5.el9.x86_64                      131/511 
DEBUG:   Verifying        : libtasn1-4.16.0-9.el9.x86_64                       132/511 
DEBUG:   Verifying        : libtdb-1.4.12-1.el9.x86_64                         133/511 
DEBUG:   Verifying        : libtool-ltdl-2.4.6-46.el9.x86_64                   134/511 
DEBUG:   Verifying        : libunistring-0.9.10-15.el9.x86_64                  135/511 
DEBUG:   Verifying        : libusbx-1.0.26-1.el9.x86_64                        136/511 
DEBUG:   Verifying        : libutempter-1.2.1-6.el9.x86_64                     137/511 
DEBUG:   Verifying        : libuuid-2.37.4-21.el9.x86_64                       138/511 
DEBUG:   Verifying        : libverto-0.3.2-3.el9.x86_64                        139/511 
DEBUG:   Verifying        : libxcrypt-4.4.18-3.el9.x86_64                      140/511 
DEBUG:   Verifying        : libxml2-2.9.13-9.el9.x86_64                        141/511 
DEBUG:   Verifying        : libzstd-1.5.5-1.el9.x86_64                         142/511 
DEBUG:   Verifying        : lua-libs-5.4.4-4.el9.x86_64                        143/511 
DEBUG:   Verifying        : lz4-libs-1.9.3-5.el9.x86_64                        144/511 
DEBUG:   Verifying        : make-1:4.3-8.el9.x86_64                            145/511 
DEBUG:   Verifying        : mpfr-4.1.0-7.el9.x86_64                            146/511 
DEBUG:   Verifying        : ncurses-6.2-10.20210508.el9.x86_64                 147/511 
DEBUG:   Verifying        : ncurses-base-6.2-10.20210508.el9.noarch            148/511 
DEBUG:   Verifying        : ncurses-libs-6.2-10.20210508.el9.x86_64            149/511 
DEBUG:   Verifying        : nettle-3.10.1-1.el9.x86_64                         150/511 
DEBUG:   Verifying        : npth-1.6-8.el9.x86_64                              151/511 
DEBUG:   Verifying        : openldap-2.6.8-4.el9.x86_64                        152/511 
DEBUG:   Verifying        : openssh-8.7p1-45.el9.x86_64                        153/511 
DEBUG:   Verifying        : openssh-clients-8.7p1-45.el9.x86_64                154/511 
DEBUG:   Verifying        : openssl-1:3.5.0-1.el9.x86_64                       155/511 
DEBUG:   Verifying        : openssl-libs-1:3.5.0-1.el9.x86_64                  156/511 
DEBUG:   Verifying        : p11-kit-0.25.3-3.el9.x86_64                        157/511 
DEBUG:   Verifying        : p11-kit-trust-0.25.3-3.el9.x86_64                  158/511 
DEBUG:   Verifying        : pam-1.5.1-23.el9.x86_64                            159/511 
DEBUG:   Verifying        : pcre-8.44-4.el9.x86_64                             160/511 
DEBUG:   Verifying        : pcre2-10.40-6.el9.x86_64                           161/511 
DEBUG:   Verifying        : pcre2-syntax-10.40-6.el9.noarch                    162/511 
DEBUG:   Verifying        : perl-AutoLoader-5.74-481.el9.noarch                163/511 
DEBUG:   Verifying        : perl-B-1.80-481.el9.x86_64                         164/511 
DEBUG:   Verifying        : perl-Carp-1.50-460.el9.noarch                      165/511 
DEBUG:   Verifying        : perl-Class-Struct-0.66-481.el9.noarch              166/511 
DEBUG:   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64              167/511 
DEBUG:   Verifying        : perl-Digest-1.19-4.el9.noarch                      168/511 
DEBUG:   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                  169/511 
DEBUG:   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                  170/511 
DEBUG:   Verifying        : perl-Errno-1.30-481.el9.x86_64                     171/511 
DEBUG:   Verifying        : perl-Exporter-5.74-461.el9.noarch                  172/511 
DEBUG:   Verifying        : perl-Fcntl-1.13-481.el9.x86_64                     173/511 
DEBUG:   Verifying        : perl-File-Basename-2.85-481.el9.noarch             174/511 
DEBUG:   Verifying        : perl-File-Path-2.18-4.el9.noarch                   175/511 
DEBUG:   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            176/511 
DEBUG:   Verifying        : perl-File-stat-1.09-481.el9.noarch                 177/511 
DEBUG:   Verifying        : perl-FileHandle-2.03-481.el9.noarch                178/511 
DEBUG:   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               179/511 
DEBUG:   Verifying        : perl-Getopt-Std-1.12-481.el9.noarch                180/511 
DEBUG:   Verifying        : perl-HTTP-Tiny-0.076-462.el9.noarch                181/511 
DEBUG:   Verifying        : perl-IO-1.43-481.el9.x86_64                        182/511 
DEBUG:   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                183/511 
DEBUG:   Verifying        : perl-IO-Socket-SSL-2.073-2.el9.noarch              184/511 
DEBUG:   Verifying        : perl-IPC-Open3-1.21-481.el9.noarch                 185/511 
DEBUG:   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 186/511 
DEBUG:   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              187/511 
DEBUG:   Verifying        : perl-Net-SSLeay-1.94-1.el9.x86_64                  188/511 
DEBUG:   Verifying        : perl-POSIX-1.94-481.el9.x86_64                     189/511 
DEBUG:   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 190/511 
DEBUG:   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             191/511 
DEBUG:   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            192/511 
DEBUG:   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                193/511 
DEBUG:   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 194/511 
DEBUG:   Verifying        : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64       195/511 
DEBUG:   Verifying        : perl-SelectSaver-1.02-481.el9.noarch               196/511 
DEBUG:   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   197/511 
DEBUG:   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                198/511 
DEBUG:   Verifying        : perl-Symbol-1.08-481.el9.noarch                    199/511 
DEBUG:   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            200/511 
DEBUG:   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  201/511 
DEBUG:   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           202/511 
DEBUG:   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       203/511 
DEBUG:   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               204/511 
DEBUG:   Verifying        : perl-URI-5.09-3.el9.noarch                         205/511 
DEBUG:   Verifying        : perl-base-2.27-481.el9.noarch                      206/511 
DEBUG:   Verifying        : perl-constant-1.33-461.el9.noarch                  207/511 
DEBUG:   Verifying        : perl-if-0.60.800-481.el9.noarch                    208/511 
DEBUG:   Verifying        : perl-interpreter-4:5.32.1-481.el9.x86_64           209/511 
DEBUG:   Verifying        : perl-libnet-3.13-4.el9.noarch                      210/511 
DEBUG:   Verifying        : perl-libs-4:5.32.1-481.el9.x86_64                  211/511 
DEBUG:   Verifying        : perl-mro-1.23-481.el9.x86_64                       212/511 
DEBUG:   Verifying        : perl-overload-1.31-481.el9.noarch                  213/511 
DEBUG:   Verifying        : perl-overloading-0.02-481.el9.noarch               214/511 
DEBUG:   Verifying        : perl-parent-1:0.238-460.el9.noarch                 215/511 
DEBUG:   Verifying        : perl-podlators-1:4.14-460.el9.noarch               216/511 
DEBUG:   Verifying        : perl-subs-1.03-481.el9.noarch                      217/511 
DEBUG:   Verifying        : perl-vars-1.05-481.el9.noarch                      218/511 
DEBUG:   Verifying        : pkgconf-1.7.3-10.el9.x86_64                        219/511 
DEBUG:   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                     220/511 
DEBUG:   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.x86_64             221/511 
DEBUG:   Verifying        : polkit-0.117-13.el9.x86_64                         222/511 
DEBUG:   Verifying        : polkit-libs-0.117-13.el9.x86_64                    223/511 
DEBUG:   Verifying        : polkit-pkla-compat-0.1-21.el9.x86_64               224/511 
DEBUG:   Verifying        : popt-1.18-8.el9.x86_64                             225/511 
DEBUG:   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch      226/511 
DEBUG:   Verifying        : python3-3.9.21-2.el9.x86_64                        227/511 
DEBUG:   Verifying        : python3-dns-2.6.1-3.el9.noarch                     228/511 
DEBUG:   Verifying        : python3-idna-2.10-7.el9.1.noarch                   229/511 
DEBUG:   Verifying        : python3-libs-3.9.21-2.el9.x86_64                   230/511 
DEBUG:   Verifying        : python3-pip-wheel-21.3.1-1.el9.noarch              231/511 
DEBUG:   Verifying        : python3-pysocks-1.7.1-12.el9.noarch                232/511 
DEBUG:   Verifying        : python3-six-1.15.0-9.el9.noarch                    233/511 
DEBUG:   Verifying        : python3-urllib3-1.26.5-6.el9.noarch                234/511 
DEBUG:   Verifying        : readline-8.1-4.el9.x86_64                          235/511 
DEBUG:   Verifying        : rpm-4.16.1.3-37.el9.x86_64                         236/511 
DEBUG:   Verifying        : rpm-build-libs-4.16.1.3-37.el9.x86_64              237/511 
DEBUG:   Verifying        : rpm-libs-4.16.1.3-37.el9.x86_64                    238/511 
DEBUG:   Verifying        : sed-4.8-9.el9.x86_64                               239/511 
DEBUG:   Verifying        : setup-2.13.7-10.el9.noarch                         240/511 
DEBUG:   Verifying        : shadow-utils-2:4.9-12.el9.x86_64                   241/511 
DEBUG:   Verifying        : shared-mime-info-2.1-5.el9.x86_64                  242/511 
DEBUG:   Verifying        : sqlite-libs-3.34.1-7.el9.x86_64                    243/511 
DEBUG:   Verifying        : systemd-252-53.el9.x86_64                          244/511 
DEBUG:   Verifying        : systemd-libs-252-53.el9.x86_64                     245/511 
DEBUG:   Verifying        : systemd-pam-252-53.el9.x86_64                      246/511 
DEBUG:   Verifying        : systemd-rpm-macros-252-53.el9.noarch               247/511 
DEBUG:   Verifying        : systemd-udev-252-53.el9.x86_64                     248/511 
DEBUG:   Verifying        : tar-2:1.34-7.el9.x86_64                            249/511 
DEBUG:   Verifying        : tpm2-tss-3.2.3-1.el9.x86_64                        250/511 
DEBUG:   Verifying        : tzdata-2025b-1.el9.noarch                          251/511 
DEBUG:   Verifying        : unzip-6.0-58.el9.x86_64                            252/511 
DEBUG:   Verifying        : util-linux-2.37.4-21.el9.x86_64                    253/511 
DEBUG:   Verifying        : util-linux-core-2.37.4-21.el9.x86_64               254/511 
DEBUG:   Verifying        : which-2.21-29.el9.x86_64                           255/511 
DEBUG:   Verifying        : xz-5.2.5-8.el9.x86_64                              256/511 
DEBUG:   Verifying        : xz-libs-5.2.5-8.el9.x86_64                         257/511 
DEBUG:   Verifying        : zip-3.0-35.el9.x86_64                              258/511 
DEBUG:   Verifying        : zlib-1.2.11-41.el9.x86_64                          259/511 
DEBUG:   Verifying        : zstd-1.5.5-1.el9.x86_64                            260/511 
DEBUG:   Verifying        : LibRaw-0.21.1-1.el9.x86_64                         261/511 
DEBUG:   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch         262/511 
DEBUG:   Verifying        : adobe-mappings-cmap-20171205-12.el9.noarch         263/511 
DEBUG:   Verifying        : adobe-mappings-cmap-deprecated-20171205-12.el9.n   264/511 
DEBUG:   Verifying        : adobe-mappings-pdf-20180407-10.el9.noarch          265/511 
DEBUG:   Verifying        : adwaita-cursor-theme-40.1.1-3.el9.noarch           266/511 
DEBUG:   Verifying        : adwaita-icon-theme-40.1.1-3.el9.noarch             267/511 
DEBUG:   Verifying        : alsa-lib-1.2.13-2.el9.x86_64                       268/511 
DEBUG:   Verifying        : annobin-12.92-2.el9.x86_64                         269/511 
DEBUG:   Verifying        : at-spi2-atk-2.38.0-4.el9.x86_64                    270/511 
DEBUG:   Verifying        : at-spi2-core-2.40.3-1.el9.x86_64                   271/511 
DEBUG:   Verifying        : atk-2.36.0-5.el9.x86_64                            272/511 
DEBUG:   Verifying        : avahi-glib-0.8-21.el9.x86_64                       273/511 
DEBUG:   Verifying        : cairo-1.17.4-7.el9.x86_64                          274/511 
DEBUG:   Verifying        : cairo-gobject-1.17.4-7.el9.x86_64                  275/511 
DEBUG:   Verifying        : colord-libs-1.4.5-4.el9.x86_64                     276/511 
DEBUG:   Verifying        : composefs-libs-1.0.8-1.el9.x86_64                  277/511 
DEBUG:   Verifying        : cpp-11.5.0-5.el9.x86_64                            278/511 
DEBUG:   Verifying        : dconf-0.40.0-6.el9.x86_64                          279/511 
DEBUG:   Verifying        : debugedit-5.0-10.el9.x86_64                        280/511 
DEBUG:   Verifying        : dwz-0.14-3.el9.x86_64                              281/511 
DEBUG:   Verifying        : efi-srpm-macros-6-2.el9.noarch                     282/511 
DEBUG:   Verifying        : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64     283/511 
DEBUG:   Verifying        : exiv2-0.27.5-2.el9.x86_64                          284/511 
DEBUG:   Verifying        : exiv2-libs-0.27.5-2.el9.x86_64                     285/511 
DEBUG:   Verifying        : fdk-aac-free-2.0.0-8.el9.x86_64                    286/511 
DEBUG:   Verifying        : flac-libs-1.3.3-12.el9.x86_64                      287/511 
DEBUG:   Verifying        : flatpak-1.12.9-4.el9.x86_64                        288/511 
DEBUG:   Verifying        : flatpak-session-helper-1.12.9-4.el9.x86_64         289/511 
DEBUG:   Verifying        : fontconfig-2.14.0-2.el9.x86_64                     290/511 
DEBUG:   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           291/511 
DEBUG:   Verifying        : fribidi-1.0.10-6.el9.2.x86_64                      292/511 
DEBUG:   Verifying        : gawk-all-langpacks-5.1.0-6.el9.x86_64              293/511 
DEBUG:   Verifying        : gcc-11.5.0-5.el9.x86_64                            294/511 
DEBUG:   Verifying        : gcc-plugin-annobin-11.5.0-5.el9.x86_64             295/511 
DEBUG:   Verifying        : gd-2.3.2-3.el9.x86_64                              296/511 
DEBUG:   Verifying        : gdb-minimal-14.2-4.el9.x86_64                      297/511 
DEBUG:   Verifying        : gdk-pixbuf2-2.42.6-4.el9.x86_64                    298/511 
DEBUG:   Verifying        : gdk-pixbuf2-modules-2.42.6-4.el9.x86_64            299/511 
DEBUG:   Verifying        : geoclue2-2.6.0-7.el9.x86_64                        300/511 
DEBUG:   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                 301/511 
DEBUG:   Verifying        : giflib-5.2.1-9.el9.x86_64                          302/511 
DEBUG:   Verifying        : git-core-2.47.1-1.el9.x86_64                       303/511 
DEBUG:   Verifying        : glibc-devel-2.34-187.el9.x86_64                    304/511 
DEBUG:   Verifying        : glibc-headers-2.34-187.el9.x86_64                  305/511 
DEBUG:   Verifying        : go-srpm-macros-3.6.0-11.el9.noarch                 306/511 
DEBUG:   Verifying        : google-droid-sans-fonts-20200215-11.el9.2.noarch   307/511 
DEBUG:   Verifying        : graphene-1.10.6-2.el9.x86_64                       308/511 
DEBUG:   Verifying        : graphviz-2.44.0-26.el9.x86_64                      309/511 
DEBUG:   Verifying        : gsm-1.0.19-6.el9.x86_64                            310/511 
DEBUG:   Verifying        : gstreamer1-1.22.12-3.el9.x86_64                    311/511 
DEBUG:   Verifying        : gstreamer1-plugins-base-1.22.12-4.el9.x86_64       312/511 
DEBUG:   Verifying        : gtk-update-icon-cache-3.24.31-5.el9.x86_64         313/511 
DEBUG:   Verifying        : gtk2-2.24.33-8.el9.x86_64                          314/511 
DEBUG:   Verifying        : gtk3-3.24.31-5.el9.x86_64                          315/511 
DEBUG:   Verifying        : hicolor-icon-theme-0.17-13.el9.noarch              316/511 
DEBUG:   Verifying        : imath-3.1.2-1.el9.x86_64                           317/511 
DEBUG:   Verifying        : iso-codes-4.6.0-3.el9.noarch                       318/511 
DEBUG:   Verifying        : jasper-libs-2.0.28-3.el9.x86_64                    319/511 
DEBUG:   Verifying        : jbig2dec-libs-0.19-7.el9.x86_64                    320/511 
DEBUG:   Verifying        : jbigkit-libs-2.1-23.el9.x86_64                     321/511 
DEBUG:   Verifying        : kernel-headers-5.14.0-580.el9.x86_64               322/511 
DEBUG:   Verifying        : kernel-srpm-macros-1.0-13.el9.noarch               323/511 
DEBUG:   Verifying        : langpacks-core-font-en-3.0-16.el9.noarch           324/511 
DEBUG:   Verifying        : lcms2-2.12-3.el9.x86_64                            325/511 
DEBUG:   Verifying        : libICE-1.0.10-8.el9.x86_64                         326/511 
DEBUG:   Verifying        : libSM-1.2.3-10.el9.x86_64                          327/511 
DEBUG:   Verifying        : libX11-1.7.0-11.el9.x86_64                         328/511 
DEBUG:   Verifying        : libX11-common-1.7.0-11.el9.noarch                  329/511 
DEBUG:   Verifying        : libX11-xcb-1.7.0-11.el9.x86_64                     330/511 
DEBUG:   Verifying        : libXau-1.0.9-8.el9.x86_64                          331/511 
DEBUG:   Verifying        : libXaw-1.0.13-19.el9.x86_64                        332/511 
DEBUG:   Verifying        : libXcomposite-0.4.5-7.el9.x86_64                   333/511 
DEBUG:   Verifying        : libXcursor-1.2.0-7.el9.x86_64                      334/511 
DEBUG:   Verifying        : libXdamage-1.1.5-7.el9.x86_64                      335/511 
DEBUG:   Verifying        : libXext-1.3.4-8.el9.x86_64                         336/511 
DEBUG:   Verifying        : libXfixes-5.0.3-16.el9.x86_64                      337/511 
DEBUG:   Verifying        : libXft-2.3.3-8.el9.x86_64                          338/511 
DEBUG:   Verifying        : libXi-1.7.10-8.el9.x86_64                          339/511 
DEBUG:   Verifying        : libXinerama-1.1.4-10.el9.x86_64                    340/511 
DEBUG:   Verifying        : libXmu-1.1.3-8.el9.x86_64                          341/511 
DEBUG:   Verifying        : libXpm-3.5.13-10.el9.x86_64                        342/511 
DEBUG:   Verifying        : libXrandr-1.5.2-8.el9.x86_64                       343/511 
DEBUG:   Verifying        : libXrender-0.9.10-16.el9.x86_64                    344/511 
DEBUG:   Verifying        : libXt-1.2.0-6.el9.x86_64                           345/511 
DEBUG:   Verifying        : libXtst-1.2.3-16.el9.x86_64                        346/511 
DEBUG:   Verifying        : libXv-1.0.11-16.el9.x86_64                         347/511 
DEBUG:   Verifying        : libXxf86vm-1.1.4-18.el9.x86_64                     348/511 
DEBUG:   Verifying        : libappstream-glib-0.7.18-5.el9.x86_64              349/511 
DEBUG:   Verifying        : libasyncns-0.8-22.el9.x86_64                       350/511 
DEBUG:   Verifying        : libcanberra-0.30-27.el9.x86_64                     351/511 
DEBUG:   Verifying        : libcanberra-gtk2-0.30-27.el9.x86_64                352/511 
DEBUG:   Verifying        : libcanberra-gtk3-0.30-27.el9.x86_64                353/511 
DEBUG:   Verifying        : libdatrie-0.2.13-4.el9.x86_64                      354/511 
DEBUG:   Verifying        : libdrm-2.4.123-2.el9.x86_64                        355/511 
DEBUG:   Verifying        : libepoxy-1.5.5-4.el9.x86_64                        356/511 
DEBUG:   Verifying        : libexif-0.6.22-6.el9.x86_64                        357/511 
DEBUG:   Verifying        : libfontenc-1.1.3-17.el9.x86_64                     358/511 
DEBUG:   Verifying        : libgexiv2-0.12.3-1.el9.x86_64                      359/511 
DEBUG:   Verifying        : libglvnd-1:1.3.4-1.el9.x86_64                      360/511 
DEBUG:   Verifying        : libglvnd-egl-1:1.3.4-1.el9.x86_64                  361/511 
DEBUG:   Verifying        : libglvnd-glx-1:1.3.4-1.el9.x86_64                  362/511 
DEBUG:   Verifying        : libgs-9.54.0-17.el9.x86_64                         363/511 
DEBUG:   Verifying        : libgsf-1.14.47-5.el9.x86_64                        364/511 
DEBUG:   Verifying        : libgxps-0.3.2-3.el9.x86_64                         365/511 
DEBUG:   Verifying        : libijs-0.35-15.el9.x86_64                          366/511 
DEBUG:   Verifying        : libiptcdata-1.0.5-10.el9.x86_64                    367/511 
DEBUG:   Verifying        : libjpeg-turbo-2.0.90-7.el9.x86_64                  368/511 
DEBUG:   Verifying        : libldac-2.0.2.3-10.el9.x86_64                      369/511 
DEBUG:   Verifying        : libmpc-1.2.1-4.el9.x86_64                          370/511 
DEBUG:   Verifying        : libnotify-0.7.9-8.el9.x86_64                       371/511 
DEBUG:   Verifying        : libogg-2:1.3.4-6.el9.x86_64                        372/511 
DEBUG:   Verifying        : libosinfo-1.10.0-1.el9.x86_64                      373/511 
DEBUG:   Verifying        : libpaper-1.1.28-4.el9.x86_64                       374/511 
DEBUG:   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           375/511 
DEBUG:   Verifying        : librsvg2-2.50.7-3.el9.x86_64                       376/511 
DEBUG:   Verifying        : libsbc-1.4-9.el9.x86_64                            377/511 
DEBUG:   Verifying        : libsndfile-1.0.31-9.el9.x86_64                     378/511 
DEBUG:   Verifying        : libsoup-2.72.0-10.el9.x86_64                       379/511 
DEBUG:   Verifying        : libstemmer-0-18.585svn.el9.x86_64                  380/511 
DEBUG:   Verifying        : libthai-0.1.28-8.el9.x86_64                        381/511 
DEBUG:   Verifying        : libtheora-1:1.1.1-31.el9.x86_64                    382/511 
DEBUG:   Verifying        : libtiff-4.4.0-13.el9.x86_64                        383/511 
DEBUG:   Verifying        : libtracker-sparql-3.1.2-3.el9.x86_64               384/511 
DEBUG:   Verifying        : libvorbis-1:1.3.7-5.el9.x86_64                     385/511 
DEBUG:   Verifying        : libwayland-client-1.21.0-1.el9.x86_64              386/511 
DEBUG:   Verifying        : libwayland-cursor-1.21.0-1.el9.x86_64              387/511 
DEBUG:   Verifying        : libwayland-egl-1.21.0-1.el9.x86_64                 388/511 
DEBUG:   Verifying        : libwayland-server-1.21.0-1.el9.x86_64              389/511 
DEBUG:   Verifying        : libwebp-1.2.0-8.el9.x86_64                         390/511 
DEBUG:   Verifying        : libwmf-lite-0.2.12-10.el9.x86_64                   391/511 
DEBUG:   Verifying        : libxcb-1.13.1-9.el9.x86_64                         392/511 
DEBUG:   Verifying        : libxcrypt-compat-4.4.18-3.el9.x86_64               393/511 
DEBUG:   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                394/511 
DEBUG:   Verifying        : libxkbcommon-1.0.3-4.el9.x86_64                    395/511 
DEBUG:   Verifying        : libxshmfence-1.3-10.el9.x86_64                     396/511 
DEBUG:   Verifying        : libxslt-1.1.34-12.el9.x86_64                       397/511 
DEBUG:   Verifying        : llvm-filesystem-20.1.1-3.el9.x86_64                398/511 
DEBUG:   Verifying        : llvm-libs-20.1.1-3.el9.x86_64                      399/511 
DEBUG:   Verifying        : low-memory-monitor-2.1-4.el9.x86_64                400/511 
DEBUG:   Verifying        : lua-srpm-macros-1-6.el9.noarch                     401/511 
DEBUG:   Verifying        : mesa-dri-drivers-24.2.8-2.el9.x86_64               402/511 
DEBUG:   Verifying        : mesa-filesystem-24.2.8-2.el9.x86_64                403/511 
DEBUG:   Verifying        : mesa-libEGL-24.2.8-2.el9.x86_64                    404/511 
DEBUG:   Verifying        : mesa-libGL-24.2.8-2.el9.x86_64                     405/511 
DEBUG:   Verifying        : mesa-libgbm-24.2.8-2.el9.x86_64                    406/511 
DEBUG:   Verifying        : mesa-libglapi-24.2.8-2.el9.x86_64                  407/511 
DEBUG:   Verifying        : mkfontscale-1.2.1-3.el9.x86_64                     408/511 
DEBUG:   Verifying        : nspr-4.35.0-17.el9.x86_64                          409/511 
DEBUG:   Verifying        : nss-3.101.0-10.el9.x86_64                          410/511 
DEBUG:   Verifying        : nss-softokn-3.101.0-10.el9.x86_64                  411/511 
DEBUG:   Verifying        : nss-softokn-freebl-3.101.0-10.el9.x86_64           412/511 
DEBUG:   Verifying        : nss-sysinit-3.101.0-10.el9.x86_64                  413/511 
DEBUG:   Verifying        : nss-util-3.101.0-10.el9.x86_64                     414/511 
DEBUG:   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                   415/511 
DEBUG:   Verifying        : openblas-srpm-macros-2-11.el9.noarch               416/511 
DEBUG:   Verifying        : openexr-libs-3.1.1-3.el9.x86_64                    417/511 
DEBUG:   Verifying        : openjpeg2-2.4.0-8.el9.x86_64                       418/511 
DEBUG:   Verifying        : opus-1.3.1-10.el9.x86_64                           419/511 
DEBUG:   Verifying        : orc-0.4.31-8.el9.x86_64                            420/511 
DEBUG:   Verifying        : osinfo-db-20250124-1.el9.noarch                    421/511 
DEBUG:   Verifying        : osinfo-db-tools-1.10.0-1.el9.x86_64                422/511 
DEBUG:   Verifying        : ostree-libs-2025.2-1.el9.x86_64                    423/511 
DEBUG:   Verifying        : p11-kit-server-0.25.3-3.el9.x86_64                 424/511 
DEBUG:   Verifying        : pango-1.48.7-3.el9.x86_64                          425/511 
DEBUG:   Verifying        : patch-2.7.6-16.el9.x86_64                          426/511 
DEBUG:   Verifying        : perl-NDBM_File-1.15-481.el9.x86_64                 427/511 
DEBUG:   Verifying        : perl-srpm-macros-1-41.el9.noarch                   428/511 
DEBUG:   Verifying        : pipewire-1.0.1-1.el9.x86_64                        429/511 
DEBUG:   Verifying        : pipewire-alsa-1.0.1-1.el9.x86_64                   430/511 
DEBUG:   Verifying        : pipewire-jack-audio-connection-kit-1.0.1-1.el9.x   431/511 
DEBUG:   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.1-1.   432/511 
DEBUG:   Verifying        : pipewire-libs-1.0.1-1.el9.x86_64                   433/511 
DEBUG:   Verifying        : pipewire-pulseaudio-1.0.1-1.el9.x86_64             434/511 
DEBUG:   Verifying        : pixman-0.40.0-6.el9.x86_64                         435/511 
DEBUG:   Verifying        : poppler-21.01.0-21.el9.x86_64                      436/511 
DEBUG:   Verifying        : poppler-data-0.4.9-9.el9.noarch                    437/511 
DEBUG:   Verifying        : poppler-glib-21.01.0-21.el9.x86_64                 438/511 
DEBUG:   Verifying        : pulseaudio-libs-15.0-3.el9.x86_64                  439/511 
DEBUG:   Verifying        : pyproject-srpm-macros-1.16.2-1.el9.noarch          440/511 
DEBUG:   Verifying        : python-rpm-macros-3.9-54.el9.noarch                441/511 
DEBUG:   Verifying        : python-srpm-macros-3.9-54.el9.noarch               442/511 
DEBUG:   Verifying        : python-unversioned-command-3.9.21-2.el9.noarch     443/511 
DEBUG:   Verifying        : python3-babel-2.9.1-2.el9.noarch                   444/511 
DEBUG:   Verifying        : python3-devel-3.9.21-2.el9.x86_64                  445/511 
DEBUG:   Verifying        : python3-docutils-0.16-6.el9.noarch                 446/511 
DEBUG:   Verifying        : python3-packaging-20.9-5.el9.noarch                447/511 
DEBUG:   Verifying        : python3-pip-21.3.1-1.el9.noarch                    448/511 
DEBUG:   Verifying        : python3-pytz-2021.1-5.el9.noarch                   449/511 
DEBUG:   Verifying        : python3-rpm-generators-12-9.el9.noarch             450/511 
DEBUG:   Verifying        : python3-rpm-macros-3.9-54.el9.noarch               451/511 
DEBUG:   Verifying        : python3-tomli-2.0.1-5.el9.noarch                   452/511 
DEBUG:   Verifying        : qt5-srpm-macros-5.15.9-1.el9.noarch                453/511 
DEBUG:   Verifying        : redhat-rpm-config-209-1.el9.noarch                 454/511 
DEBUG:   Verifying        : rpm-build-4.16.1.3-37.el9.x86_64                   455/511 
DEBUG:   Verifying        : rtkit-0.11-29.el9.x86_64                           456/511 
DEBUG:   Verifying        : rust-srpm-macros-17-4.el9.noarch                   457/511 
DEBUG:   Verifying        : sound-theme-freedesktop-0.8-17.el9.noarch          458/511 
DEBUG:   Verifying        : totem-pl-parser-3.26.6-2.el9.x86_64                459/511 
DEBUG:   Verifying        : tracker-3.1.2-3.el9.x86_64                         460/511 
DEBUG:   Verifying        : tracker-miners-3.1.2-4.el9.x86_64                  461/511 
DEBUG:   Verifying        : upower-0.99.11-11.el9.x86_64                       462/511 
DEBUG:   Verifying        : urw-base35-bookman-fonts-20200910-6.el9.noarch     463/511 
DEBUG:   Verifying        : urw-base35-c059-fonts-20200910-6.el9.noarch        464/511 
DEBUG:   Verifying        : urw-base35-d050000l-fonts-20200910-6.el9.noarch    465/511 
DEBUG:   Verifying        : urw-base35-fonts-20200910-6.el9.noarch             466/511 
DEBUG:   Verifying        : urw-base35-fonts-common-20200910-6.el9.noarch      467/511 
DEBUG:   Verifying        : urw-base35-gothic-fonts-20200910-6.el9.noarch      468/511 
DEBUG:   Verifying        : urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.n   469/511 
DEBUG:   Verifying        : urw-base35-nimbus-roman-fonts-20200910-6.el9.noa   470/511 
DEBUG:   Verifying        : urw-base35-nimbus-sans-fonts-20200910-6.el9.noar   471/511 
DEBUG:   Verifying        : urw-base35-p052-fonts-20200910-6.el9.noarch        472/511 
DEBUG:   Verifying        : urw-base35-standard-symbols-ps-fonts-20200910-6.   473/511 
DEBUG:   Verifying        : urw-base35-z003-fonts-20200910-6.el9.noarch        474/511 
DEBUG:   Verifying        : webkit2gtk3-jsc-2.44.3-2.el9.x86_64                475/511 
DEBUG:   Verifying        : webrtc-audio-processing-0.3.1-8.el9.x86_64         476/511 
DEBUG:   Verifying        : wireplumber-0.4.14-1.el9.x86_64                    477/511 
DEBUG:   Verifying        : wireplumber-libs-0.4.14-1.el9.x86_64               478/511 
DEBUG:   Verifying        : xdg-dbus-proxy-0.1.3-1.el9.x86_64                  479/511 
DEBUG:   Verifying        : xdg-desktop-portal-1.12.6-1.el9.x86_64             480/511 
DEBUG:   Verifying        : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64         481/511 
DEBUG:   Verifying        : xkeyboard-config-2.33-2.el9.noarch                 482/511 
DEBUG:   Verifying        : xml-common-0.6.3-58.el9.noarch                     483/511 
DEBUG:   Verifying        : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc   484/511 
DEBUG:   Verifying        : python3-imagesize-1.2.0-6.el9.noarch               485/511 
DEBUG:   Verifying        : python3-pygments-2.7.4-4.el9.noarch                486/511 
DEBUG:   Verifying        : python3-snowballstemmer-1.9.0-10.el9.noarch        487/511 
DEBUG:   Verifying        : python3-sphinx-1:3.4.3-8.el9.noarch                488/511 
DEBUG:   Verifying        : python3-sphinx-theme-alabaster-0.7.12-13.el9.noa   489/511 
DEBUG:   Verifying        : python3-sphinxcontrib-applehelp-1.0.2-5.el9.noar   490/511 
DEBUG:   Verifying        : python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch   491/511 
DEBUG:   Verifying        : python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarc   492/511 
DEBUG:   Verifying        : python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch   493/511 
DEBUG:   Verifying        : python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch    494/511 
DEBUG:   Verifying        : python3-sphinxcontrib-serializinghtml-1.1.4-5.el   495/511 
DEBUG:   Verifying        : libraqm-0.7.0-7.el9s.x86_64                        496/511 
DEBUG:   Verifying        : python3-eventlet-0.36.1-1.el9s.noarch              497/511 
DEBUG:   Verifying        : python3-greenlet-3.0.3-2.el9s.x86_64               498/511 
DEBUG:   Verifying        : python3-jinja2-3.0.1-2.el9s.noarch                 499/511 
DEBUG:   Verifying        : python3-markupsafe-2.1.5-1.el9s.x86_64             500/511 
DEBUG:   Verifying        : python3-pbr-6.0.0-1.el9s.noarch                    501/511 
DEBUG:   Verifying        : python3-pyparsing-3.1.2-7.el9s.noarch              502/511 
DEBUG:   Verifying        : python3-requests-2.32.3-3.el9s.noarch              503/511 
DEBUG:   Verifying        : python3-setuptools-65.5.1-2.el9s.noarch            504/511 
DEBUG:   Verifying        : python3-setuptools-wheel-65.5.1-2.el9s.noarch      505/511 
DEBUG:   Verifying        : python3-sqlalchemy-2.0.31-1.el9s.x86_64            506/511 
DEBUG:   Verifying        : python3-typing-extensions-4.12.2-2.el9s.noarch     507/511 
DEBUG:   Verifying        : ImageMagick-6.9.12.98-1.el9s.x86_64                508/511 
DEBUG:   Verifying        : ImageMagick-libs-6.9.12.98-1.el9s.x86_64           509/511 
DEBUG:   Verifying        : liblqr-1-0.4.2-17.el9s.x86_64                      510/511 
DEBUG:   Verifying        : python3-setuptools_scm-7.1.0-2.el9s.noarch         511/511 
DEBUG: Installed:
DEBUG:   ImageMagick-6.9.12.98-1.el9s.x86_64                                           
DEBUG:   ImageMagick-libs-6.9.12.98-1.el9s.x86_64                                      
DEBUG:   LibRaw-0.21.1-1.el9.x86_64                                                    
DEBUG:   ModemManager-glib-1.20.2-1.el9.x86_64                                         
DEBUG:   NetworkManager-libnm-1:1.53.3-1.el9.x86_64                                    
DEBUG:   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
DEBUG:   acl-2.3.1-4.el9.x86_64                                                        
DEBUG:   adobe-mappings-cmap-20171205-12.el9.noarch                                    
DEBUG:   adobe-mappings-cmap-deprecated-20171205-12.el9.noarch                         
DEBUG:   adobe-mappings-pdf-20180407-10.el9.noarch                                     
DEBUG:   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
DEBUG:   adwaita-cursor-theme-40.1.1-3.el9.noarch                                      
DEBUG:   adwaita-icon-theme-40.1.1-3.el9.noarch                                        
DEBUG:   alsa-lib-1.2.13-2.el9.x86_64                                                  
DEBUG:   alternatives-1.24-2.el9.x86_64                                                
DEBUG:   annobin-12.92-2.el9.x86_64                                                    
DEBUG:   at-spi2-atk-2.38.0-4.el9.x86_64                                               
DEBUG:   at-spi2-core-2.40.3-1.el9.x86_64                                              
DEBUG:   atk-2.36.0-5.el9.x86_64                                                       
DEBUG:   audit-libs-3.1.5-7.el9.x86_64                                                 
DEBUG:   avahi-glib-0.8-21.el9.x86_64                                                  
DEBUG:   avahi-libs-0.8-21.el9.x86_64                                                  
DEBUG:   basesystem-11-13.el9.noarch                                                   
DEBUG:   bash-5.1.8-9.el9.x86_64                                                       
DEBUG:   binutils-2.35.2-63.el9.x86_64                                                 
DEBUG:   binutils-gold-2.35.2-63.el9.x86_64                                            
DEBUG:   bluez-libs-5.56-6.el9.x86_64                                                  
DEBUG:   bubblewrap-0.4.1-8.el9.x86_64                                                 
DEBUG:   bzip2-1.0.8-10.el9.x86_64                                                     
DEBUG:   bzip2-libs-1.0.8-10.el9.x86_64                                                
DEBUG:   ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch                            
DEBUG:   cairo-1.17.4-7.el9.x86_64                                                     
DEBUG:   cairo-gobject-1.17.4-7.el9.x86_64                                             
DEBUG:   centos-gpg-keys-9.0-26.el9.noarch                                             
DEBUG:   centos-stream-release-9.0-26.el9.noarch                                       
DEBUG:   centos-stream-repos-9.0-26.el9.noarch                                         
DEBUG:   colord-libs-1.4.5-4.el9.x86_64                                                
DEBUG:   composefs-libs-1.0.8-1.el9.x86_64                                             
DEBUG:   coreutils-8.32-39.el9.x86_64                                                  
DEBUG:   coreutils-common-8.32-39.el9.x86_64                                           
DEBUG:   cpio-2.13-16.el9.x86_64                                                       
DEBUG:   cpp-11.5.0-5.el9.x86_64                                                       
DEBUG:   cracklib-2.9.6-27.el9.x86_64                                                  
DEBUG:   cracklib-dicts-2.9.6-27.el9.x86_64                                            
DEBUG:   crypto-policies-20250128-1.git5269e22.el9.noarch                              
DEBUG:   crypto-policies-scripts-20250128-1.git5269e22.el9.noarch                      
DEBUG:   cryptsetup-libs-2.7.2-3.el9.x86_64                                            
DEBUG:   cups-libs-1:2.3.3op2-33.el9.x86_64                                            
DEBUG:   curl-7.76.1-31.el9.x86_64                                                     
DEBUG:   cyrus-sasl-lib-2.1.27-21.el9.x86_64                                           
DEBUG:   dbus-1:1.12.20-8.el9.x86_64                                                   
DEBUG:   dbus-broker-28-7.el9.x86_64                                                   
DEBUG:   dbus-common-1:1.12.20-8.el9.noarch                                            
DEBUG:   dbus-libs-1:1.12.20-8.el9.x86_64                                              
DEBUG:   dconf-0.40.0-6.el9.x86_64                                                     
DEBUG:   debugedit-5.0-10.el9.x86_64                                                   
DEBUG:   dejavu-sans-fonts-2.37-18.el9.noarch                                          
DEBUG:   device-mapper-9:1.02.202-6.el9.x86_64                                         
DEBUG:   device-mapper-libs-9:1.02.202-6.el9.x86_64                                    
DEBUG:   diffutils-3.7-12.el9.x86_64                                                   
DEBUG:   dwz-0.14-3.el9.x86_64                                                         
DEBUG:   ed-1.14.2-12.el9.x86_64                                                       
DEBUG:   efi-srpm-macros-6-2.el9.noarch                                                
DEBUG:   elfutils-0.192-5.el9.x86_64                                                   
DEBUG:   elfutils-debuginfod-client-0.192-5.el9.x86_64                                 
DEBUG:   elfutils-default-yama-scope-0.192-5.el9.noarch                                
DEBUG:   elfutils-libelf-0.192-5.el9.x86_64                                            
DEBUG:   elfutils-libs-0.192-5.el9.x86_64                                              
DEBUG:   exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64                                
DEBUG:   exiv2-0.27.5-2.el9.x86_64                                                     
DEBUG:   exiv2-libs-0.27.5-2.el9.x86_64                                                
DEBUG:   expat-2.5.0-4.el9.x86_64                                                      
DEBUG:   fdk-aac-free-2.0.0-8.el9.x86_64                                               
DEBUG:   file-5.39-16.el9.x86_64                                                       
DEBUG:   file-libs-5.39-16.el9.x86_64                                                  
DEBUG:   filesystem-3.16-5.el9.x86_64                                                  
DEBUG:   findutils-1:4.8.0-7.el9.x86_64                                                
DEBUG:   flac-libs-1.3.3-12.el9.x86_64                                                 
DEBUG:   flatpak-1.12.9-4.el9.x86_64                                                   
DEBUG:   flatpak-session-helper-1.12.9-4.el9.x86_64                                    
DEBUG:   fontconfig-2.14.0-2.el9.x86_64                                                
DEBUG:   fonts-filesystem-1:2.0.5-7.el9.1.noarch                                       
DEBUG:   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
DEBUG:   freetype-2.10.4-9.el9.x86_64                                                  
DEBUG:   fribidi-1.0.10-6.el9.2.x86_64                                                 
DEBUG:   fuse-2.9.9-17.el9.x86_64                                                      
DEBUG:   fuse-common-3.10.2-9.el9.x86_64                                               
DEBUG:   fuse-libs-2.9.9-17.el9.x86_64                                                 
DEBUG:   gawk-5.1.0-6.el9.x86_64                                                       
DEBUG:   gawk-all-langpacks-5.1.0-6.el9.x86_64                                         
DEBUG:   gcc-11.5.0-5.el9.x86_64                                                       
DEBUG:   gcc-plugin-annobin-11.5.0-5.el9.x86_64                                        
DEBUG:   gd-2.3.2-3.el9.x86_64                                                         
DEBUG:   gdb-minimal-14.2-4.el9.x86_64                                                 
DEBUG:   gdbm-libs-1:1.23-1.el9.x86_64                                                 
DEBUG:   gdk-pixbuf2-2.42.6-4.el9.x86_64                                               
DEBUG:   gdk-pixbuf2-modules-2.42.6-4.el9.x86_64                                       
DEBUG:   geoclue2-2.6.0-7.el9.x86_64                                                   
DEBUG:   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
DEBUG:   giflib-5.2.1-9.el9.x86_64                                                     
DEBUG:   git-core-2.47.1-1.el9.x86_64                                                  
DEBUG:   glib-networking-2.68.3-3.el9.x86_64                                           
DEBUG:   glib2-2.68.4-16.el9.x86_64                                                    
DEBUG:   glibc-2.34-187.el9.x86_64                                                     
DEBUG:   glibc-common-2.34-187.el9.x86_64                                              
DEBUG:   glibc-devel-2.34-187.el9.x86_64                                               
DEBUG:   glibc-gconv-extra-2.34-187.el9.x86_64                                         
DEBUG:   glibc-headers-2.34-187.el9.x86_64                                             
DEBUG:   glibc-minimal-langpack-2.34-187.el9.x86_64                                    
DEBUG:   gmp-1:6.2.0-13.el9.x86_64                                                     
DEBUG:   gnupg2-2.3.3-4.el9.x86_64                                                     
DEBUG:   gnutls-3.8.3-6.el9.x86_64                                                     
DEBUG:   go-srpm-macros-3.6.0-11.el9.noarch                                            
DEBUG:   gobject-introspection-1.68.0-11.el9.x86_64                                    
DEBUG:   google-droid-sans-fonts-20200215-11.el9.2.noarch                              
DEBUG:   gpgme-1.15.1-6.el9.x86_64                                                     
DEBUG:   graphene-1.10.6-2.el9.x86_64                                                  
DEBUG:   graphite2-1.3.14-9.el9.x86_64                                                 
DEBUG:   graphviz-2.44.0-26.el9.x86_64                                                 
DEBUG:   grep-3.6-5.el9.x86_64                                                         
DEBUG:   groff-base-1.22.4-10.el9.x86_64                                               
DEBUG:   gsettings-desktop-schemas-40.0-6.el9.x86_64                                   
DEBUG:   gsm-1.0.19-6.el9.x86_64                                                       
DEBUG:   gstreamer1-1.22.12-3.el9.x86_64                                               
DEBUG:   gstreamer1-plugins-base-1.22.12-4.el9.x86_64                                  
DEBUG:   gtk-update-icon-cache-3.24.31-5.el9.x86_64                                    
DEBUG:   gtk2-2.24.33-8.el9.x86_64                                                     
DEBUG:   gtk3-3.24.31-5.el9.x86_64                                                     
DEBUG:   gzip-1.12-1.el9.x86_64                                                        
DEBUG:   harfbuzz-2.7.4-10.el9.x86_64                                                  
DEBUG:   hicolor-icon-theme-0.17-13.el9.noarch                                         
DEBUG:   hwdata-0.348-9.18.el9.noarch                                                  
DEBUG:   imath-3.1.2-1.el9.x86_64                                                      
DEBUG:   info-6.7-15.el9.x86_64                                                        
DEBUG:   iso-codes-4.6.0-3.el9.noarch                                                  
DEBUG:   jasper-libs-2.0.28-3.el9.x86_64                                               
DEBUG:   jbig2dec-libs-0.19-7.el9.x86_64                                               
DEBUG:   jbigkit-libs-2.1-23.el9.x86_64                                                
DEBUG:   json-c-0.14-11.el9.x86_64                                                     
DEBUG:   json-glib-1.6.6-1.el9.x86_64                                                  
DEBUG:   kbd-2.4.0-11.el9.x86_64                                                       
DEBUG:   kbd-legacy-2.4.0-11.el9.noarch                                                
DEBUG:   kbd-misc-2.4.0-11.el9.noarch                                                  
DEBUG:   kernel-headers-5.14.0-580.el9.x86_64                                          
DEBUG:   kernel-srpm-macros-1.0-13.el9.noarch                                          
DEBUG:   keyutils-libs-1.6.3-1.el9.x86_64                                              
DEBUG:   kmod-28-10.el9.x86_64                                                         
DEBUG:   kmod-libs-28-10.el9.x86_64                                                    
DEBUG:   krb5-libs-1.21.1-6.el9.x86_64                                                 
DEBUG:   langpacks-core-font-en-3.0-16.el9.noarch                                      
DEBUG:   lcms2-2.12-3.el9.x86_64                                                       
DEBUG:   less-590-5.el9.x86_64                                                         
DEBUG:   libICE-1.0.10-8.el9.x86_64                                                    
DEBUG:   libSM-1.2.3-10.el9.x86_64                                                     
DEBUG:   libX11-1.7.0-11.el9.x86_64                                                    
DEBUG:   libX11-common-1.7.0-11.el9.noarch                                             
DEBUG:   libX11-xcb-1.7.0-11.el9.x86_64                                                
DEBUG:   libXau-1.0.9-8.el9.x86_64                                                     
DEBUG:   libXaw-1.0.13-19.el9.x86_64                                                   
DEBUG:   libXcomposite-0.4.5-7.el9.x86_64                                              
DEBUG:   libXcursor-1.2.0-7.el9.x86_64                                                 
DEBUG:   libXdamage-1.1.5-7.el9.x86_64                                                 
DEBUG:   libXext-1.3.4-8.el9.x86_64                                                    
DEBUG:   libXfixes-5.0.3-16.el9.x86_64                                                 
DEBUG:   libXft-2.3.3-8.el9.x86_64                                                     
DEBUG:   libXi-1.7.10-8.el9.x86_64                                                     
DEBUG:   libXinerama-1.1.4-10.el9.x86_64                                               
DEBUG:   libXmu-1.1.3-8.el9.x86_64                                                     
DEBUG:   libXpm-3.5.13-10.el9.x86_64                                                   
DEBUG:   libXrandr-1.5.2-8.el9.x86_64                                                  
DEBUG:   libXrender-0.9.10-16.el9.x86_64                                               
DEBUG:   libXt-1.2.0-6.el9.x86_64                                                      
DEBUG:   libXtst-1.2.3-16.el9.x86_64                                                   
DEBUG:   libXv-1.0.11-16.el9.x86_64                                                    
DEBUG:   libXxf86vm-1.1.4-18.el9.x86_64                                                
DEBUG:   libacl-2.3.1-4.el9.x86_64                                                     
DEBUG:   libappstream-glib-0.7.18-5.el9.x86_64                                         
DEBUG:   libarchive-3.5.3-4.el9.x86_64                                                 
DEBUG:   libassuan-2.5.5-3.el9.x86_64                                                  
DEBUG:   libasyncns-0.8-22.el9.x86_64                                                  
DEBUG:   libatomic-11.5.0-5.el9.x86_64                                                 
DEBUG:   libattr-2.5.1-3.el9.x86_64                                                    
DEBUG:   libblkid-2.37.4-21.el9.x86_64                                                 
DEBUG:   libbrotli-1.0.9-7.el9.x86_64                                                  
DEBUG:   libcanberra-0.30-27.el9.x86_64                                                
DEBUG:   libcanberra-gtk2-0.30-27.el9.x86_64                                           
DEBUG:   libcanberra-gtk3-0.30-27.el9.x86_64                                           
DEBUG:   libcap-2.48-9.el9.x86_64                                                      
DEBUG:   libcap-ng-0.8.2-7.el9.x86_64                                                  
DEBUG:   libcbor-0.7.0-5.el9.x86_64                                                    
DEBUG:   libcom_err-1.46.5-7.el9.x86_64                                                
DEBUG:   libcurl-7.76.1-31.el9.x86_64                                                  
DEBUG:   libdatrie-0.2.13-4.el9.x86_64                                                 
DEBUG:   libdb-5.3.28-55.el9.x86_64                                                    
DEBUG:   libdrm-2.4.123-2.el9.x86_64                                                   
DEBUG:   libeconf-0.4.1-4.el9.x86_64                                                   
DEBUG:   libedit-3.1-38.20210216cvs.el9.x86_64                                         
DEBUG:   libepoxy-1.5.5-4.el9.x86_64                                                   
DEBUG:   libevent-2.1.12-8.el9.x86_64                                                  
DEBUG:   libexif-0.6.22-6.el9.x86_64                                                   
DEBUG:   libfdisk-2.37.4-21.el9.x86_64                                                 
DEBUG:   libffi-3.4.2-8.el9.x86_64                                                     
DEBUG:   libfido2-1.13.0-2.el9.x86_64                                                  
DEBUG:   libfontenc-1.1.3-17.el9.x86_64                                                
DEBUG:   libgcc-11.5.0-5.el9.x86_64                                                    
DEBUG:   libgcrypt-1.10.0-11.el9.x86_64                                                
DEBUG:   libgexiv2-0.12.3-1.el9.x86_64                                                 
DEBUG:   libglvnd-1:1.3.4-1.el9.x86_64                                                 
DEBUG:   libglvnd-egl-1:1.3.4-1.el9.x86_64                                             
DEBUG:   libglvnd-glx-1:1.3.4-1.el9.x86_64                                             
DEBUG:   libgomp-11.5.0-5.el9.x86_64                                                   
DEBUG:   libgpg-error-1.42-5.el9.x86_64                                                
DEBUG:   libgs-9.54.0-17.el9.x86_64                                                    
DEBUG:   libgsf-1.14.47-5.el9.x86_64                                                   
DEBUG:   libgudev-237-1.el9.x86_64                                                     
DEBUG:   libgusb-0.3.8-2.el9.x86_64                                                    
DEBUG:   libgxps-0.3.2-3.el9.x86_64                                                    
DEBUG:   libicu-67.1-9.el9.x86_64                                                      
DEBUG:   libidn2-2.3.0-7.el9.x86_64                                                    
DEBUG:   libijs-0.35-15.el9.x86_64                                                     
DEBUG:   libiptcdata-1.0.5-10.el9.x86_64                                               
DEBUG:   libjpeg-turbo-2.0.90-7.el9.x86_64                                             
DEBUG:   libksba-1.5.1-7.el9.x86_64                                                    
DEBUG:   libldac-2.0.2.3-10.el9.x86_64                                                 
DEBUG:   liblqr-1-0.4.2-17.el9s.x86_64                                                 
DEBUG:   libmount-2.37.4-21.el9.x86_64                                                 
DEBUG:   libmpc-1.2.1-4.el9.x86_64                                                     
DEBUG:   libnghttp2-1.43.0-6.el9.x86_64                                                
DEBUG:   libnotify-0.7.9-8.el9.x86_64                                                  
DEBUG:   libogg-2:1.3.4-6.el9.x86_64                                                   
DEBUG:   libosinfo-1.10.0-1.el9.x86_64                                                 
DEBUG:   libpaper-1.1.28-4.el9.x86_64                                                  
DEBUG:   libpciaccess-0.16-7.el9.x86_64                                                
DEBUG:   libpkgconf-1.7.3-10.el9.x86_64                                                
DEBUG:   libpng-2:1.6.37-12.el9.x86_64                                                 
DEBUG:   libproxy-0.4.15-35.el9.x86_64                                                 
DEBUG:   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
DEBUG:   libpsl-0.21.1-5.el9.x86_64                                                    
DEBUG:   libpwquality-1.4.4-8.el9.x86_64                                               
DEBUG:   libraqm-0.7.0-7.el9s.x86_64                                                   
DEBUG:   librsvg2-2.50.7-3.el9.x86_64                                                  
DEBUG:   libsbc-1.4-9.el9.x86_64                                                       
DEBUG:   libseccomp-2.5.2-2.el9.x86_64                                                 
DEBUG:   libselinux-3.6-3.el9.x86_64                                                   
DEBUG:   libsemanage-3.6-5.el9.x86_64                                                  
DEBUG:   libsepol-3.6-3.el9.x86_64                                                     
DEBUG:   libsigsegv-2.13-4.el9.x86_64                                                  
DEBUG:   libsmartcols-2.37.4-21.el9.x86_64                                             
DEBUG:   libsndfile-1.0.31-9.el9.x86_64                                                
DEBUG:   libsoup-2.72.0-10.el9.x86_64                                                  
DEBUG:   libssh-0.10.4-13.el9.x86_64                                                   
DEBUG:   libssh-config-0.10.4-13.el9.noarch                                            
DEBUG:   libstdc++-11.5.0-5.el9.x86_64                                                 
DEBUG:   libstemmer-0-18.585svn.el9.x86_64                                             
DEBUG:   libtasn1-4.16.0-9.el9.x86_64                                                  
DEBUG:   libtdb-1.4.12-1.el9.x86_64                                                    
DEBUG:   libthai-0.1.28-8.el9.x86_64                                                   
DEBUG:   libtheora-1:1.1.1-31.el9.x86_64                                               
DEBUG:   libtiff-4.4.0-13.el9.x86_64                                                   
DEBUG:   libtool-ltdl-2.4.6-46.el9.x86_64                                              
DEBUG:   libtracker-sparql-3.1.2-3.el9.x86_64                                          
DEBUG:   libunistring-0.9.10-15.el9.x86_64                                             
DEBUG:   libusbx-1.0.26-1.el9.x86_64                                                   
DEBUG:   libutempter-1.2.1-6.el9.x86_64                                                
DEBUG:   libuuid-2.37.4-21.el9.x86_64                                                  
DEBUG:   libverto-0.3.2-3.el9.x86_64                                                   
DEBUG:   libvorbis-1:1.3.7-5.el9.x86_64                                                
DEBUG:   libwayland-client-1.21.0-1.el9.x86_64                                         
DEBUG:   libwayland-cursor-1.21.0-1.el9.x86_64                                         
DEBUG:   libwayland-egl-1.21.0-1.el9.x86_64                                            
DEBUG:   libwayland-server-1.21.0-1.el9.x86_64                                         
DEBUG:   libwebp-1.2.0-8.el9.x86_64                                                    
DEBUG:   libwmf-lite-0.2.12-10.el9.x86_64                                              
DEBUG:   libxcb-1.13.1-9.el9.x86_64                                                    
DEBUG:   libxcrypt-4.4.18-3.el9.x86_64                                                 
DEBUG:   libxcrypt-compat-4.4.18-3.el9.x86_64                                          
DEBUG:   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
DEBUG:   libxkbcommon-1.0.3-4.el9.x86_64                                               
DEBUG:   libxml2-2.9.13-9.el9.x86_64                                                   
DEBUG:   libxshmfence-1.3-10.el9.x86_64                                                
DEBUG:   libxslt-1.1.34-12.el9.x86_64                                                  
DEBUG:   libzstd-1.5.5-1.el9.x86_64                                                    
DEBUG:   llvm-filesystem-20.1.1-3.el9.x86_64                                           
DEBUG:   llvm-libs-20.1.1-3.el9.x86_64                                                 
DEBUG:   low-memory-monitor-2.1-4.el9.x86_64                                           
DEBUG:   lua-libs-5.4.4-4.el9.x86_64                                                   
DEBUG:   lua-srpm-macros-1-6.el9.noarch                                                
DEBUG:   lz4-libs-1.9.3-5.el9.x86_64                                                   
DEBUG:   make-1:4.3-8.el9.x86_64                                                       
DEBUG:   mesa-dri-drivers-24.2.8-2.el9.x86_64                                          
DEBUG:   mesa-filesystem-24.2.8-2.el9.x86_64                                           
DEBUG:   mesa-libEGL-24.2.8-2.el9.x86_64                                               
DEBUG:   mesa-libGL-24.2.8-2.el9.x86_64                                                
DEBUG:   mesa-libgbm-24.2.8-2.el9.x86_64                                               
DEBUG:   mesa-libglapi-24.2.8-2.el9.x86_64                                             
DEBUG:   mkfontscale-1.2.1-3.el9.x86_64                                                
DEBUG:   mpfr-4.1.0-7.el9.x86_64                                                       
DEBUG:   ncurses-6.2-10.20210508.el9.x86_64                                            
DEBUG:   ncurses-base-6.2-10.20210508.el9.noarch                                       
DEBUG:   ncurses-libs-6.2-10.20210508.el9.x86_64                                       
DEBUG:   nettle-3.10.1-1.el9.x86_64                                                    
DEBUG:   npth-1.6-8.el9.x86_64                                                         
DEBUG:   nspr-4.35.0-17.el9.x86_64                                                     
DEBUG:   nss-3.101.0-10.el9.x86_64                                                     
DEBUG:   nss-softokn-3.101.0-10.el9.x86_64                                             
DEBUG:   nss-softokn-freebl-3.101.0-10.el9.x86_64                                      
DEBUG:   nss-sysinit-3.101.0-10.el9.x86_64                                             
DEBUG:   nss-util-3.101.0-10.el9.x86_64                                                
DEBUG:   ocaml-srpm-macros-6-6.el9.noarch                                              
DEBUG:   openblas-srpm-macros-2-11.el9.noarch                                          
DEBUG:   openexr-libs-3.1.1-3.el9.x86_64                                               
DEBUG:   openjpeg2-2.4.0-8.el9.x86_64                                                  
DEBUG:   openldap-2.6.8-4.el9.x86_64                                                   
DEBUG:   openssh-8.7p1-45.el9.x86_64                                                   
DEBUG:   openssh-clients-8.7p1-45.el9.x86_64                                           
DEBUG:   openssl-1:3.5.0-1.el9.x86_64                                                  
DEBUG:   openssl-libs-1:3.5.0-1.el9.x86_64                                             
DEBUG:   openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch                 
DEBUG:   opus-1.3.1-10.el9.x86_64                                                      
DEBUG:   orc-0.4.31-8.el9.x86_64                                                       
DEBUG:   osinfo-db-20250124-1.el9.noarch                                               
DEBUG:   osinfo-db-tools-1.10.0-1.el9.x86_64                                           
DEBUG:   ostree-libs-2025.2-1.el9.x86_64                                               
DEBUG:   p11-kit-0.25.3-3.el9.x86_64                                                   
DEBUG:   p11-kit-server-0.25.3-3.el9.x86_64                                            
DEBUG:   p11-kit-trust-0.25.3-3.el9.x86_64                                             
DEBUG:   pam-1.5.1-23.el9.x86_64                                                       
DEBUG:   pango-1.48.7-3.el9.x86_64                                                     
DEBUG:   patch-2.7.6-16.el9.x86_64                                                     
DEBUG:   pcre-8.44-4.el9.x86_64                                                        
DEBUG:   pcre2-10.40-6.el9.x86_64                                                      
DEBUG:   pcre2-syntax-10.40-6.el9.noarch                                               
DEBUG:   perl-AutoLoader-5.74-481.el9.noarch                                           
DEBUG:   perl-B-1.80-481.el9.x86_64                                                    
DEBUG:   perl-Carp-1.50-460.el9.noarch                                                 
DEBUG:   perl-Class-Struct-0.66-481.el9.noarch                                         
DEBUG:   perl-Data-Dumper-2.174-462.el9.x86_64                                         
DEBUG:   perl-Digest-1.19-4.el9.noarch                                                 
DEBUG:   perl-Digest-MD5-2.58-4.el9.x86_64                                             
DEBUG:   perl-Encode-4:3.08-462.el9.x86_64                                             
DEBUG:   perl-Errno-1.30-481.el9.x86_64                                                
DEBUG:   perl-Exporter-5.74-461.el9.noarch                                             
DEBUG:   perl-Fcntl-1.13-481.el9.x86_64                                                
DEBUG:   perl-File-Basename-2.85-481.el9.noarch                                        
DEBUG:   perl-File-Path-2.18-4.el9.noarch                                              
DEBUG:   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
DEBUG:   perl-File-stat-1.09-481.el9.noarch                                            
DEBUG:   perl-FileHandle-2.03-481.el9.noarch                                           
DEBUG:   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
DEBUG:   perl-Getopt-Std-1.12-481.el9.noarch                                           
DEBUG:   perl-HTTP-Tiny-0.076-462.el9.noarch                                           
DEBUG:   perl-IO-1.43-481.el9.x86_64                                                   
DEBUG:   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
DEBUG:   perl-IO-Socket-SSL-2.073-2.el9.noarch                                         
DEBUG:   perl-IPC-Open3-1.21-481.el9.noarch                                            
DEBUG:   perl-MIME-Base64-3.16-4.el9.x86_64                                            
DEBUG:   perl-Mozilla-CA-20200520-6.el9.noarch                                         
DEBUG:   perl-NDBM_File-1.15-481.el9.x86_64                                            
DEBUG:   perl-Net-SSLeay-1.94-1.el9.x86_64                                             
DEBUG:   perl-POSIX-1.94-481.el9.x86_64                                                
DEBUG:   perl-PathTools-3.78-461.el9.x86_64                                            
DEBUG:   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
DEBUG:   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
DEBUG:   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
DEBUG:   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
DEBUG:   perl-Scalar-List-Utils-4:1.56-462.el9.x86_64                                  
DEBUG:   perl-SelectSaver-1.02-481.el9.noarch                                          
DEBUG:   perl-Socket-4:2.031-4.el9.x86_64                                              
DEBUG:   perl-Storable-1:3.21-460.el9.x86_64                                           
DEBUG:   perl-Symbol-1.08-481.el9.noarch                                               
DEBUG:   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
DEBUG:   perl-Term-Cap-1.17-460.el9.noarch                                             
DEBUG:   perl-Text-ParseWords-3.30-460.el9.noarch                                      
DEBUG:   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
DEBUG:   perl-Time-Local-2:1.300-7.el9.noarch                                          
DEBUG:   perl-URI-5.09-3.el9.noarch                                                    
DEBUG:   perl-base-2.27-481.el9.noarch                                                 
DEBUG:   perl-constant-1.33-461.el9.noarch                                             
DEBUG:   perl-if-0.60.800-481.el9.noarch                                               
DEBUG:   perl-interpreter-4:5.32.1-481.el9.x86_64                                      
DEBUG:   perl-libnet-3.13-4.el9.noarch                                                 
DEBUG:   perl-libs-4:5.32.1-481.el9.x86_64                                             
DEBUG:   perl-mro-1.23-481.el9.x86_64                                                  
DEBUG:   perl-overload-1.31-481.el9.noarch                                             
DEBUG:   perl-overloading-0.02-481.el9.noarch                                          
DEBUG:   perl-parent-1:0.238-460.el9.noarch                                            
DEBUG:   perl-podlators-1:4.14-460.el9.noarch                                          
DEBUG:   perl-srpm-macros-1-41.el9.noarch                                              
DEBUG:   perl-subs-1.03-481.el9.noarch                                                 
DEBUG:   perl-vars-1.05-481.el9.noarch                                                 
DEBUG:   pipewire-1.0.1-1.el9.x86_64                                                   
DEBUG:   pipewire-alsa-1.0.1-1.el9.x86_64                                              
DEBUG:   pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64                         
DEBUG:   pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64                    
DEBUG:   pipewire-libs-1.0.1-1.el9.x86_64                                              
DEBUG:   pipewire-pulseaudio-1.0.1-1.el9.x86_64                                        
DEBUG:   pixman-0.40.0-6.el9.x86_64                                                    
DEBUG:   pkgconf-1.7.3-10.el9.x86_64                                                   
DEBUG:   pkgconf-m4-1.7.3-10.el9.noarch                                                
DEBUG:   pkgconf-pkg-config-1.7.3-10.el9.x86_64                                        
DEBUG:   polkit-0.117-13.el9.x86_64                                                    
DEBUG:   polkit-libs-0.117-13.el9.x86_64                                               
DEBUG:   polkit-pkla-compat-0.1-21.el9.x86_64                                          
DEBUG:   poppler-21.01.0-21.el9.x86_64                                                 
DEBUG:   poppler-data-0.4.9-9.el9.noarch                                               
DEBUG:   poppler-glib-21.01.0-21.el9.x86_64                                            
DEBUG:   popt-1.18-8.el9.x86_64                                                        
DEBUG:   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
DEBUG:   pulseaudio-libs-15.0-3.el9.x86_64                                             
DEBUG:   pyproject-srpm-macros-1.16.2-1.el9.noarch                                     
DEBUG:   python-rpm-macros-3.9-54.el9.noarch                                           
DEBUG:   python-srpm-macros-3.9-54.el9.noarch                                          
DEBUG:   python-unversioned-command-3.9.21-2.el9.noarch                                
DEBUG:   python3-3.9.21-2.el9.x86_64                                                   
DEBUG:   python3-babel-2.9.1-2.el9.noarch                                              
DEBUG:   python3-devel-3.9.21-2.el9.x86_64                                             
DEBUG:   python3-dns-2.6.1-3.el9.noarch                                                
DEBUG:   python3-docutils-0.16-6.el9.noarch                                            
DEBUG:   python3-eventlet-0.36.1-1.el9s.noarch                                         
DEBUG:   python3-greenlet-3.0.3-2.el9s.x86_64                                          
DEBUG:   python3-idna-2.10-7.el9.1.noarch                                              
DEBUG:   python3-imagesize-1.2.0-6.el9.noarch                                          
DEBUG:   python3-jinja2-3.0.1-2.el9s.noarch                                            
DEBUG:   python3-libs-3.9.21-2.el9.x86_64                                              
DEBUG:   python3-markupsafe-2.1.5-1.el9s.x86_64                                        
DEBUG:   python3-packaging-20.9-5.el9.noarch                                           
DEBUG:   python3-pbr-6.0.0-1.el9s.noarch                                               
DEBUG:   python3-pip-21.3.1-1.el9.noarch                                               
DEBUG:   python3-pip-wheel-21.3.1-1.el9.noarch                                         
DEBUG:   python3-pygments-2.7.4-4.el9.noarch                                           
DEBUG:   python3-pyparsing-3.1.2-7.el9s.noarch                                         
DEBUG:   python3-pysocks-1.7.1-12.el9.noarch                                           
DEBUG:   python3-pytz-2021.1-5.el9.noarch                                              
DEBUG:   python3-requests-2.32.3-3.el9s.noarch                                         
DEBUG:   python3-rpm-generators-12-9.el9.noarch                                        
DEBUG:   python3-rpm-macros-3.9-54.el9.noarch                                          
DEBUG:   python3-setuptools-65.5.1-2.el9s.noarch                                       
DEBUG:   python3-setuptools-wheel-65.5.1-2.el9s.noarch                                 
DEBUG:   python3-setuptools_scm-7.1.0-2.el9s.noarch                                    
DEBUG:   python3-six-1.15.0-9.el9.noarch                                               
DEBUG:   python3-snowballstemmer-1.9.0-10.el9.noarch                                   
DEBUG:   python3-sphinx-1:3.4.3-8.el9.noarch                                           
DEBUG:   python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch                           
DEBUG:   python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch                            
DEBUG:   python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch                              
DEBUG:   python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch                             
DEBUG:   python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch                              
DEBUG:   python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch                               
DEBUG:   python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch                      
DEBUG:   python3-sqlalchemy-2.0.31-1.el9s.x86_64                                       
DEBUG:   python3-tomli-2.0.1-5.el9.noarch                                              
DEBUG:   python3-typing-extensions-4.12.2-2.el9s.noarch                                
DEBUG:   python3-urllib3-1.26.5-6.el9.noarch                                           
DEBUG:   qt5-srpm-macros-5.15.9-1.el9.noarch                                           
DEBUG:   readline-8.1-4.el9.x86_64                                                     
DEBUG:   redhat-rpm-config-209-1.el9.noarch                                            
DEBUG:   rpm-4.16.1.3-37.el9.x86_64                                                    
DEBUG:   rpm-build-4.16.1.3-37.el9.x86_64                                              
DEBUG:   rpm-build-libs-4.16.1.3-37.el9.x86_64                                         
DEBUG:   rpm-libs-4.16.1.3-37.el9.x86_64                                               
DEBUG:   rtkit-0.11-29.el9.x86_64                                                      
DEBUG:   rust-srpm-macros-17-4.el9.noarch                                              
DEBUG:   sed-4.8-9.el9.x86_64                                                          
DEBUG:   setup-2.13.7-10.el9.noarch                                                    
DEBUG:   shadow-utils-2:4.9-12.el9.x86_64                                              
DEBUG:   shared-mime-info-2.1-5.el9.x86_64                                             
DEBUG:   sound-theme-freedesktop-0.8-17.el9.noarch                                     
DEBUG:   sqlite-libs-3.34.1-7.el9.x86_64                                               
DEBUG:   systemd-252-53.el9.x86_64                                                     
DEBUG:   systemd-libs-252-53.el9.x86_64                                                
DEBUG:   systemd-pam-252-53.el9.x86_64                                                 
DEBUG:   systemd-rpm-macros-252-53.el9.noarch                                          
DEBUG:   systemd-udev-252-53.el9.x86_64                                                
DEBUG:   tar-2:1.34-7.el9.x86_64                                                       
DEBUG:   totem-pl-parser-3.26.6-2.el9.x86_64                                           
DEBUG:   tpm2-tss-3.2.3-1.el9.x86_64                                                   
DEBUG:   tracker-3.1.2-3.el9.x86_64                                                    
DEBUG:   tracker-miners-3.1.2-4.el9.x86_64                                             
DEBUG:   tzdata-2025b-1.el9.noarch                                                     
DEBUG:   unzip-6.0-58.el9.x86_64                                                       
DEBUG:   upower-0.99.11-11.el9.x86_64                                                  
DEBUG:   urw-base35-bookman-fonts-20200910-6.el9.noarch                                
DEBUG:   urw-base35-c059-fonts-20200910-6.el9.noarch                                   
DEBUG:   urw-base35-d050000l-fonts-20200910-6.el9.noarch                               
DEBUG:   urw-base35-fonts-20200910-6.el9.noarch                                        
DEBUG:   urw-base35-fonts-common-20200910-6.el9.noarch                                 
DEBUG:   urw-base35-gothic-fonts-20200910-6.el9.noarch                                 
DEBUG:   urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch                         
DEBUG:   urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch                           
DEBUG:   urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch                            
DEBUG:   urw-base35-p052-fonts-20200910-6.el9.noarch                                   
DEBUG:   urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch                    
DEBUG:   urw-base35-z003-fonts-20200910-6.el9.noarch                                   
DEBUG:   util-linux-2.37.4-21.el9.x86_64                                               
DEBUG:   util-linux-core-2.37.4-21.el9.x86_64                                          
DEBUG:   webkit2gtk3-jsc-2.44.3-2.el9.x86_64                                           
DEBUG:   webrtc-audio-processing-0.3.1-8.el9.x86_64                                    
DEBUG:   which-2.21-29.el9.x86_64                                                      
DEBUG:   wireplumber-0.4.14-1.el9.x86_64                                               
DEBUG:   wireplumber-libs-0.4.14-1.el9.x86_64                                          
DEBUG:   xdg-dbus-proxy-0.1.3-1.el9.x86_64                                             
DEBUG:   xdg-desktop-portal-1.12.6-1.el9.x86_64                                        
DEBUG:   xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64                                    
DEBUG:   xkeyboard-config-2.33-2.el9.noarch                                            
DEBUG:   xml-common-0.6.3-58.el9.noarch                                                
DEBUG:   xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch                             
DEBUG:   xz-5.2.5-8.el9.x86_64                                                         
DEBUG:   xz-libs-5.2.5-8.el9.x86_64                                                    
DEBUG:   zip-3.0-35.el9.x86_64                                                         
DEBUG:   zlib-1.2.11-41.el9.x86_64                                                     
DEBUG:   zstd-1.5.5-1.el9.x86_64                                                       
DEBUG: Complete!
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
Finish: installing minimal buildroot with dnf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/os-release
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/RPMS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/RPMS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SPECS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SPECS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SOURCES
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SOURCES
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILD
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILD
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILDROOT
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILDROOT
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/originals
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/originals
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir
DEBUG: child environment: None
DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: userdel: user 'mockbuild' does not exist
DEBUG: Child return code was: 6
DEBUG: child environment: None
DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: groupdel: group 'mock' does not exist
DEBUG: Child return code was: 6
DEBUG: child environment: None
DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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', '1038', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: useradd: warning: the home directory /builddir already exists.
DEBUG: useradd: Not copying any file from skel directory into it.
DEBUG: Child return code was: 0
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/.initialized
DEBUG: child environment: None
DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
Start: creating root cache
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
Finish: creating root cache
Finish: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
INFO: Installed packages:
INFO: ImageMagick-6.9.12.98-1.el9s.x86_64
ImageMagick-libs-6.9.12.98-1.el9s.x86_64
LibRaw-0.21.1-1.el9.x86_64
ModemManager-glib-1.20.2-1.el9.x86_64
NetworkManager-libnm-1.53.3-1.el9.x86_64
abattis-cantarell-fonts-0.301-4.el9.noarch
acl-2.3.1-4.el9.x86_64
adobe-mappings-cmap-20171205-12.el9.noarch
adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
adobe-mappings-pdf-20180407-10.el9.noarch
adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
adwaita-cursor-theme-40.1.1-3.el9.noarch
adwaita-icon-theme-40.1.1-3.el9.noarch
alsa-lib-1.2.13-2.el9.x86_64
alternatives-1.24-2.el9.x86_64
annobin-12.92-2.el9.x86_64
at-spi2-atk-2.38.0-4.el9.x86_64
at-spi2-core-2.40.3-1.el9.x86_64
atk-2.36.0-5.el9.x86_64
audit-libs-3.1.5-7.el9.x86_64
avahi-glib-0.8-21.el9.x86_64
avahi-libs-0.8-21.el9.x86_64
basesystem-11-13.el9.noarch
bash-5.1.8-9.el9.x86_64
binutils-2.35.2-63.el9.x86_64
binutils-gold-2.35.2-63.el9.x86_64
bluez-libs-5.56-6.el9.x86_64
bubblewrap-0.4.1-8.el9.x86_64
bzip2-1.0.8-10.el9.x86_64
bzip2-libs-1.0.8-10.el9.x86_64
ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
cairo-1.17.4-7.el9.x86_64
cairo-gobject-1.17.4-7.el9.x86_64
centos-gpg-keys-9.0-26.el9.noarch
centos-stream-release-9.0-26.el9.noarch
centos-stream-repos-9.0-26.el9.noarch
colord-libs-1.4.5-4.el9.x86_64
composefs-libs-1.0.8-1.el9.x86_64
coreutils-8.32-39.el9.x86_64
coreutils-common-8.32-39.el9.x86_64
cpio-2.13-16.el9.x86_64
cpp-11.5.0-5.el9.x86_64
cracklib-2.9.6-27.el9.x86_64
cracklib-dicts-2.9.6-27.el9.x86_64
crypto-policies-20250128-1.git5269e22.el9.noarch
crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
cryptsetup-libs-2.7.2-3.el9.x86_64
cups-libs-2.3.3op2-33.el9.x86_64
curl-7.76.1-31.el9.x86_64
cyrus-sasl-lib-2.1.27-21.el9.x86_64
dbus-1.12.20-8.el9.x86_64
dbus-broker-28-7.el9.x86_64
dbus-common-1.12.20-8.el9.noarch
dbus-libs-1.12.20-8.el9.x86_64
dconf-0.40.0-6.el9.x86_64
debugedit-5.0-10.el9.x86_64
dejavu-sans-fonts-2.37-18.el9.noarch
device-mapper-1.02.202-6.el9.x86_64
device-mapper-libs-1.02.202-6.el9.x86_64
diffutils-3.7-12.el9.x86_64
dwz-0.14-3.el9.x86_64
ed-1.14.2-12.el9.x86_64
efi-srpm-macros-6-2.el9.noarch
elfutils-0.192-5.el9.x86_64
elfutils-debuginfod-client-0.192-5.el9.x86_64
elfutils-default-yama-scope-0.192-5.el9.noarch
elfutils-libelf-0.192-5.el9.x86_64
elfutils-libs-0.192-5.el9.x86_64
exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
exiv2-0.27.5-2.el9.x86_64
exiv2-libs-0.27.5-2.el9.x86_64
expat-2.5.0-4.el9.x86_64
fdk-aac-free-2.0.0-8.el9.x86_64
file-5.39-16.el9.x86_64
file-libs-5.39-16.el9.x86_64
filesystem-3.16-5.el9.x86_64
findutils-4.8.0-7.el9.x86_64
flac-libs-1.3.3-12.el9.x86_64
flatpak-1.12.9-4.el9.x86_64
flatpak-session-helper-1.12.9-4.el9.x86_64
fontconfig-2.14.0-2.el9.x86_64
fonts-filesystem-2.0.5-7.el9.1.noarch
fonts-srpm-macros-2.0.5-7.el9.1.noarch
freetype-2.10.4-9.el9.x86_64
fribidi-1.0.10-6.el9.2.x86_64
fuse-2.9.9-17.el9.x86_64
fuse-common-3.10.2-9.el9.x86_64
fuse-libs-2.9.9-17.el9.x86_64
gawk-5.1.0-6.el9.x86_64
gawk-all-langpacks-5.1.0-6.el9.x86_64
gcc-11.5.0-5.el9.x86_64
gcc-plugin-annobin-11.5.0-5.el9.x86_64
gd-2.3.2-3.el9.x86_64
gdb-minimal-14.2-4.el9.x86_64
gdbm-libs-1.23-1.el9.x86_64
gdk-pixbuf2-2.42.6-4.el9.x86_64
gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
geoclue2-2.6.0-7.el9.x86_64
ghc-srpm-macros-1.5.0-6.el9.noarch
giflib-5.2.1-9.el9.x86_64
git-core-2.47.1-1.el9.x86_64
glib-networking-2.68.3-3.el9.x86_64
glib2-2.68.4-16.el9.x86_64
glibc-2.34-187.el9.x86_64
glibc-common-2.34-187.el9.x86_64
glibc-devel-2.34-187.el9.x86_64
glibc-gconv-extra-2.34-187.el9.x86_64
glibc-headers-2.34-187.el9.x86_64
glibc-minimal-langpack-2.34-187.el9.x86_64
gmp-6.2.0-13.el9.x86_64
gnupg2-2.3.3-4.el9.x86_64
gnutls-3.8.3-6.el9.x86_64
go-srpm-macros-3.6.0-11.el9.noarch
gobject-introspection-1.68.0-11.el9.x86_64
google-droid-sans-fonts-20200215-11.el9.2.noarch
gpgme-1.15.1-6.el9.x86_64
graphene-1.10.6-2.el9.x86_64
graphite2-1.3.14-9.el9.x86_64
graphviz-2.44.0-26.el9.x86_64
grep-3.6-5.el9.x86_64
groff-base-1.22.4-10.el9.x86_64
gsettings-desktop-schemas-40.0-6.el9.x86_64
gsm-1.0.19-6.el9.x86_64
gstreamer1-1.22.12-3.el9.x86_64
gstreamer1-plugins-base-1.22.12-4.el9.x86_64
gtk-update-icon-cache-3.24.31-5.el9.x86_64
gtk2-2.24.33-8.el9.x86_64
gtk3-3.24.31-5.el9.x86_64
gzip-1.12-1.el9.x86_64
harfbuzz-2.7.4-10.el9.x86_64
hicolor-icon-theme-0.17-13.el9.noarch
hwdata-0.348-9.18.el9.noarch
imath-3.1.2-1.el9.x86_64
info-6.7-15.el9.x86_64
iso-codes-4.6.0-3.el9.noarch
jasper-libs-2.0.28-3.el9.x86_64
jbig2dec-libs-0.19-7.el9.x86_64
jbigkit-libs-2.1-23.el9.x86_64
json-c-0.14-11.el9.x86_64
json-glib-1.6.6-1.el9.x86_64
kbd-2.4.0-11.el9.x86_64
kbd-legacy-2.4.0-11.el9.noarch
kbd-misc-2.4.0-11.el9.noarch
kernel-headers-5.14.0-580.el9.x86_64
kernel-srpm-macros-1.0-13.el9.noarch
keyutils-libs-1.6.3-1.el9.x86_64
kmod-28-10.el9.x86_64
kmod-libs-28-10.el9.x86_64
krb5-libs-1.21.1-6.el9.x86_64
langpacks-core-font-en-3.0-16.el9.noarch
lcms2-2.12-3.el9.x86_64
less-590-5.el9.x86_64
libICE-1.0.10-8.el9.x86_64
libSM-1.2.3-10.el9.x86_64
libX11-1.7.0-11.el9.x86_64
libX11-common-1.7.0-11.el9.noarch
libX11-xcb-1.7.0-11.el9.x86_64
libXau-1.0.9-8.el9.x86_64
libXaw-1.0.13-19.el9.x86_64
libXcomposite-0.4.5-7.el9.x86_64
libXcursor-1.2.0-7.el9.x86_64
libXdamage-1.1.5-7.el9.x86_64
libXext-1.3.4-8.el9.x86_64
libXfixes-5.0.3-16.el9.x86_64
libXft-2.3.3-8.el9.x86_64
libXi-1.7.10-8.el9.x86_64
libXinerama-1.1.4-10.el9.x86_64
libXmu-1.1.3-8.el9.x86_64
libXpm-3.5.13-10.el9.x86_64
libXrandr-1.5.2-8.el9.x86_64
libXrender-0.9.10-16.el9.x86_64
libXt-1.2.0-6.el9.x86_64
libXtst-1.2.3-16.el9.x86_64
libXv-1.0.11-16.el9.x86_64
libXxf86vm-1.1.4-18.el9.x86_64
libacl-2.3.1-4.el9.x86_64
libappstream-glib-0.7.18-5.el9.x86_64
libarchive-3.5.3-4.el9.x86_64
libassuan-2.5.5-3.el9.x86_64
libasyncns-0.8-22.el9.x86_64
libatomic-11.5.0-5.el9.x86_64
libattr-2.5.1-3.el9.x86_64
libblkid-2.37.4-21.el9.x86_64
libbrotli-1.0.9-7.el9.x86_64
libcanberra-0.30-27.el9.x86_64
libcanberra-gtk2-0.30-27.el9.x86_64
libcanberra-gtk3-0.30-27.el9.x86_64
libcap-2.48-9.el9.x86_64
libcap-ng-0.8.2-7.el9.x86_64
libcbor-0.7.0-5.el9.x86_64
libcom_err-1.46.5-7.el9.x86_64
libcurl-7.76.1-31.el9.x86_64
libdatrie-0.2.13-4.el9.x86_64
libdb-5.3.28-55.el9.x86_64
libdrm-2.4.123-2.el9.x86_64
libeconf-0.4.1-4.el9.x86_64
libedit-3.1-38.20210216cvs.el9.x86_64
libepoxy-1.5.5-4.el9.x86_64
libevent-2.1.12-8.el9.x86_64
libexif-0.6.22-6.el9.x86_64
libfdisk-2.37.4-21.el9.x86_64
libffi-3.4.2-8.el9.x86_64
libfido2-1.13.0-2.el9.x86_64
libfontenc-1.1.3-17.el9.x86_64
libgcc-11.5.0-5.el9.x86_64
libgcrypt-1.10.0-11.el9.x86_64
libgexiv2-0.12.3-1.el9.x86_64
libglvnd-1.3.4-1.el9.x86_64
libglvnd-egl-1.3.4-1.el9.x86_64
libglvnd-glx-1.3.4-1.el9.x86_64
libgomp-11.5.0-5.el9.x86_64
libgpg-error-1.42-5.el9.x86_64
libgs-9.54.0-17.el9.x86_64
libgsf-1.14.47-5.el9.x86_64
libgudev-237-1.el9.x86_64
libgusb-0.3.8-2.el9.x86_64
libgxps-0.3.2-3.el9.x86_64
libicu-67.1-9.el9.x86_64
libidn2-2.3.0-7.el9.x86_64
libijs-0.35-15.el9.x86_64
libiptcdata-1.0.5-10.el9.x86_64
libjpeg-turbo-2.0.90-7.el9.x86_64
libksba-1.5.1-7.el9.x86_64
libldac-2.0.2.3-10.el9.x86_64
liblqr-1-0.4.2-17.el9s.x86_64
libmount-2.37.4-21.el9.x86_64
libmpc-1.2.1-4.el9.x86_64
libnghttp2-1.43.0-6.el9.x86_64
libnotify-0.7.9-8.el9.x86_64
libogg-1.3.4-6.el9.x86_64
libosinfo-1.10.0-1.el9.x86_64
libpaper-1.1.28-4.el9.x86_64
libpciaccess-0.16-7.el9.x86_64
libpkgconf-1.7.3-10.el9.x86_64
libpng-1.6.37-12.el9.x86_64
libproxy-0.4.15-35.el9.x86_64
libproxy-webkitgtk4-0.4.15-35.el9.x86_64
libpsl-0.21.1-5.el9.x86_64
libpwquality-1.4.4-8.el9.x86_64
libraqm-0.7.0-7.el9s.x86_64
librsvg2-2.50.7-3.el9.x86_64
libsbc-1.4-9.el9.x86_64
libseccomp-2.5.2-2.el9.x86_64
libselinux-3.6-3.el9.x86_64
libsemanage-3.6-5.el9.x86_64
libsepol-3.6-3.el9.x86_64
libsigsegv-2.13-4.el9.x86_64
libsmartcols-2.37.4-21.el9.x86_64
libsndfile-1.0.31-9.el9.x86_64
libsoup-2.72.0-10.el9.x86_64
libssh-0.10.4-13.el9.x86_64
libssh-config-0.10.4-13.el9.noarch
libstdc++-11.5.0-5.el9.x86_64
libstemmer-0-18.585svn.el9.x86_64
libtasn1-4.16.0-9.el9.x86_64
libtdb-1.4.12-1.el9.x86_64
libthai-0.1.28-8.el9.x86_64
libtheora-1.1.1-31.el9.x86_64
libtiff-4.4.0-13.el9.x86_64
libtool-ltdl-2.4.6-46.el9.x86_64
libtracker-sparql-3.1.2-3.el9.x86_64
libunistring-0.9.10-15.el9.x86_64
libusbx-1.0.26-1.el9.x86_64
libutempter-1.2.1-6.el9.x86_64
libuuid-2.37.4-21.el9.x86_64
libverto-0.3.2-3.el9.x86_64
libvorbis-1.3.7-5.el9.x86_64
libwayland-client-1.21.0-1.el9.x86_64
libwayland-cursor-1.21.0-1.el9.x86_64
libwayland-egl-1.21.0-1.el9.x86_64
libwayland-server-1.21.0-1.el9.x86_64
libwebp-1.2.0-8.el9.x86_64
libwmf-lite-0.2.12-10.el9.x86_64
libxcb-1.13.1-9.el9.x86_64
libxcrypt-4.4.18-3.el9.x86_64
libxcrypt-compat-4.4.18-3.el9.x86_64
libxcrypt-devel-4.4.18-3.el9.x86_64
libxkbcommon-1.0.3-4.el9.x86_64
libxml2-2.9.13-9.el9.x86_64
libxshmfence-1.3-10.el9.x86_64
libxslt-1.1.34-12.el9.x86_64
libzstd-1.5.5-1.el9.x86_64
llvm-filesystem-20.1.1-3.el9.x86_64
llvm-libs-20.1.1-3.el9.x86_64
low-memory-monitor-2.1-4.el9.x86_64
lua-libs-5.4.4-4.el9.x86_64
lua-srpm-macros-1-6.el9.noarch
lz4-libs-1.9.3-5.el9.x86_64
make-4.3-8.el9.x86_64
mesa-dri-drivers-24.2.8-2.el9.x86_64
mesa-filesystem-24.2.8-2.el9.x86_64
mesa-libEGL-24.2.8-2.el9.x86_64
mesa-libGL-24.2.8-2.el9.x86_64
mesa-libgbm-24.2.8-2.el9.x86_64
mesa-libglapi-24.2.8-2.el9.x86_64
mkfontscale-1.2.1-3.el9.x86_64
mpfr-4.1.0-7.el9.x86_64
ncurses-6.2-10.20210508.el9.x86_64
ncurses-base-6.2-10.20210508.el9.noarch
ncurses-libs-6.2-10.20210508.el9.x86_64
nettle-3.10.1-1.el9.x86_64
npth-1.6-8.el9.x86_64
nspr-4.35.0-17.el9.x86_64
nss-3.101.0-10.el9.x86_64
nss-softokn-3.101.0-10.el9.x86_64
nss-softokn-freebl-3.101.0-10.el9.x86_64
nss-sysinit-3.101.0-10.el9.x86_64
nss-util-3.101.0-10.el9.x86_64
ocaml-srpm-macros-6-6.el9.noarch
openblas-srpm-macros-2-11.el9.noarch
openexr-libs-3.1.1-3.el9.x86_64
openjpeg2-2.4.0-8.el9.x86_64
openldap-2.6.8-4.el9.x86_64
openssh-8.7p1-45.el9.x86_64
openssh-clients-8.7p1-45.el9.x86_64
openssl-3.5.0-1.el9.x86_64
openssl-libs-3.5.0-1.el9.x86_64
openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
opus-1.3.1-10.el9.x86_64
orc-0.4.31-8.el9.x86_64
osinfo-db-20250124-1.el9.noarch
osinfo-db-tools-1.10.0-1.el9.x86_64
ostree-libs-2025.2-1.el9.x86_64
p11-kit-0.25.3-3.el9.x86_64
p11-kit-server-0.25.3-3.el9.x86_64
p11-kit-trust-0.25.3-3.el9.x86_64
pam-1.5.1-23.el9.x86_64
pango-1.48.7-3.el9.x86_64
patch-2.7.6-16.el9.x86_64
pcre-8.44-4.el9.x86_64
pcre2-10.40-6.el9.x86_64
pcre2-syntax-10.40-6.el9.noarch
perl-AutoLoader-5.74-481.el9.noarch
perl-B-1.80-481.el9.x86_64
perl-Carp-1.50-460.el9.noarch
perl-Class-Struct-0.66-481.el9.noarch
perl-Data-Dumper-2.174-462.el9.x86_64
perl-Digest-1.19-4.el9.noarch
perl-Digest-MD5-2.58-4.el9.x86_64
perl-Encode-3.08-462.el9.x86_64
perl-Errno-1.30-481.el9.x86_64
perl-Exporter-5.74-461.el9.noarch
perl-Fcntl-1.13-481.el9.x86_64
perl-File-Basename-2.85-481.el9.noarch
perl-File-Path-2.18-4.el9.noarch
perl-File-Temp-0.231.100-4.el9.noarch
perl-File-stat-1.09-481.el9.noarch
perl-FileHandle-2.03-481.el9.noarch
perl-Getopt-Long-2.52-4.el9.noarch
perl-Getopt-Std-1.12-481.el9.noarch
perl-HTTP-Tiny-0.076-462.el9.noarch
perl-IO-1.43-481.el9.x86_64
perl-IO-Socket-IP-0.41-5.el9.noarch
perl-IO-Socket-SSL-2.073-2.el9.noarch
perl-IPC-Open3-1.21-481.el9.noarch
perl-MIME-Base64-3.16-4.el9.x86_64
perl-Mozilla-CA-20200520-6.el9.noarch
perl-NDBM_File-1.15-481.el9.x86_64
perl-Net-SSLeay-1.94-1.el9.x86_64
perl-POSIX-1.94-481.el9.x86_64
perl-PathTools-3.78-461.el9.x86_64
perl-Pod-Escapes-1.07-460.el9.noarch
perl-Pod-Perldoc-3.28.01-461.el9.noarch
perl-Pod-Simple-3.42-4.el9.noarch
perl-Pod-Usage-2.01-4.el9.noarch
perl-Scalar-List-Utils-1.56-462.el9.x86_64
perl-SelectSaver-1.02-481.el9.noarch
perl-Socket-2.031-4.el9.x86_64
perl-Storable-3.21-460.el9.x86_64
perl-Symbol-1.08-481.el9.noarch
perl-Term-ANSIColor-5.01-461.el9.noarch
perl-Term-Cap-1.17-460.el9.noarch
perl-Text-ParseWords-3.30-460.el9.noarch
perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
perl-Time-Local-1.300-7.el9.noarch
perl-URI-5.09-3.el9.noarch
perl-base-2.27-481.el9.noarch
perl-constant-1.33-461.el9.noarch
perl-if-0.60.800-481.el9.noarch
perl-interpreter-5.32.1-481.el9.x86_64
perl-libnet-3.13-4.el9.noarch
perl-libs-5.32.1-481.el9.x86_64
perl-mro-1.23-481.el9.x86_64
perl-overload-1.31-481.el9.noarch
perl-overloading-0.02-481.el9.noarch
perl-parent-0.238-460.el9.noarch
perl-podlators-4.14-460.el9.noarch
perl-srpm-macros-1-41.el9.noarch
perl-subs-1.03-481.el9.noarch
perl-vars-1.05-481.el9.noarch
pipewire-1.0.1-1.el9.x86_64
pipewire-alsa-1.0.1-1.el9.x86_64
pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
pipewire-libs-1.0.1-1.el9.x86_64
pipewire-pulseaudio-1.0.1-1.el9.x86_64
pixman-0.40.0-6.el9.x86_64
pkgconf-1.7.3-10.el9.x86_64
pkgconf-m4-1.7.3-10.el9.noarch
pkgconf-pkg-config-1.7.3-10.el9.x86_64
polkit-0.117-13.el9.x86_64
polkit-libs-0.117-13.el9.x86_64
polkit-pkla-compat-0.1-21.el9.x86_64
poppler-21.01.0-21.el9.x86_64
poppler-data-0.4.9-9.el9.noarch
poppler-glib-21.01.0-21.el9.x86_64
popt-1.18-8.el9.x86_64
publicsuffix-list-dafsa-20210518-3.el9.noarch
pulseaudio-libs-15.0-3.el9.x86_64
pyproject-srpm-macros-1.16.2-1.el9.noarch
python-rpm-macros-3.9-54.el9.noarch
python-srpm-macros-3.9-54.el9.noarch
python-unversioned-command-3.9.21-2.el9.noarch
python3-3.9.21-2.el9.x86_64
python3-babel-2.9.1-2.el9.noarch
python3-devel-3.9.21-2.el9.x86_64
python3-dns-2.6.1-3.el9.noarch
python3-docutils-0.16-6.el9.noarch
python3-eventlet-0.36.1-1.el9s.noarch
python3-greenlet-3.0.3-2.el9s.x86_64
python3-idna-2.10-7.el9.1.noarch
python3-imagesize-1.2.0-6.el9.noarch
python3-jinja2-3.0.1-2.el9s.noarch
python3-libs-3.9.21-2.el9.x86_64
python3-markupsafe-2.1.5-1.el9s.x86_64
python3-packaging-20.9-5.el9.noarch
python3-pbr-6.0.0-1.el9s.noarch
python3-pip-21.3.1-1.el9.noarch
python3-pip-wheel-21.3.1-1.el9.noarch
python3-pygments-2.7.4-4.el9.noarch
python3-pyparsing-3.1.2-7.el9s.noarch
python3-pysocks-1.7.1-12.el9.noarch
python3-pytz-2021.1-5.el9.noarch
python3-requests-2.32.3-3.el9s.noarch
python3-rpm-generators-12-9.el9.noarch
python3-rpm-macros-3.9-54.el9.noarch
python3-setuptools-65.5.1-2.el9s.noarch
python3-setuptools-wheel-65.5.1-2.el9s.noarch
python3-setuptools_scm-7.1.0-2.el9s.noarch
python3-six-1.15.0-9.el9.noarch
python3-snowballstemmer-1.9.0-10.el9.noarch
python3-sphinx-3.4.3-8.el9.noarch
python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
python3-sqlalchemy-2.0.31-1.el9s.x86_64
python3-tomli-2.0.1-5.el9.noarch
python3-typing-extensions-4.12.2-2.el9s.noarch
python3-urllib3-1.26.5-6.el9.noarch
qt5-srpm-macros-5.15.9-1.el9.noarch
readline-8.1-4.el9.x86_64
redhat-rpm-config-209-1.el9.noarch
rpm-4.16.1.3-37.el9.x86_64
rpm-build-4.16.1.3-37.el9.x86_64
rpm-build-libs-4.16.1.3-37.el9.x86_64
rpm-libs-4.16.1.3-37.el9.x86_64
rtkit-0.11-29.el9.x86_64
rust-srpm-macros-17-4.el9.noarch
sed-4.8-9.el9.x86_64
setup-2.13.7-10.el9.noarch
shadow-utils-4.9-12.el9.x86_64
shared-mime-info-2.1-5.el9.x86_64
sound-theme-freedesktop-0.8-17.el9.noarch
sqlite-libs-3.34.1-7.el9.x86_64
systemd-252-53.el9.x86_64
systemd-libs-252-53.el9.x86_64
systemd-pam-252-53.el9.x86_64
systemd-rpm-macros-252-53.el9.noarch
systemd-udev-252-53.el9.x86_64
tar-1.34-7.el9.x86_64
totem-pl-parser-3.26.6-2.el9.x86_64
tpm2-tss-3.2.3-1.el9.x86_64
tracker-3.1.2-3.el9.x86_64
tracker-miners-3.1.2-4.el9.x86_64
tzdata-2025b-1.el9.noarch
unzip-6.0-58.el9.x86_64
upower-0.99.11-11.el9.x86_64
urw-base35-bookman-fonts-20200910-6.el9.noarch
urw-base35-c059-fonts-20200910-6.el9.noarch
urw-base35-d050000l-fonts-20200910-6.el9.noarch
urw-base35-fonts-20200910-6.el9.noarch
urw-base35-fonts-common-20200910-6.el9.noarch
urw-base35-gothic-fonts-20200910-6.el9.noarch
urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
urw-base35-p052-fonts-20200910-6.el9.noarch
urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
urw-base35-z003-fonts-20200910-6.el9.noarch
util-linux-2.37.4-21.el9.x86_64
util-linux-core-2.37.4-21.el9.x86_64
webkit2gtk3-jsc-2.44.3-2.el9.x86_64
webrtc-audio-processing-0.3.1-8.el9.x86_64
which-2.21-29.el9.x86_64
wireplumber-0.4.14-1.el9.x86_64
wireplumber-libs-0.4.14-1.el9.x86_64
xdg-dbus-proxy-0.1.3-1.el9.x86_64
xdg-desktop-portal-1.12.6-1.el9.x86_64
xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
xkeyboard-config-2.33-2.el9.noarch
xml-common-0.6.3-58.el9.noarch
xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
xz-5.2.5-8.el9.x86_64
xz-libs-5.2.5-8.el9.x86_64
zip-3.0-35.el9.x86_64
zlib-1.2.11-41.el9.x86_64
zstd-1.5.5-1.el9.x86_64
Finish: run
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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/centos9-dalmatian/data/dlrn-5.cfg --chroot 'git config --global --add safe.directory /var/tmp/pkgsrc'
++ /usr/bin/mock -r /home/centos9-dalmatian/data/dlrn-5.cfg -p
+ MOCKDIR=/var/lib/mock/dlrn-centos9-dalmatian-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 8fb1eda3b8d6a529e5673800f27abfccc12f1103
Note: switching to '8fb1eda3b8d6a529e5673800f27abfccc12f1103'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8fb1eda3b Merge "Fix the attribute to look up security group ids of a port (3)" into stable/2024.2
+ '[' -d /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root//var/tmp/pkgsrc ']'
+ mkdir /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root//var/tmp/pkgsrc
+ cp -pr . /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root//var/tmp/pkgsrc
+ pushd /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root//var/tmp/pkgsrc
/var/lib/mock/dlrn-centos9-dalmatian-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/centos9-dalmatian/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)'
++ /usr/bin/mock -q -r /home/centos9-dalmatian/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h'
+ setversionandrelease 25.1.1.dev12 8fb1eda
+ UPSTREAMVERSION=25.1.1.dev12
+ [[ 25.1.1.dev12 =~ ([^-]*)-(.+) ]]
+ [[ 25.1.1.dev12 =~ (.*?)\.(0rc.+) ]]
+ [[ 25.1.1.dev12 =~ (.*?)\.(0b.+) ]]
+ [[ 25.1.1.dev12 =~ (.*?)\.(0a.+) ]]
+ [[ 25.1.1.dev12 =~ (.*?)\.(dev.+) ]]
+ VERSION=25.1.1
+ '[' 0.date.hash = 0.1.date.hash ']'
+ '[' 0.date.hash = minor.date.hash ']'
+ RELEASE=0.20250429232413.8fb1eda
+ '[' -r setup.py -a '!' -r metadata.json ']'
+ SOURCETYPE=tarball
+ /usr/bin/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'
INFO: mock.py version 6.0 starting (python version = 3.9.18, NVR = mock-6.0-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --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-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
DEBUG: mock final configuration:
DEBUG:     _aliases:  {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'}
DEBUG:     config_paths:  ['/home/centos9-dalmatian/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg']
DEBUG:     version:  6.0
DEBUG:     basedir:  /var/lib/mock
DEBUG:     resultdir:  /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG:     rootdir:  /var/lib/mock/dlrn-centos9-dalmatian-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:  1038
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:stream9
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_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-centos9-dalmatian-x86_64-5/ccache/u1038/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}}
DEBUG:     environment:  {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:  9
DEBUG:     rpmbuild_arch:  x86_64
DEBUG:     dnf_vars:  {'stream': '9-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-centos9-dalmatian-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:  f0ad1441-fc45-4a41-acf2-be98078acbe0
DEBUG:     config_path:  /etc/mock
DEBUG:     chroot_name:  dlrn-5
DEBUG:     config_file:  /home/centos9-dalmatian/data/dlrn-5.cfg
DEBUG:     root:  dlrn-centos9-dalmatian-x86_64-5
DEBUG:     legal_host_arches:  ('x86_64',)
DEBUG:     dist:  el9
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:el9
user_agent=DLRN

[baseos]
name=CentOS Stream $releasever - BaseOS
#metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-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-9-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-thales-hsm-0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/barbican/06/61/0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17_36cb53d6
enabled=1
gpgcheck=0
priority=1

[delorean-component-baremetal]
name=delorean-python-sushy-tools-77ea046fdf6f4b406174631d5e4fe6656a75cc3c
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/baremetal/77/ea/77ea046fdf6f4b406174631d5e4fe6656a75cc3c_29c9f609
enabled=1
gpgcheck=0
priority=1

[delorean-component-cinder]
name=delorean-openstack-cinder-bb37fbbe081723de3ef609f64983ea40be5e711a
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cinder/bb/37/bb37fbbe081723de3ef609f64983ea40be5e711a_689709d4
enabled=1
gpgcheck=0
priority=1

[delorean-component-clients]
name=delorean-python-openstackclient-f42ade4305d974580ae6dc40db0e0d58ba5a6b93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/clients/f4/2a/f42ade4305d974580ae6dc40db0e0d58ba5a6b93_fc353291
enabled=1
gpgcheck=0
priority=1

[delorean-component-cloudops]
name=delorean-gnocchi-1554674704e39c69b1193f7e1184407c7f45bf8f
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cloudops/15/54/1554674704e39c69b1193f7e1184407c7f45bf8f_1d372bb0
enabled=1
gpgcheck=0
priority=1

[delorean-component-common]
name=delorean-openstack-kolla-2ab0503ce99344cfc5eea126a761f61cfad3ca93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/common/2a/b0/2ab0503ce99344cfc5eea126a761f61cfad3ca93_0aa2e989
enabled=1
gpgcheck=0
priority=1

[delorean-component-compute]
name=delorean-openstack-nova-cebbceb2cd0260738963b1e602e85e3a46b66bec
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/compute/ce/bb/cebbceb2cd0260738963b1e602e85e3a46b66bec_f9c929bc
enabled=1
gpgcheck=0
priority=1

[delorean-component-designate]
name=delorean-openstack-designate-5490df4e6b60f00e31e0ff57f863e406728e4eef
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/designate/54/90/5490df4e6b60f00e31e0ff57f863e406728e4eef_11d58c91
enabled=1
gpgcheck=0
priority=1

[delorean-component-glance]
name=delorean-openstack-glance-e74b91d24de43836fe1269fd8d3ea11afd0caa58
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/glance/e7/4b/e74b91d24de43836fe1269fd8d3ea11afd0caa58_7cf7fc59
enabled=1
gpgcheck=0
priority=1

[delorean-component-keystone]
name=delorean-openstack-keystone-47891f4ae8fd7876e5a7657f58c32c371feeddc3
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/keystone/47/89/47891f4ae8fd7876e5a7657f58c32c371feeddc3_5d9cb5b3
enabled=1
gpgcheck=0
priority=1

[delorean-component-manila]
name=delorean-openstack-manila-d0b1e965db5e9743152b82fa4a3dcf0d724e9006
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/manila/d0/b1/d0b1e965db5e9743152b82fa4a3dcf0d724e9006_1ffd69ce
enabled=1
gpgcheck=0
priority=1

[delorean-component-network]
name=delorean-python-whitebox-neutron-tests-tempest-4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/network/4d/12/4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770_96da0e32
enabled=1
gpgcheck=0
priority=1

[delorean-component-octavia]
name=delorean-openstack-octavia-8e02055af0e0c8840076a3b76cbf1c254882ed44
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/octavia/8e/02/8e02055af0e0c8840076a3b76cbf1c254882ed44_fd9769fd
enabled=1
gpgcheck=0
priority=1

[delorean-component-optimize]
name=delorean-openstack-watcher-dbc06d1504e734a3cc2d32a248726948af7d7378
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/optimize/db/c0/dbc06d1504e734a3cc2d32a248726948af7d7378_faa0e703
enabled=1
gpgcheck=0
priority=1

[delorean-component-podified]
name=delorean-edpm-image-builder-151e8f8f0d6260a45c43474a275caa9b6715ae06
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/podified/15/1e/151e8f8f0d6260a45c43474a275caa9b6715ae06_188c7282
enabled=1
gpgcheck=0
priority=1

[delorean-component-puppet]
name=delorean-puppet-ceph-f98acb99d2994c745140181ba862654f4c7741a7
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/puppet/f9/8a/f98acb99d2994c745140181ba862654f4c7741a7_ae36a1cd
enabled=1
gpgcheck=0
priority=1

[delorean-component-swift]
name=delorean-openstack-swift-1534385bcc10de4aaa7aa2762bf9e7961bb2ef17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/swift/15/34/1534385bcc10de4aaa7aa2762bf9e7961bb2ef17_0998f84b
enabled=1
gpgcheck=0
priority=1

[delorean-component-tempest]
name=delorean-openstack-tempest-a25e0dfc51139f89d925472b195fffdb7fac850b
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/tempest/a2/5e/a25e0dfc51139f89d925472b195fffdb7fac850b_312f71c5
enabled=1
gpgcheck=0
priority=1

[delorean-component-ui]
name=delorean-python-django-horizon-c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/ui/c4/ae/c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd_bd122858
enabled=1
gpgcheck=0
priority=1

[delorean-dalmatian-testing]
name=dlrn-dalmatian-testing
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[delorean-dalmatian-build-deps]
name=dlrn-dalmatian-build-deps
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/build-deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-rabbitmq]
name=centos9-rabbitmq
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-storage]
name=centos9-storage
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-reef/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-opstools]
name=centos9-opstools
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-nfv-ovs]
name=NFV SIG OpenvSwitch
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
gpgcheck=0
enabled=1
module_hotfixes=1

# epel is required for Ceph Reef
[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=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil*



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-centos9-dalmatian-x86_64-5
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
Mock Version: 6.0
INFO: Mock Version: 6.0
INFO: Mock Version: 6.0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
Start(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: resultdir = /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.77pkymj6', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: method _make_users skipped in bootstrap
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/.initialized
Finish(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
Start: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root.
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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    10491472      440636     4059712     9579904     5623340
DEBUG: Swap:       16777212     7826780     8950432
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos9-dalmatian-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  1.6G  2.8G  37% /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: /dev/vda4         xfs    549G  222G  328G  41% /
DEBUG: Child return code was: 0
DEBUG: create skeleton dirs
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: resultdir = /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Package manager dnf4 detected and used (direct choice)
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.yym7zicf', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys/fs/selinux
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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', '1038', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True
/usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running sdist
[pbr] Writing ChangeLog
[pbr] Generating ChangeLog
[pbr] ChangeLog complete (0.9s)
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (1.8s)
running egg_info
creating horizon.egg-info
writing pbr to horizon.egg-info/pbr.json
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
[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
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.scss' under directory 'doc'
warning: no files found matching '*.js' under directory 'doc'
warning: no files found matching '*.html' under directory 'doc'
warning: no files found matching '*.conf' under directory 'doc'
warning: no files found matching '*.jpg' under directory 'doc'
warning: no files found matching '*.gif' under directory 'doc'
warning: no files found matching '*.csv' under directory 'horizon'
warning: no files found matching '*.template' under directory 'horizon'
warning: no files found matching '*.mo' under directory 'horizon'
warning: no files found matching '*.mo' under directory 'openstack_dashboard'
warning: no files found matching '*.eot' under directory 'openstack_dashboard'
warning: no files found matching '*.ttf' under directory 'openstack_dashboard'
warning: no files found matching '*.woff' under directory 'openstack_dashboard'
warning: no files found matching '*.wsgi' under directory 'openstack_dashboard'
warning: no files found matching 'doc/source/_templates/.placeholder'
warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
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.1.1.dev12
creating horizon-25.1.1.dev12/.zuul.d
creating horizon-25.1.1.dev12/doc
creating horizon-25.1.1.dev12/doc/source
creating horizon-25.1.1.dev12/doc/source/admin
creating horizon-25.1.1.dev12/doc/source/admin/figures
creating horizon-25.1.1.dev12/doc/source/configuration
creating horizon-25.1.1.dev12/doc/source/contributor
creating horizon-25.1.1.dev12/doc/source/contributor/policies
creating horizon-25.1.1.dev12/doc/source/contributor/ref
creating horizon-25.1.1.dev12/doc/source/contributor/ref/openstack_auth
creating horizon-25.1.1.dev12/doc/source/contributor/topics
creating horizon-25.1.1.dev12/doc/source/contributor/tutorials
creating horizon-25.1.1.dev12/doc/source/images
creating horizon-25.1.1.dev12/doc/source/install
creating horizon-25.1.1.dev12/doc/source/locale
creating horizon-25.1.1.dev12/doc/source/locale/de
creating horizon-25.1.1.dev12/doc/source/locale/de/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/en_GB
creating horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/eo
creating horizon-25.1.1.dev12/doc/source/locale/eo/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/es
creating horizon-25.1.1.dev12/doc/source/locale/es/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/fr
creating horizon-25.1.1.dev12/doc/source/locale/fr/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/id
creating horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/ja
creating horizon-25.1.1.dev12/doc/source/locale/ja/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/ko_KR
creating horizon-25.1.1.dev12/doc/source/locale/ko_KR/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/ne
creating horizon-25.1.1.dev12/doc/source/locale/ne/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/pt_BR
creating horizon-25.1.1.dev12/doc/source/locale/pt_BR/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/ru
creating horizon-25.1.1.dev12/doc/source/locale/ru/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/locale/zh_CN
creating horizon-25.1.1.dev12/doc/source/locale/zh_CN/LC_MESSAGES
creating horizon-25.1.1.dev12/doc/source/user
creating horizon-25.1.1.dev12/doc/source/user/figures
creating horizon-25.1.1.dev12/horizon
creating horizon-25.1.1.dev12/horizon.egg-info
creating horizon-25.1.1.dev12/horizon/browsers
creating horizon-25.1.1.dev12/horizon/conf
creating horizon-25.1.1.dev12/horizon/conf/dash_template
creating horizon-25.1.1.dev12/horizon/conf/dash_template/static
creating horizon-25.1.1.dev12/horizon/conf/dash_template/static/dash_name
creating horizon-25.1.1.dev12/horizon/conf/dash_template/static/dash_name/js
creating horizon-25.1.1.dev12/horizon/conf/dash_template/static/dash_name/scss
creating horizon-25.1.1.dev12/horizon/conf/dash_template/templates
creating horizon-25.1.1.dev12/horizon/conf/dash_template/templates/dash_name
creating horizon-25.1.1.dev12/horizon/conf/panel_template
creating horizon-25.1.1.dev12/horizon/conf/panel_template/templates
creating horizon-25.1.1.dev12/horizon/conf/panel_template/templates/panel_name
creating horizon-25.1.1.dev12/horizon/contrib
creating horizon-25.1.1.dev12/horizon/contrib/staticfiles
creating horizon-25.1.1.dev12/horizon/forms
creating horizon-25.1.1.dev12/horizon/hacking
creating horizon-25.1.1.dev12/horizon/locale
creating horizon-25.1.1.dev12/horizon/locale/ar
creating horizon-25.1.1.dev12/horizon/locale/ar/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/ca
creating horizon-25.1.1.dev12/horizon/locale/ca/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/cs
creating horizon-25.1.1.dev12/horizon/locale/cs/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/de
creating horizon-25.1.1.dev12/horizon/locale/de/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/en_AU
creating horizon-25.1.1.dev12/horizon/locale/en_AU/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/en_GB
creating horizon-25.1.1.dev12/horizon/locale/en_GB/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/eo
creating horizon-25.1.1.dev12/horizon/locale/eo/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/es
creating horizon-25.1.1.dev12/horizon/locale/es/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/es_MX
creating horizon-25.1.1.dev12/horizon/locale/es_MX/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/fi_FI
creating horizon-25.1.1.dev12/horizon/locale/fi_FI/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/fil
creating horizon-25.1.1.dev12/horizon/locale/fil/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/fr
creating horizon-25.1.1.dev12/horizon/locale/fr/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/hi
creating horizon-25.1.1.dev12/horizon/locale/hi/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/hu
creating horizon-25.1.1.dev12/horizon/locale/hu/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/id
creating horizon-25.1.1.dev12/horizon/locale/id/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/it
creating horizon-25.1.1.dev12/horizon/locale/it/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/ja
creating horizon-25.1.1.dev12/horizon/locale/ja/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/ka_GE
creating horizon-25.1.1.dev12/horizon/locale/ka_GE/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/ko_KR
creating horizon-25.1.1.dev12/horizon/locale/ko_KR/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/nl_NL
creating horizon-25.1.1.dev12/horizon/locale/nl_NL/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/pa_IN
creating horizon-25.1.1.dev12/horizon/locale/pa_IN/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/pl_PL
creating horizon-25.1.1.dev12/horizon/locale/pl_PL/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/pt
creating horizon-25.1.1.dev12/horizon/locale/pt/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/pt_BR
creating horizon-25.1.1.dev12/horizon/locale/pt_BR/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/ru
creating horizon-25.1.1.dev12/horizon/locale/ru/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/sl_SI
creating horizon-25.1.1.dev12/horizon/locale/sl_SI/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/sr
creating horizon-25.1.1.dev12/horizon/locale/sr/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/tr_TR
creating horizon-25.1.1.dev12/horizon/locale/tr_TR/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/zh_Hans
creating horizon-25.1.1.dev12/horizon/locale/zh_Hans/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/locale/zh_Hant
creating horizon-25.1.1.dev12/horizon/locale/zh_Hant/LC_MESSAGES
creating horizon-25.1.1.dev12/horizon/management
creating horizon-25.1.1.dev12/horizon/management/commands
creating horizon-25.1.1.dev12/horizon/middleware
creating horizon-25.1.1.dev12/horizon/static
creating horizon-25.1.1.dev12/horizon/static/auth
creating horizon-25.1.1.dev12/horizon/static/auth/login
creating horizon-25.1.1.dev12/horizon/static/framework
creating horizon-25.1.1.dev12/horizon/static/framework/conf
creating horizon-25.1.1.dev12/horizon/static/framework/util
creating horizon-25.1.1.dev12/horizon/static/framework/util/actions
creating horizon-25.1.1.dev12/horizon/static/framework/util/bind-scope
creating horizon-25.1.1.dev12/horizon/static/framework/util/extensible
creating horizon-25.1.1.dev12/horizon/static/framework/util/file
creating horizon-25.1.1.dev12/horizon/static/framework/util/filters
creating horizon-25.1.1.dev12/horizon/static/framework/util/http
creating horizon-25.1.1.dev12/horizon/static/framework/util/i18n
creating horizon-25.1.1.dev12/horizon/static/framework/util/navigations
creating horizon-25.1.1.dev12/horizon/static/framework/util/promise-toggle
creating horizon-25.1.1.dev12/horizon/static/framework/util/q
creating horizon-25.1.1.dev12/horizon/static/framework/util/tech-debt
creating horizon-25.1.1.dev12/horizon/static/framework/util/timezones
creating horizon-25.1.1.dev12/horizon/static/framework/util/uuid
creating horizon-25.1.1.dev12/horizon/static/framework/util/validators
creating horizon-25.1.1.dev12/horizon/static/framework/util/workflow
creating horizon-25.1.1.dev12/horizon/static/framework/widgets
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/contenteditable
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/details
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/form
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/help-panel
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/load-edit
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/modal-wait-spinner
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/panel
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/property
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/table
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/toast
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
creating horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
creating horizon-25.1.1.dev12/horizon/static/horizon
creating horizon-25.1.1.dev12/horizon/static/horizon/js
creating horizon-25.1.1.dev12/horizon/static/horizon/lib
creating horizon-25.1.1.dev12/horizon/static/horizon/lib/jquery
creating horizon-25.1.1.dev12/horizon/static/horizon/tests
creating horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
creating horizon-25.1.1.dev12/horizon/tables
creating horizon-25.1.1.dev12/horizon/tabs
creating horizon-25.1.1.dev12/horizon/templates
creating horizon-25.1.1.dev12/horizon/templates/auth
creating horizon-25.1.1.dev12/horizon/templates/bootstrap
creating horizon-25.1.1.dev12/horizon/templates/horizon
creating horizon-25.1.1.dev12/horizon/templates/horizon/client_side
creating horizon-25.1.1.dev12/horizon/templates/horizon/common
creating horizon-25.1.1.dev12/horizon/templates/horizon/common/fields
creating horizon-25.1.1.dev12/horizon/templates/horizon/jasmine
creating horizon-25.1.1.dev12/horizon/templatetags
creating horizon-25.1.1.dev12/horizon/test
creating horizon-25.1.1.dev12/horizon/test/customization
creating horizon-25.1.1.dev12/horizon/test/dummy_auth
creating horizon-25.1.1.dev12/horizon/test/jasmine
creating horizon-25.1.1.dev12/horizon/test/messages
creating horizon-25.1.1.dev12/horizon/test/selenium
creating horizon-25.1.1.dev12/horizon/test/templates
creating horizon-25.1.1.dev12/horizon/test/templates/registration
creating horizon-25.1.1.dev12/horizon/test/test_dashboards
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens/templates
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens/templates/kittens
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/static
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/static/cats
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/static/cats/js
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/static/cats/scss
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/templates
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/templates/cats
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers/templates
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers/templates/tigers
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies/templates
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies/templates/puppies
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/static
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/static/dogs
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/static/dogs/js
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/static/dogs/scss
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/templates
creating horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/templates/dogs
creating horizon-25.1.1.dev12/horizon/test/unit
creating horizon-25.1.1.dev12/horizon/test/unit/forms
creating horizon-25.1.1.dev12/horizon/test/unit/hacking
creating horizon-25.1.1.dev12/horizon/test/unit/management
creating horizon-25.1.1.dev12/horizon/test/unit/management/commands
creating horizon-25.1.1.dev12/horizon/test/unit/middleware
creating horizon-25.1.1.dev12/horizon/test/unit/tables
creating horizon-25.1.1.dev12/horizon/test/unit/tabs
creating horizon-25.1.1.dev12/horizon/test/unit/templatetags
creating horizon-25.1.1.dev12/horizon/test/unit/utils
creating horizon-25.1.1.dev12/horizon/test/unit/workflows
creating horizon-25.1.1.dev12/horizon/utils
creating horizon-25.1.1.dev12/horizon/workflows
creating horizon-25.1.1.dev12/openstack_auth
creating horizon-25.1.1.dev12/openstack_auth/locale
creating horizon-25.1.1.dev12/openstack_auth/locale/de
creating horizon-25.1.1.dev12/openstack_auth/locale/de/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/en_GB
creating horizon-25.1.1.dev12/openstack_auth/locale/en_GB/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/eo
creating horizon-25.1.1.dev12/openstack_auth/locale/eo/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/es
creating horizon-25.1.1.dev12/openstack_auth/locale/es/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/fr
creating horizon-25.1.1.dev12/openstack_auth/locale/fr/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/id
creating horizon-25.1.1.dev12/openstack_auth/locale/id/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/ja
creating horizon-25.1.1.dev12/openstack_auth/locale/ja/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/ka_GE
creating horizon-25.1.1.dev12/openstack_auth/locale/ka_GE/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/ko_KR
creating horizon-25.1.1.dev12/openstack_auth/locale/ko_KR/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/ne
creating horizon-25.1.1.dev12/openstack_auth/locale/ne/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/pt_BR
creating horizon-25.1.1.dev12/openstack_auth/locale/pt_BR/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/ru
creating horizon-25.1.1.dev12/openstack_auth/locale/ru/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/zh_Hans
creating horizon-25.1.1.dev12/openstack_auth/locale/zh_Hans/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/locale/zh_Hant
creating horizon-25.1.1.dev12/openstack_auth/locale/zh_Hant/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_auth/plugin
creating horizon-25.1.1.dev12/openstack_auth/tests
creating horizon-25.1.1.dev12/openstack_auth/tests/conf
creating horizon-25.1.1.dev12/openstack_auth/tests/templates
creating horizon-25.1.1.dev12/openstack_auth/tests/templates/auth
creating horizon-25.1.1.dev12/openstack_auth/tests/unit
creating horizon-25.1.1.dev12/openstack_dashboard
creating horizon-25.1.1.dev12/openstack_dashboard/api
creating horizon-25.1.1.dev12/openstack_dashboard/api/rest
creating horizon-25.1.1.dev12/openstack_dashboard/conf
creating horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
creating horizon-25.1.1.dev12/openstack_dashboard/conf/nova_policy.d
creating horizon-25.1.1.dev12/openstack_dashboard/contrib
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/form_builder
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler/templates
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler/templates/profiler
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/resource_browser
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview/templates
creating horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups/templates/backups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults/templates/defaults
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors/templates/flavors
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/templates/group_types
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images/templates/images
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info/templates/info
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances/templates/instances
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports/extensions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks/agents
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview/templates/overview
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/extensions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/trunks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains/templates/domains
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings/templates/mappings
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates/projects
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/users
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles/templates/roles
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/role_assignments
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates/backups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers/templates/containers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/images
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/workflows
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_qos
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/instances
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/networks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/routers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/subnets
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports/extensions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/subnets
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview/templates/overview
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions/extraroutes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/extensions
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/ports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/server_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots/templates/snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/trunks
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password/templates/password
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user/templates
creating horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user/templates/user
creating horizon-25.1.1.dev12/openstack_dashboard/django_pyscss_fix
creating horizon-25.1.1.dev12/openstack_dashboard/enabled
creating horizon-25.1.1.dev12/openstack_dashboard/local
creating horizon-25.1.1.dev12/openstack_dashboard/local/enabled
creating horizon-25.1.1.dev12/openstack_dashboard/local/local_settings.d
creating horizon-25.1.1.dev12/openstack_dashboard/locale
creating horizon-25.1.1.dev12/openstack_dashboard/locale/as
creating horizon-25.1.1.dev12/openstack_dashboard/locale/as/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/bn_IN
creating horizon-25.1.1.dev12/openstack_dashboard/locale/bn_IN/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/brx
creating horizon-25.1.1.dev12/openstack_dashboard/locale/brx/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/cs
creating horizon-25.1.1.dev12/openstack_dashboard/locale/cs/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/de
creating horizon-25.1.1.dev12/openstack_dashboard/locale/de/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/en_AU
creating horizon-25.1.1.dev12/openstack_dashboard/locale/en_AU/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/en_GB
creating horizon-25.1.1.dev12/openstack_dashboard/locale/en_GB/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/eo
creating horizon-25.1.1.dev12/openstack_dashboard/locale/eo/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/es
creating horizon-25.1.1.dev12/openstack_dashboard/locale/es/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/fr
creating horizon-25.1.1.dev12/openstack_dashboard/locale/fr/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/gu
creating horizon-25.1.1.dev12/openstack_dashboard/locale/gu/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/hi
creating horizon-25.1.1.dev12/openstack_dashboard/locale/hi/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/id
creating horizon-25.1.1.dev12/openstack_dashboard/locale/id/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/it
creating horizon-25.1.1.dev12/openstack_dashboard/locale/it/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ja
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ja/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ka_GE
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ka_GE/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/kn
creating horizon-25.1.1.dev12/openstack_dashboard/locale/kn/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ko_KR
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ko_KR/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/kok
creating horizon-25.1.1.dev12/openstack_dashboard/locale/kok/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ks
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ks/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/mai
creating horizon-25.1.1.dev12/openstack_dashboard/locale/mai/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/mni
creating horizon-25.1.1.dev12/openstack_dashboard/locale/mni/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/mr
creating horizon-25.1.1.dev12/openstack_dashboard/locale/mr/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ne
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ne/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/pa_IN
creating horizon-25.1.1.dev12/openstack_dashboard/locale/pa_IN/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/pl_PL
creating horizon-25.1.1.dev12/openstack_dashboard/locale/pl_PL/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/pt_BR
creating horizon-25.1.1.dev12/openstack_dashboard/locale/pt_BR/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ru
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ru/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ta
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ta/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/tr_TR
creating horizon-25.1.1.dev12/openstack_dashboard/locale/tr_TR/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ur
creating horizon-25.1.1.dev12/openstack_dashboard/locale/ur/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hans
creating horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hans/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hant
creating horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hant/LC_MESSAGES
creating horizon-25.1.1.dev12/openstack_dashboard/management
creating horizon-25.1.1.dev12/openstack_dashboard/management/commands
creating horizon-25.1.1.dev12/openstack_dashboard/static
creating horizon-25.1.1.dev12/openstack_dashboard/static/app
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/conf
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/filters
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps/create-image
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps/create-volume
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps/edit-image
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps/update-metadata
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/workflows
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions/workflow
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions/workflow
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/details
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/details
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/core/workflow
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/resources
creating horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
creating horizon-25.1.1.dev12/openstack_dashboard/static/dashboard
creating horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
creating horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
creating horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
creating horizon-25.1.1.dev12/openstack_dashboard/static/js
creating horizon-25.1.1.dev12/openstack_dashboard/static/js/angular
creating horizon-25.1.1.dev12/openstack_dashboard/static/js/angular/directives
creating horizon-25.1.1.dev12/openstack_dashboard/templates
creating horizon-25.1.1.dev12/openstack_dashboard/templates/angular
creating horizon-25.1.1.dev12/openstack_dashboard/templates/auth
creating horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
creating horizon-25.1.1.dev12/openstack_dashboard/templates/header
creating horizon-25.1.1.dev12/openstack_dashboard/templates/horizon
creating horizon-25.1.1.dev12/openstack_dashboard/templates/themes
creating horizon-25.1.1.dev12/openstack_dashboard/templatetags
creating horizon-25.1.1.dev12/openstack_dashboard/test
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/network
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system/system_info
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/volume
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/identity
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network/security_groups
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/object_store
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/volumes
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/settings
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
creating horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests/test-data
creating horizon-25.1.1.dev12/openstack_dashboard/test/jasmine
creating horizon-25.1.1.dev12/openstack_dashboard/test/selenium
creating horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
creating horizon-25.1.1.dev12/openstack_dashboard/test/selenium/ui
creating horizon-25.1.1.dev12/openstack_dashboard/test/templates
creating horizon-25.1.1.dev12/openstack_dashboard/test/templates/registration
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_data
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel/templates
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel/templates/another_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel/templates
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel/static
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel/templates
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel/templates
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel/templates/second_panel
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_config
creating horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_group_config
creating horizon-25.1.1.dev12/openstack_dashboard/test/unit
creating horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
creating horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
creating horizon-25.1.1.dev12/openstack_dashboard/test/unit/usage
creating horizon-25.1.1.dev12/openstack_dashboard/test/unit/utils
creating horizon-25.1.1.dev12/openstack_dashboard/themes
creating horizon-25.1.1.dev12/openstack_dashboard/themes/default
creating horizon-25.1.1.dev12/openstack_dashboard/themes/default/horizon
creating horizon-25.1.1.dev12/openstack_dashboard/themes/default/horizon/components
creating horizon-25.1.1.dev12/openstack_dashboard/themes/example
creating horizon-25.1.1.dev12/openstack_dashboard/themes/example/static
creating horizon-25.1.1.dev12/openstack_dashboard/themes/example/static/js
creating horizon-25.1.1.dev12/openstack_dashboard/themes/example/templates
creating horizon-25.1.1.dev12/openstack_dashboard/themes/example/templates/auth
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/static
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/bootstrap
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/js
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/auth
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/header
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/horizon
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/horizon/client_side
creating horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/material
creating horizon-25.1.1.dev12/openstack_dashboard/usage
creating horizon-25.1.1.dev12/openstack_dashboard/utils
creating horizon-25.1.1.dev12/playbooks
creating horizon-25.1.1.dev12/playbooks/cross-jobs
creating horizon-25.1.1.dev12/playbooks/horizon-devstack-integration
creating horizon-25.1.1.dev12/playbooks/horizon-nodejs
creating horizon-25.1.1.dev12/playbooks/horizon-selenium-headless
creating horizon-25.1.1.dev12/playbooks/horizon-tox-django
creating horizon-25.1.1.dev12/playbooks/npm-test-xstatic-master
creating horizon-25.1.1.dev12/releasenotes
creating horizon-25.1.1.dev12/releasenotes/notes
creating horizon-25.1.1.dev12/releasenotes/notes/bp
creating horizon-25.1.1.dev12/releasenotes/notes/bug
creating horizon-25.1.1.dev12/releasenotes/source
creating horizon-25.1.1.dev12/releasenotes/source/_static
creating horizon-25.1.1.dev12/releasenotes/source/_templates
creating horizon-25.1.1.dev12/releasenotes/source/locale
creating horizon-25.1.1.dev12/releasenotes/source/locale/de
creating horizon-25.1.1.dev12/releasenotes/source/locale/de/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/en_GB
creating horizon-25.1.1.dev12/releasenotes/source/locale/en_GB/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/fr
creating horizon-25.1.1.dev12/releasenotes/source/locale/fr/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/id
creating horizon-25.1.1.dev12/releasenotes/source/locale/id/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/ja
creating horizon-25.1.1.dev12/releasenotes/source/locale/ja/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/ko_KR
creating horizon-25.1.1.dev12/releasenotes/source/locale/ko_KR/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/pt_BR
creating horizon-25.1.1.dev12/releasenotes/source/locale/pt_BR/LC_MESSAGES
creating horizon-25.1.1.dev12/releasenotes/source/locale/zh_CN
creating horizon-25.1.1.dev12/releasenotes/source/locale/zh_CN/LC_MESSAGES
creating horizon-25.1.1.dev12/roles
creating horizon-25.1.1.dev12/roles/ensure-django
creating horizon-25.1.1.dev12/roles/ensure-django/defaults
creating horizon-25.1.1.dev12/roles/ensure-django/tasks
creating horizon-25.1.1.dev12/roles/fetch-video-output
creating horizon-25.1.1.dev12/roles/fetch-video-output/defaults
creating horizon-25.1.1.dev12/roles/fetch-video-output/tasks
creating horizon-25.1.1.dev12/roles/setup-selenium-tests
creating horizon-25.1.1.dev12/roles/setup-selenium-tests/defaults
creating horizon-25.1.1.dev12/roles/setup-selenium-tests/tasks
creating horizon-25.1.1.dev12/tools
copying files to horizon-25.1.1.dev12...
copying .eslintignore -> horizon-25.1.1.dev12
copying .eslintrc -> horizon-25.1.1.dev12
copying .mailmap -> horizon-25.1.1.dev12
copying .pylintrc -> horizon-25.1.1.dev12
copying AUTHORS -> horizon-25.1.1.dev12
copying CONTRIBUTING.rst -> horizon-25.1.1.dev12
copying ChangeLog -> horizon-25.1.1.dev12
copying HACKING.rst -> horizon-25.1.1.dev12
copying LICENSE -> horizon-25.1.1.dev12
copying MANIFEST.in -> horizon-25.1.1.dev12
copying README.rst -> horizon-25.1.1.dev12
copying babel-django.cfg -> horizon-25.1.1.dev12
copying babel-djangojs.cfg -> horizon-25.1.1.dev12
copying bindep.txt -> horizon-25.1.1.dev12
copying manage.py -> horizon-25.1.1.dev12
copying package.json -> horizon-25.1.1.dev12
copying plugin-registry.csv -> horizon-25.1.1.dev12
copying reno.yaml -> horizon-25.1.1.dev12
copying requirements.txt -> horizon-25.1.1.dev12
copying setup.cfg -> horizon-25.1.1.dev12
copying setup.py -> horizon-25.1.1.dev12
copying test-requirements.txt -> horizon-25.1.1.dev12
copying test-shim.js -> horizon-25.1.1.dev12
copying tox.ini -> horizon-25.1.1.dev12
copying .zuul.d/base.yaml -> horizon-25.1.1.dev12/.zuul.d
copying .zuul.d/cross-jobs.yaml -> horizon-25.1.1.dev12/.zuul.d
copying .zuul.d/django-jobs.yaml -> horizon-25.1.1.dev12/.zuul.d
copying .zuul.d/nodejs-jobs.yaml -> horizon-25.1.1.dev12/.zuul.d
copying .zuul.d/project.yaml -> horizon-25.1.1.dev12/.zuul.d
copying .zuul.d/tempest-and-integrated.yaml -> horizon-25.1.1.dev12/.zuul.d
copying .zuul.d/xstatic-master.yaml -> horizon-25.1.1.dev12/.zuul.d
copying doc/requirements.txt -> horizon-25.1.1.dev12/doc
copying doc/source/conf.py -> horizon-25.1.1.dev12/doc/source
copying doc/source/glossary.rst -> horizon-25.1.1.dev12/doc/source
copying doc/source/index.rst -> horizon-25.1.1.dev12/doc/source
copying doc/source/admin/admin-manage-roles.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/customize-configure.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/index.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-flavors.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-host-aggregates.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-images.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-instances.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-projects-and-users.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-services.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/manage-volumes.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/sessions.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/set-quotas.rst -> horizon-25.1.1.dev12/doc/source/admin
copying doc/source/admin/figures/change_instance_state.png -> horizon-25.1.1.dev12/doc/source/admin/figures
copying doc/source/admin/figures/create_flavor.png -> horizon-25.1.1.dev12/doc/source/admin/figures
copying doc/source/admin/figures/create_image.png -> horizon-25.1.1.dev12/doc/source/admin/figures
copying doc/source/admin/figures/create_volume_type_encryption.png -> horizon-25.1.1.dev12/doc/source/admin/figures
copying doc/source/configuration/branding.rst -> horizon-25.1.1.dev12/doc/source/configuration
copying doc/source/configuration/customizing.rst -> horizon-25.1.1.dev12/doc/source/configuration
copying doc/source/configuration/index.rst -> horizon-25.1.1.dev12/doc/source/configuration
copying doc/source/configuration/pluggable_panels.rst -> horizon-25.1.1.dev12/doc/source/configuration
copying doc/source/configuration/settings.rst -> horizon-25.1.1.dev12/doc/source/configuration
copying doc/source/configuration/themes.rst -> horizon-25.1.1.dev12/doc/source/configuration
copying doc/source/contributor/contributing.rst -> horizon-25.1.1.dev12/doc/source/contributor
copying doc/source/contributor/faq.rst -> horizon-25.1.1.dev12/doc/source/contributor
copying doc/source/contributor/index.rst -> horizon-25.1.1.dev12/doc/source/contributor
copying doc/source/contributor/intro.rst -> horizon-25.1.1.dev12/doc/source/contributor
copying doc/source/contributor/quickstart.rst -> horizon-25.1.1.dev12/doc/source/contributor
copying doc/source/contributor/testing.rst -> horizon-25.1.1.dev12/doc/source/contributor
copying doc/source/contributor/policies/core-reviewers.rst -> horizon-25.1.1.dev12/doc/source/contributor/policies
copying doc/source/contributor/policies/horizon-bugs.rst -> horizon-25.1.1.dev12/doc/source/contributor/policies
copying doc/source/contributor/policies/horizon-groups.rst -> horizon-25.1.1.dev12/doc/source/contributor/policies
copying doc/source/contributor/policies/index.rst -> horizon-25.1.1.dev12/doc/source/contributor/policies
copying doc/source/contributor/policies/releasing.rst -> horizon-25.1.1.dev12/doc/source/contributor/policies
copying doc/source/contributor/policies/supported-software.rst -> horizon-25.1.1.dev12/doc/source/contributor/policies
copying doc/source/contributor/ref/context_processors.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/decorators.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/exceptions.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/forms.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/horizon.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/index.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/middleware.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/tables.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/tabs.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/test.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/workflows.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref
copying doc/source/contributor/ref/openstack_auth/backend.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref/openstack_auth
copying doc/source/contributor/ref/openstack_auth/forms.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref/openstack_auth
copying doc/source/contributor/ref/openstack_auth/user.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref/openstack_auth
copying doc/source/contributor/ref/openstack_auth/utils.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref/openstack_auth
copying doc/source/contributor/ref/openstack_auth/views.rst -> horizon-25.1.1.dev12/doc/source/contributor/ref/openstack_auth
copying doc/source/contributor/topics/angularjs.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/code-style.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/devstack.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/index.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/ini-based-configuration.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/javascript_testing.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/microversion_support.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/packaging.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/policy.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/profiling.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/release-notes.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/styling.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/tables.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/testing.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/translation.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/topics/workflows.rst -> horizon-25.1.1.dev12/doc/source/contributor/topics
copying doc/source/contributor/tutorials/dashboard.rst -> horizon-25.1.1.dev12/doc/source/contributor/tutorials
copying doc/source/contributor/tutorials/index.rst -> horizon-25.1.1.dev12/doc/source/contributor/tutorials
copying doc/source/contributor/tutorials/plugin.rst -> horizon-25.1.1.dev12/doc/source/contributor/tutorials
copying doc/source/contributor/tutorials/table_actions.rst -> horizon-25.1.1.dev12/doc/source/contributor/tutorials
copying doc/source/contributor/tutorials/workflow_extend.rst -> horizon-25.1.1.dev12/doc/source/contributor/tutorials
copying doc/source/images/message_extraction.png -> horizon-25.1.1.dev12/doc/source/images
copying doc/source/images/message_substitution.png -> horizon-25.1.1.dev12/doc/source/images
copying doc/source/install/from-source.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/index.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/install-debian.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/install-obs.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/install-rdo.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/install-ubuntu.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/next-steps.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/note_configuration_vary_by_distribution.txt -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/plugin-registry.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/system-requirements.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/verify-debian.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/verify-obs.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/verify-rdo.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/install/verify-ubuntu.rst -> horizon-25.1.1.dev12/doc/source/install
copying doc/source/locale/de/LC_MESSAGES/doc-install.po -> horizon-25.1.1.dev12/doc/source/locale/de/LC_MESSAGES
copying doc/source/locale/de/LC_MESSAGES/doc-user.po -> horizon-25.1.1.dev12/doc/source/locale/de/LC_MESSAGES
copying doc/source/locale/de/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/de/LC_MESSAGES
copying doc/source/locale/en_GB/LC_MESSAGES/doc-admin.po -> horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
copying doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po -> horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
copying doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po -> horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
copying doc/source/locale/en_GB/LC_MESSAGES/doc-install.po -> horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
copying doc/source/locale/en_GB/LC_MESSAGES/doc-user.po -> horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
copying doc/source/locale/en_GB/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/en_GB/LC_MESSAGES
copying doc/source/locale/eo/LC_MESSAGES/doc-install.po -> horizon-25.1.1.dev12/doc/source/locale/eo/LC_MESSAGES
copying doc/source/locale/eo/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/eo/LC_MESSAGES
copying doc/source/locale/es/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/es/LC_MESSAGES
copying doc/source/locale/fr/LC_MESSAGES/doc-admin.po -> horizon-25.1.1.dev12/doc/source/locale/fr/LC_MESSAGES
copying doc/source/locale/fr/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/fr/LC_MESSAGES
copying doc/source/locale/id/LC_MESSAGES/doc-admin.po -> horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
copying doc/source/locale/id/LC_MESSAGES/doc-configuration.po -> horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
copying doc/source/locale/id/LC_MESSAGES/doc-contributor.po -> horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
copying doc/source/locale/id/LC_MESSAGES/doc-install.po -> horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
copying doc/source/locale/id/LC_MESSAGES/doc-user.po -> horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
copying doc/source/locale/id/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/id/LC_MESSAGES
copying doc/source/locale/ja/LC_MESSAGES/doc-install.po -> horizon-25.1.1.dev12/doc/source/locale/ja/LC_MESSAGES
copying doc/source/locale/ko_KR/LC_MESSAGES/doc-admin.po -> horizon-25.1.1.dev12/doc/source/locale/ko_KR/LC_MESSAGES
copying doc/source/locale/ko_KR/LC_MESSAGES/doc-install.po -> horizon-25.1.1.dev12/doc/source/locale/ko_KR/LC_MESSAGES
copying doc/source/locale/ko_KR/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/ko_KR/LC_MESSAGES
copying doc/source/locale/ne/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/ne/LC_MESSAGES
copying doc/source/locale/pt_BR/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/pt_BR/LC_MESSAGES
copying doc/source/locale/ru/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/ru/LC_MESSAGES
copying doc/source/locale/zh_CN/LC_MESSAGES/doc.po -> horizon-25.1.1.dev12/doc/source/locale/zh_CN/LC_MESSAGES
copying doc/source/user/browser_support.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/configure-access-and-security-for-instances.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/create-networks.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/index.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/launch-instances.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/log-in.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/manage-containers.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/manage-images.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/manage-volumes.rst -> horizon-25.1.1.dev12/doc/source/user
copying doc/source/user/figures/create_image.png -> horizon-25.1.1.dev12/doc/source/user/figures
copying doc/source/user/figures/dashboard_admin_tab.png -> horizon-25.1.1.dev12/doc/source/user/figures
copying doc/source/user/figures/dashboard_identity_tab.png -> horizon-25.1.1.dev12/doc/source/user/figures
copying doc/source/user/figures/dashboard_project_tab.png -> horizon-25.1.1.dev12/doc/source/user/figures
copying doc/source/user/figures/dashboard_settings_tab.png -> horizon-25.1.1.dev12/doc/source/user/figures
copying horizon/__init__.py -> horizon-25.1.1.dev12/horizon
copying horizon/base.py -> horizon-25.1.1.dev12/horizon
copying horizon/cache.py -> horizon-25.1.1.dev12/horizon
copying horizon/context_processors.py -> horizon-25.1.1.dev12/horizon
copying horizon/decorators.py -> horizon-25.1.1.dev12/horizon
copying horizon/defaults.py -> horizon-25.1.1.dev12/horizon
copying horizon/exceptions.py -> horizon-25.1.1.dev12/horizon
copying horizon/karma.conf.js -> horizon-25.1.1.dev12/horizon
copying horizon/loaders.py -> horizon-25.1.1.dev12/horizon
copying horizon/messages.py -> horizon-25.1.1.dev12/horizon
copying horizon/notifications.py -> horizon-25.1.1.dev12/horizon
copying horizon/site_urls.py -> horizon-25.1.1.dev12/horizon
copying horizon/themes.py -> horizon-25.1.1.dev12/horizon
copying horizon/version.py -> horizon-25.1.1.dev12/horizon
copying horizon/views.py -> horizon-25.1.1.dev12/horizon
copying horizon.egg-info/PKG-INFO -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/SOURCES.txt -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/dependency_links.txt -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/entry_points.txt -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/not-zip-safe -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/pbr.json -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/requires.txt -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon.egg-info/top_level.txt -> horizon-25.1.1.dev12/horizon.egg-info
copying horizon/browsers/__init__.py -> horizon-25.1.1.dev12/horizon/browsers
copying horizon/browsers/base.py -> horizon-25.1.1.dev12/horizon/browsers
copying horizon/browsers/breadcrumb.py -> horizon-25.1.1.dev12/horizon/browsers
copying horizon/browsers/views.py -> horizon-25.1.1.dev12/horizon/browsers
copying horizon/conf/__init__.py -> horizon-25.1.1.dev12/horizon/conf
copying horizon/conf/default.py -> horizon-25.1.1.dev12/horizon/conf
copying horizon/conf/dash_template/__init__.py -> horizon-25.1.1.dev12/horizon/conf/dash_template
copying horizon/conf/dash_template/dashboard.py.tmpl -> horizon-25.1.1.dev12/horizon/conf/dash_template
copying horizon/conf/dash_template/static/dash_name/js/dash_name.js -> horizon-25.1.1.dev12/horizon/conf/dash_template/static/dash_name/js
copying horizon/conf/dash_template/static/dash_name/scss/dash_name.scss -> horizon-25.1.1.dev12/horizon/conf/dash_template/static/dash_name/scss
copying horizon/conf/dash_template/templates/dash_name/base.html -> horizon-25.1.1.dev12/horizon/conf/dash_template/templates/dash_name
copying horizon/conf/panel_template/__init__.py -> horizon-25.1.1.dev12/horizon/conf/panel_template
copying horizon/conf/panel_template/panel.py.tmpl -> horizon-25.1.1.dev12/horizon/conf/panel_template
copying horizon/conf/panel_template/tests.py.tmpl -> horizon-25.1.1.dev12/horizon/conf/panel_template
copying horizon/conf/panel_template/urls.py.tmpl -> horizon-25.1.1.dev12/horizon/conf/panel_template
copying horizon/conf/panel_template/views.py -> horizon-25.1.1.dev12/horizon/conf/panel_template
copying horizon/conf/panel_template/templates/panel_name/index.html -> horizon-25.1.1.dev12/horizon/conf/panel_template/templates/panel_name
copying horizon/contrib/__init__.py -> horizon-25.1.1.dev12/horizon/contrib
copying horizon/contrib/bootstrap_datepicker.py -> horizon-25.1.1.dev12/horizon/contrib
copying horizon/contrib/staticfiles/__init__.py -> horizon-25.1.1.dev12/horizon/contrib/staticfiles
copying horizon/contrib/staticfiles/finders.py -> horizon-25.1.1.dev12/horizon/contrib/staticfiles
copying horizon/forms/__init__.py -> horizon-25.1.1.dev12/horizon/forms
copying horizon/forms/base.py -> horizon-25.1.1.dev12/horizon/forms
copying horizon/forms/fields.py -> horizon-25.1.1.dev12/horizon/forms
copying horizon/forms/views.py -> horizon-25.1.1.dev12/horizon/forms
copying horizon/hacking/__init__.py -> horizon-25.1.1.dev12/horizon/hacking
copying horizon/hacking/checks.py -> horizon-25.1.1.dev12/horizon/hacking
copying horizon/locale/ar/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/ar/LC_MESSAGES
copying horizon/locale/ca/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/ca/LC_MESSAGES
copying horizon/locale/cs/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/cs/LC_MESSAGES
copying horizon/locale/cs/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/cs/LC_MESSAGES
copying horizon/locale/de/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/de/LC_MESSAGES
copying horizon/locale/de/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/de/LC_MESSAGES
copying horizon/locale/en_AU/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/en_AU/LC_MESSAGES
copying horizon/locale/en_AU/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/en_AU/LC_MESSAGES
copying horizon/locale/en_GB/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/en_GB/LC_MESSAGES
copying horizon/locale/en_GB/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/en_GB/LC_MESSAGES
copying horizon/locale/eo/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/eo/LC_MESSAGES
copying horizon/locale/eo/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/eo/LC_MESSAGES
copying horizon/locale/es/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/es/LC_MESSAGES
copying horizon/locale/es/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/es/LC_MESSAGES
copying horizon/locale/es_MX/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/es_MX/LC_MESSAGES
copying horizon/locale/fi_FI/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/fi_FI/LC_MESSAGES
copying horizon/locale/fil/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/fil/LC_MESSAGES
copying horizon/locale/fr/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/fr/LC_MESSAGES
copying horizon/locale/fr/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/fr/LC_MESSAGES
copying horizon/locale/hi/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/hi/LC_MESSAGES
copying horizon/locale/hu/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/hu/LC_MESSAGES
copying horizon/locale/id/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/id/LC_MESSAGES
copying horizon/locale/id/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/id/LC_MESSAGES
copying horizon/locale/it/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/it/LC_MESSAGES
copying horizon/locale/it/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/it/LC_MESSAGES
copying horizon/locale/ja/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/ja/LC_MESSAGES
copying horizon/locale/ja/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/ja/LC_MESSAGES
copying horizon/locale/ka_GE/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/ka_GE/LC_MESSAGES
copying horizon/locale/ka_GE/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/ka_GE/LC_MESSAGES
copying horizon/locale/ko_KR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/ko_KR/LC_MESSAGES
copying horizon/locale/ko_KR/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/ko_KR/LC_MESSAGES
copying horizon/locale/nl_NL/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/nl_NL/LC_MESSAGES
copying horizon/locale/nl_NL/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/nl_NL/LC_MESSAGES
copying horizon/locale/pa_IN/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/pa_IN/LC_MESSAGES
copying horizon/locale/pa_IN/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/pa_IN/LC_MESSAGES
copying horizon/locale/pl_PL/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/pl_PL/LC_MESSAGES
copying horizon/locale/pl_PL/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/pl_PL/LC_MESSAGES
copying horizon/locale/pt/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/pt/LC_MESSAGES
copying horizon/locale/pt_BR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/pt_BR/LC_MESSAGES
copying horizon/locale/pt_BR/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/pt_BR/LC_MESSAGES
copying horizon/locale/ru/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/ru/LC_MESSAGES
copying horizon/locale/ru/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/ru/LC_MESSAGES
copying horizon/locale/sl_SI/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/sl_SI/LC_MESSAGES
copying horizon/locale/sr/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/sr/LC_MESSAGES
copying horizon/locale/tr_TR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/tr_TR/LC_MESSAGES
copying horizon/locale/tr_TR/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/tr_TR/LC_MESSAGES
copying horizon/locale/zh_Hans/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/zh_Hans/LC_MESSAGES
copying horizon/locale/zh_Hans/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/zh_Hans/LC_MESSAGES
copying horizon/locale/zh_Hant/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/horizon/locale/zh_Hant/LC_MESSAGES
copying horizon/locale/zh_Hant/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/horizon/locale/zh_Hant/LC_MESSAGES
copying horizon/management/__init__.py -> horizon-25.1.1.dev12/horizon/management
copying horizon/management/commands/__init__.py -> horizon-25.1.1.dev12/horizon/management/commands
copying horizon/management/commands/pull_catalog.py -> horizon-25.1.1.dev12/horizon/management/commands
copying horizon/management/commands/startdash.py -> horizon-25.1.1.dev12/horizon/management/commands
copying horizon/management/commands/startpanel.py -> horizon-25.1.1.dev12/horizon/management/commands
copying horizon/middleware/__init__.py -> horizon-25.1.1.dev12/horizon/middleware
copying horizon/middleware/base.py -> horizon-25.1.1.dev12/horizon/middleware
copying horizon/middleware/operation_log.py -> horizon-25.1.1.dev12/horizon/middleware
copying horizon/middleware/simultaneous_sessions.py -> horizon-25.1.1.dev12/horizon/middleware
copying horizon/static/auth/.eslintrc -> horizon-25.1.1.dev12/horizon/static/auth
copying horizon/static/auth/auth.module.js -> horizon-25.1.1.dev12/horizon/static/auth
copying horizon/static/auth/login/login-finder.directive.js -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.controller.js -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.module.js -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.module.spec.js -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.regular.mock.html -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.spec.js -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/auth/login/login.websso.mock.html -> horizon-25.1.1.dev12/horizon/static/auth/login
copying horizon/static/framework/.eslintrc -> horizon-25.1.1.dev12/horizon/static/framework
copying horizon/static/framework/framework.module.js -> horizon-25.1.1.dev12/horizon/static/framework
copying horizon/static/framework/framework.module.spec.js -> horizon-25.1.1.dev12/horizon/static/framework
copying horizon/static/framework/framework.scss -> horizon-25.1.1.dev12/horizon/static/framework
copying horizon/static/framework/conf/conf.js -> horizon-25.1.1.dev12/horizon/static/framework/conf
copying horizon/static/framework/conf/permissions.service.js -> horizon-25.1.1.dev12/horizon/static/framework/conf
copying horizon/static/framework/conf/permissions.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/conf
copying horizon/static/framework/conf/resource-type-registry.service.js -> horizon-25.1.1.dev12/horizon/static/framework/conf
copying horizon/static/framework/conf/resource-type-registry.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/conf
copying horizon/static/framework/util/util.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util
copying horizon/static/framework/util/actions/action-result.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/actions
copying horizon/static/framework/util/actions/action-result.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/actions
copying horizon/static/framework/util/actions/actions.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/actions
copying horizon/static/framework/util/bind-scope/bind-scope.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/util/bind-scope
copying horizon/static/framework/util/bind-scope/bind-scope.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/bind-scope
copying horizon/static/framework/util/bind-scope/bind-scope.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/bind-scope
copying horizon/static/framework/util/extensible/extensible.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/extensible
copying horizon/static/framework/util/extensible/extensible.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/extensible
copying horizon/static/framework/util/extensible/extensible.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/extensible
copying horizon/static/framework/util/file/file-reader.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/file
copying horizon/static/framework/util/file/file-reader.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/file
copying horizon/static/framework/util/file/file.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/file
copying horizon/static/framework/util/file/text-download.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/file
copying horizon/static/framework/util/file/text-download.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/file
copying horizon/static/framework/util/filters/filters.js -> horizon-25.1.1.dev12/horizon/static/framework/util/filters
copying horizon/static/framework/util/filters/filters.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/filters
copying horizon/static/framework/util/filters/filters.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/filters
copying horizon/static/framework/util/filters/helpers.borrowed-from-underscore.js -> horizon-25.1.1.dev12/horizon/static/framework/util/filters
copying horizon/static/framework/util/http/http.js -> horizon-25.1.1.dev12/horizon/static/framework/util/http
copying horizon/static/framework/util/http/http.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/http
copying horizon/static/framework/util/i18n/i18n.js -> horizon-25.1.1.dev12/horizon/static/framework/util/i18n
copying horizon/static/framework/util/i18n/i18n.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/i18n
copying horizon/static/framework/util/navigations/navigations.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/navigations
copying horizon/static/framework/util/navigations/navigations.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/navigations
copying horizon/static/framework/util/navigations/navigations.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/navigations
copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/util/promise-toggle
copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.mock.js -> horizon-25.1.1.dev12/horizon/static/framework/util/promise-toggle
copying horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/promise-toggle
copying horizon/static/framework/util/promise-toggle/promise-toggle.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/promise-toggle
copying horizon/static/framework/util/q/q.extensions.js -> horizon-25.1.1.dev12/horizon/static/framework/util/q
copying horizon/static/framework/util/q/q.extensions.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/q
copying horizon/static/framework/util/q/q.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/q
copying horizon/static/framework/util/q/q.module.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/q
copying horizon/static/framework/util/tech-debt/dummy.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/util/tech-debt
copying horizon/static/framework/util/tech-debt/helper-functions.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/tech-debt
copying horizon/static/framework/util/tech-debt/helper-functions.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/tech-debt
copying horizon/static/framework/util/tech-debt/image-file-on-change.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/util/tech-debt
copying horizon/static/framework/util/tech-debt/tech-debt.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/tech-debt
copying horizon/static/framework/util/timezones/timezone.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/timezones
copying horizon/static/framework/util/timezones/timezone.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/timezones
copying horizon/static/framework/util/uuid/uuid.js -> horizon-25.1.1.dev12/horizon/static/framework/util/uuid
copying horizon/static/framework/util/uuid/uuid.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/uuid
copying horizon/static/framework/util/validators/hz-password-match.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/validators/hz-password-match.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/validators/validate-number-max.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/validators/validate-number-min.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/validators/validate-unique.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/validators/validators.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/validators/validators.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/validators
copying horizon/static/framework/util/workflow/workflow.module.js -> horizon-25.1.1.dev12/horizon/static/framework/util/workflow
copying horizon/static/framework/util/workflow/workflow.service.js -> horizon-25.1.1.dev12/horizon/static/framework/util/workflow
copying horizon/static/framework/util/workflow/workflow.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/util/workflow
copying horizon/static/framework/widgets/widgets.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets
copying horizon/static/framework/widgets/widgets.module.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets
copying horizon/static/framework/widgets/widgets.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets
copying horizon/static/framework/widgets/action-list/action-list.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action-list.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action-list.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action-list.single-button-dropdown.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action-list.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action-list.split-botton-dropdown.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/action.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-batch.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-create.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-danger.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-delete-selected.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-delete.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-detail.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions-row.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.batch.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.custom.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.custom2.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.detail.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.row.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/actions.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/button-group.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/button-tooltip.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/menu-item.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/menu.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/menu.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/single-button.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/split-button.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/action-list/warning-tooltip.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/action-list
copying horizon/static/framework/widgets/charts/chart-tooltip.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/chart-tooltip.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/chart-tooltip.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/chart-tooltip.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/charts.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/charts.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/pie-chart.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/pie-chart.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/pie-chart.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/charts/pie-chart.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/charts
copying horizon/static/framework/widgets/contenteditable/contenteditable.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/contenteditable
copying horizon/static/framework/widgets/contenteditable/contenteditable.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/contenteditable
copying horizon/static/framework/widgets/contenteditable/contenteditable.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/contenteditable
copying horizon/static/framework/widgets/details/details.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/details
copying horizon/static/framework/widgets/details/details.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/details
copying horizon/static/framework/widgets/details/details.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/details
copying horizon/static/framework/widgets/details/routed-details-view.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/details
copying horizon/static/framework/widgets/details/routed-details-view.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/details
copying horizon/static/framework/widgets/details/routed-details-view.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/details
copying horizon/static/framework/widgets/form/builders.provider.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/builders.provider.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/decorator.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/decorator.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/form.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/modal-form.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/modal-form.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/modal-form.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/modal-form.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/modal-form.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form
copying horizon/static/framework/widgets/form/fields/array.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/checkbox.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/checkboxes.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/default.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/fieldset.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/help.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/password-confirm.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/radio-buttons.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/radios-inline.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/radios.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/section.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/select.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/submit.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/tabarray.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/tabs.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/form/fields/textarea.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/form/fields
copying horizon/static/framework/widgets/headers/headers.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
copying horizon/static/framework/widgets/headers/headers.module.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
copying horizon/static/framework/widgets/headers/headers.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
copying horizon/static/framework/widgets/headers/hz-page-header.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
copying horizon/static/framework/widgets/headers/hz-page-header.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
copying horizon/static/framework/widgets/headers/hz-page-header.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/headers
copying horizon/static/framework/widgets/help-panel/help-panel.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/help-panel
copying horizon/static/framework/widgets/help-panel/help-panel.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/help-panel
copying horizon/static/framework/widgets/help-panel/help-panel.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/help-panel
copying horizon/static/framework/widgets/help-panel/help-panel.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/help-panel
copying horizon/static/framework/widgets/help-panel/help-panel.module.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/help-panel
copying horizon/static/framework/widgets/load-edit/load-edit.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/load-edit
copying horizon/static/framework/widgets/load-edit/load-edit.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/load-edit
copying horizon/static/framework/widgets/load-edit/load-edit.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/load-edit
copying horizon/static/framework/widgets/load-edit/load-edit.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/load-edit
copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/magic-search.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/st-magic-search.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/magic-search
copying horizon/static/framework/widgets/metadata/metadata.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata
copying horizon/static/framework/widgets/metadata/metadata.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata
copying horizon/static/framework/widgets/metadata/display/display.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
copying horizon/static/framework/widgets/metadata/display/display.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
copying horizon/static/framework/widgets/metadata/display/display.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
copying horizon/static/framework/widgets/metadata/display/metadata-display.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
copying horizon/static/framework/widgets/metadata/display/metadata-display.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
copying horizon/static/framework/widgets/metadata/display/metadata-display.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/display
copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/metadata-tree-item.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/metadata-tree.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/metadata-tree.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/metadata-tree.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/tree.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/tree.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/tree.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/metadata/tree/tree.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/metadata/tree
copying horizon/static/framework/widgets/modal/delete-modal.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/delete-modal.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/modal.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/simple-modal.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/simple-modal.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/simple-modal.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/simple-modal.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/wizard-modal.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/wizard-modal.service.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/wizard.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal/wizard.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal
copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal-wait-spinner
copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal-wait-spinner
copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal-wait-spinner
copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal-wait-spinner
copying horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.template.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/modal-wait-spinner
copying horizon/static/framework/widgets/panel/hz-resource-panel.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/panel
copying horizon/static/framework/widgets/panel/hz-resource-panel.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/panel
copying horizon/static/framework/widgets/panel/hz-resource-panel.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/panel
copying horizon/static/framework/widgets/panel/hz-resource-panel.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/panel
copying horizon/static/framework/widgets/panel/panel.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/panel
copying horizon/static/framework/widgets/property/hz-field.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/hz-resource-property-list.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/hz-resource-property-list.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/hz-resource-property.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/hz-resource-property.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/hz-resource-property.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/hz-resource-property.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/property/property.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/property
copying horizon/static/framework/widgets/table/hz-cell.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-detail-row.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-detail-row.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-dynamic-table.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-dynamic-table.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-dynamic-table.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-dynamic-table.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-dynamic-table.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-dynamic-table.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-expand-detail.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-no-items.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-no-items.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-no-items.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-resource-table.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-resource-table.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-resource-table.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-resource-table.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-search-bar.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-select-all.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-select.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-table-footer.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-table-footer.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-table-footer.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/hz-table.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/no-items.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/pagination.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/search-bar.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/search-bar.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/st-table.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/table.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/table.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/table.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/table.scss -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/table/table.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/table
copying horizon/static/framework/widgets/toast/toast.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/toast
copying horizon/static/framework/widgets/toast/toast.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/toast
copying horizon/static/framework/widgets/toast/toast.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/toast
copying horizon/static/framework/widgets/toast/toast.service.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/toast
copying horizon/static/framework/widgets/toast/toast.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/toast
copying horizon/static/framework/widgets/transfer-table/filter-available.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/filter-available.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.basic.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.clone.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.directive.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.example.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.max-1.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.max-2.mock.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/transfer-table/transfer-table.module.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/transfer-table
copying horizon/static/framework/widgets/wizard/modal-container.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/framework/widgets/wizard/wizard.controller.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/framework/widgets/wizard/wizard.controller.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/framework/widgets/wizard/wizard.directive.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/framework/widgets/wizard/wizard.html -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/framework/widgets/wizard/wizard.module.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/framework/widgets/wizard/wizard.spec.js -> horizon-25.1.1.dev12/horizon/static/framework/widgets/wizard
copying horizon/static/horizon/.eslintrc -> horizon-25.1.1.dev12/horizon/static/horizon
copying horizon/static/horizon/js/horizon.communication.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.d3barchart.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.d3linechart.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.d3piechart.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.datepickers.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.extensible_header.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.forms.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.formset_table.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.hacks.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.heattop.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.lists.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.loader.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.membership.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.messages.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.modals.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.selenium.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.sidebar.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.string.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.tables.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.tabs.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.templates.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.users.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/js/horizon.uuid.js -> horizon-25.1.1.dev12/horizon/static/horizon/js
copying horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js -> horizon-25.1.1.dev12/horizon/static/horizon/lib/jquery
copying horizon/static/horizon/tests/jasmine/instances.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/static/horizon/tests/jasmine/messages.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/static/horizon/tests/jasmine/modals.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/static/horizon/tests/jasmine/quota.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/static/horizon/tests/jasmine/string.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/static/horizon/tests/jasmine/tables.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/static/horizon/tests/jasmine/templates.legacy-spec.js -> horizon-25.1.1.dev12/horizon/static/horizon/tests/jasmine
copying horizon/tables/__init__.py -> horizon-25.1.1.dev12/horizon/tables
copying horizon/tables/actions.py -> horizon-25.1.1.dev12/horizon/tables
copying horizon/tables/base.py -> horizon-25.1.1.dev12/horizon/tables
copying horizon/tables/formset.py -> horizon-25.1.1.dev12/horizon/tables
copying horizon/tables/views.py -> horizon-25.1.1.dev12/horizon/tables
copying horizon/tabs/__init__.py -> horizon-25.1.1.dev12/horizon/tabs
copying horizon/tabs/base.py -> horizon-25.1.1.dev12/horizon/tabs
copying horizon/tabs/views.py -> horizon-25.1.1.dev12/horizon/tabs
copying horizon/templates/_login_footer.html -> horizon-25.1.1.dev12/horizon/templates
copying horizon/templates/_login_form_footer.html -> horizon-25.1.1.dev12/horizon/templates
copying horizon/templates/not_authorized.html -> horizon-25.1.1.dev12/horizon/templates
copying horizon/templates/auth/_description.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_login.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_login_form.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_login_modal.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_login_page.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_password_form.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_password_page.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_splash.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_totp_form.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/_totp_page.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/login.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/password.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/auth/totp.html -> horizon-25.1.1.dev12/horizon/templates/auth
copying horizon/templates/bootstrap/breadcrumb.html -> horizon-25.1.1.dev12/horizon/templates/bootstrap
copying horizon/templates/bootstrap/progress_bar.html -> horizon-25.1.1.dev12/horizon/templates/bootstrap
copying horizon/templates/horizon/_messages.html -> horizon-25.1.1.dev12/horizon/templates/horizon
copying horizon/templates/horizon/_nav_list.html -> horizon-25.1.1.dev12/horizon/templates/horizon
copying horizon/templates/horizon/_script_i18n.html -> horizon-25.1.1.dev12/horizon/templates/horizon
copying horizon/templates/horizon/_sidebar.html -> horizon-25.1.1.dev12/horizon/templates/horizon
copying horizon/templates/horizon/_subnav_list.html -> horizon-25.1.1.dev12/horizon/templates/horizon
copying horizon/templates/horizon/client_side/_alert_message.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_confirm.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_loading_inline.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_loading_modal.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_membership.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_modal.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_progress.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_script_loader.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/_table_row.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/template.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/client_side/templates.html -> horizon-25.1.1.dev12/horizon/templates/horizon/client_side
copying horizon/templates/horizon/common/_breadcrumb.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_action.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_cell.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_pagination.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_pagination_with_pages.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_row.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_row_action_row.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_row_actions_dropdown.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_row_actions_row.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_table_actions.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_data_table_view.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_datepicker.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_datepicker_form.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_detail.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_detail_header.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_detail_tab_group.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_detail_table.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_domain_page_header.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_form_errors.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_form_field.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_form_field_decorator.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_form_field_required.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_form_fields.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_formset_table.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_formset_table_row.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_horizontal_field.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_horizontal_fields.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_keystone_provider_selector.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_limit_summary.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_modal.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_modal_form.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_modal_form_add_members.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_page_header.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_region_selector.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_resource_browser.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_sidebar.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_sidebar_module.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_tab_group.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_usage_summary.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_workflow.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_workflow_base.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_workflow_step.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/_workflow_step_update_members.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common
copying horizon/templates/horizon/common/fields/_themable_checkbox.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common/fields
copying horizon/templates/horizon/common/fields/_themable_radiobutton.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common/fields
copying horizon/templates/horizon/common/fields/_themable_select.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common/fields
copying horizon/templates/horizon/common/fields/_themable_spinner.html -> horizon-25.1.1.dev12/horizon/templates/horizon/common/fields
copying horizon/templates/horizon/jasmine/index.html -> horizon-25.1.1.dev12/horizon/templates/horizon/jasmine
copying horizon/templates/horizon/jasmine/jasmine.html -> horizon-25.1.1.dev12/horizon/templates/horizon/jasmine
copying horizon/templates/horizon/jasmine/jasmine_legacy.html -> horizon-25.1.1.dev12/horizon/templates/horizon/jasmine
copying horizon/templatetags/__init__.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/angular.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/bootstrap.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/branding.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/breadcrumb_nav.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/form_helpers.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/horizon.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/parse_date.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/shellfilter.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/sizeformat.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/splitfilter.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/templatetags/truncate_filter.py -> horizon-25.1.1.dev12/horizon/templatetags
copying horizon/test/__init__.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/firefox_binary.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/helpers.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/settings.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/urls.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/utils.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/webdriver.py -> horizon-25.1.1.dev12/horizon/test
copying horizon/test/customization/__init__.py -> horizon-25.1.1.dev12/horizon/test/customization
copying horizon/test/customization/cust_test1.py -> horizon-25.1.1.dev12/horizon/test/customization
copying horizon/test/customization/cust_test2.py -> horizon-25.1.1.dev12/horizon/test/customization
copying horizon/test/dummy_auth/__init__.py -> horizon-25.1.1.dev12/horizon/test/dummy_auth
copying horizon/test/dummy_auth/backend.py -> horizon-25.1.1.dev12/horizon/test/dummy_auth
copying horizon/test/jasmine/__init__.py -> horizon-25.1.1.dev12/horizon/test/jasmine
copying horizon/test/jasmine/jasmine.py -> horizon-25.1.1.dev12/horizon/test/jasmine
copying horizon/test/messages/test_info.json -> horizon-25.1.1.dev12/horizon/test/messages
copying horizon/test/messages/test_invalid.json -> horizon-25.1.1.dev12/horizon/test/messages
copying horizon/test/messages/test_warning.json -> horizon-25.1.1.dev12/horizon/test/messages
copying horizon/test/selenium/selenium_tests.py -> horizon-25.1.1.dev12/horizon/test/selenium
copying horizon/test/templates/404.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/_tab.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/angular.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/base-sidebar.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/base.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/tab_group.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/workflow.html -> horizon-25.1.1.dev12/horizon/test/templates
copying horizon/test/templates/registration/login.html -> horizon-25.1.1.dev12/horizon/test/templates/registration
copying horizon/test/test_dashboards/__init__.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards
copying horizon/test/test_dashboards/cats/__init__.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats
copying horizon/test/test_dashboards/cats/dashboard.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats
copying horizon/test/test_dashboards/cats/kittens/__init__.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens
copying horizon/test/test_dashboards/cats/kittens/panel.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens
copying horizon/test/test_dashboards/cats/kittens/urls.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens
copying horizon/test/test_dashboards/cats/kittens/views.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens
copying horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/kittens/templates/kittens
copying horizon/test/test_dashboards/cats/static/cats/js/cats.js -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/static/cats/js
copying horizon/test/test_dashboards/cats/static/cats/scss/cats.scss -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/static/cats/scss
copying horizon/test/test_dashboards/cats/templates/cats/base.html -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/templates/cats
copying horizon/test/test_dashboards/cats/tigers/__init__.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers
copying horizon/test/test_dashboards/cats/tigers/panel.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers
copying horizon/test/test_dashboards/cats/tigers/urls.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers
copying horizon/test/test_dashboards/cats/tigers/views.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers
copying horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html -> horizon-25.1.1.dev12/horizon/test/test_dashboards/cats/tigers/templates/tigers
copying horizon/test/test_dashboards/dogs/__init__.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs
copying horizon/test/test_dashboards/dogs/dashboard.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs
copying horizon/test/test_dashboards/dogs/puppies/__init__.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
copying horizon/test/test_dashboards/dogs/puppies/panel.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
copying horizon/test/test_dashboards/dogs/puppies/tables.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
copying horizon/test/test_dashboards/dogs/puppies/tabs.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
copying horizon/test/test_dashboards/dogs/puppies/urls.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
copying horizon/test/test_dashboards/dogs/puppies/views.py -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies
copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies/templates/puppies
copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/puppies/templates/puppies
copying horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/static/dogs/js
copying horizon/test/test_dashboards/dogs/static/dogs/scss/dogs.scss -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/static/dogs/scss
copying horizon/test/test_dashboards/dogs/templates/dogs/base.html -> horizon-25.1.1.dev12/horizon/test/test_dashboards/dogs/templates/dogs
copying horizon/test/unit/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit
copying horizon/test/unit/test_base.py -> horizon-25.1.1.dev12/horizon/test/unit
copying horizon/test/unit/test_exceptions.py -> horizon-25.1.1.dev12/horizon/test/unit
copying horizon/test/unit/test_messages.py -> horizon-25.1.1.dev12/horizon/test/unit
copying horizon/test/unit/test_notifications.py -> horizon-25.1.1.dev12/horizon/test/unit
copying horizon/test/unit/test_views.py -> horizon-25.1.1.dev12/horizon/test/unit
copying horizon/test/unit/forms/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/forms
copying horizon/test/unit/forms/test_fields.py -> horizon-25.1.1.dev12/horizon/test/unit/forms
copying horizon/test/unit/forms/test_forms.py -> horizon-25.1.1.dev12/horizon/test/unit/forms
copying horizon/test/unit/hacking/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/hacking
copying horizon/test/unit/hacking/test_checks.py -> horizon-25.1.1.dev12/horizon/test/unit/hacking
copying horizon/test/unit/management/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/management
copying horizon/test/unit/management/commands/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/management/commands
copying horizon/test/unit/management/commands/test_startdash.py -> horizon-25.1.1.dev12/horizon/test/unit/management/commands
copying horizon/test/unit/management/commands/test_startpanel.py -> horizon-25.1.1.dev12/horizon/test/unit/management/commands
copying horizon/test/unit/middleware/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/middleware
copying horizon/test/unit/middleware/test_base.py -> horizon-25.1.1.dev12/horizon/test/unit/middleware
copying horizon/test/unit/middleware/test_operation_log.py -> horizon-25.1.1.dev12/horizon/test/unit/middleware
copying horizon/test/unit/middleware/test_simultaneous_sessions.py -> horizon-25.1.1.dev12/horizon/test/unit/middleware
copying horizon/test/unit/tables/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/tables
copying horizon/test/unit/tables/test_tables.py -> horizon-25.1.1.dev12/horizon/test/unit/tables
copying horizon/test/unit/tabs/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/tabs
copying horizon/test/unit/tabs/test_tabs.py -> horizon-25.1.1.dev12/horizon/test/unit/tabs
copying horizon/test/unit/templatetags/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/templatetags
copying horizon/test/unit/templatetags/test_templatetags.py -> horizon-25.1.1.dev12/horizon/test/unit/templatetags
copying horizon/test/unit/utils/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_babel_extract_angular.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_file_discovery.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_filters.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_functions.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_memoized.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_secret_key.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/utils/test_validators.py -> horizon-25.1.1.dev12/horizon/test/unit/utils
copying horizon/test/unit/workflows/__init__.py -> horizon-25.1.1.dev12/horizon/test/unit/workflows
copying horizon/test/unit/workflows/test_workflows.py -> horizon-25.1.1.dev12/horizon/test/unit/workflows
copying horizon/utils/__init__.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/babel_extract_angular.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/csvbase.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/escape.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/file_discovery.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/filters.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/functions.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/html.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/http.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/lazy_encoder.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/memoized.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/scss_filter.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/secret_key.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/settings.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/utils/validators.py -> horizon-25.1.1.dev12/horizon/utils
copying horizon/workflows/__init__.py -> horizon-25.1.1.dev12/horizon/workflows
copying horizon/workflows/base.py -> horizon-25.1.1.dev12/horizon/workflows
copying horizon/workflows/views.py -> horizon-25.1.1.dev12/horizon/workflows
copying openstack_auth/__init__.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/backend.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/defaults.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/exceptions.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/forms.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/middleware.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/models.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/policy.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/urls.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/user.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/utils.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/views.py -> horizon-25.1.1.dev12/openstack_auth
copying openstack_auth/locale/de/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/de/LC_MESSAGES
copying openstack_auth/locale/en_GB/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/en_GB/LC_MESSAGES
copying openstack_auth/locale/eo/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/eo/LC_MESSAGES
copying openstack_auth/locale/es/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/es/LC_MESSAGES
copying openstack_auth/locale/fr/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/fr/LC_MESSAGES
copying openstack_auth/locale/id/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/id/LC_MESSAGES
copying openstack_auth/locale/ja/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/ja/LC_MESSAGES
copying openstack_auth/locale/ka_GE/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/ka_GE/LC_MESSAGES
copying openstack_auth/locale/ko_KR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/ko_KR/LC_MESSAGES
copying openstack_auth/locale/ne/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/ne/LC_MESSAGES
copying openstack_auth/locale/pt_BR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/pt_BR/LC_MESSAGES
copying openstack_auth/locale/ru/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/ru/LC_MESSAGES
copying openstack_auth/locale/zh_Hans/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/zh_Hans/LC_MESSAGES
copying openstack_auth/locale/zh_Hant/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_auth/locale/zh_Hant/LC_MESSAGES
copying openstack_auth/plugin/__init__.py -> horizon-25.1.1.dev12/openstack_auth/plugin
copying openstack_auth/plugin/base.py -> horizon-25.1.1.dev12/openstack_auth/plugin
copying openstack_auth/plugin/k2k.py -> horizon-25.1.1.dev12/openstack_auth/plugin
copying openstack_auth/plugin/password.py -> horizon-25.1.1.dev12/openstack_auth/plugin
copying openstack_auth/plugin/token.py -> horizon-25.1.1.dev12/openstack_auth/plugin
copying openstack_auth/plugin/totp.py -> horizon-25.1.1.dev12/openstack_auth/plugin
copying openstack_auth/tests/__init__.py -> horizon-25.1.1.dev12/openstack_auth/tests
copying openstack_auth/tests/data_v3.py -> horizon-25.1.1.dev12/openstack_auth/tests
copying openstack_auth/tests/settings.py -> horizon-25.1.1.dev12/openstack_auth/tests
copying openstack_auth/tests/urls.py -> horizon-25.1.1.dev12/openstack_auth/tests
copying openstack_auth/tests/conf/keystone_policy.json -> horizon-25.1.1.dev12/openstack_auth/tests/conf
copying openstack_auth/tests/conf/no_default_policy.json -> horizon-25.1.1.dev12/openstack_auth/tests/conf
copying openstack_auth/tests/conf/nova_policy.json -> horizon-25.1.1.dev12/openstack_auth/tests/conf
copying openstack_auth/tests/conf/policy.v3cloudsample.json -> horizon-25.1.1.dev12/openstack_auth/tests/conf
copying openstack_auth/tests/conf/with_default_policy.json -> horizon-25.1.1.dev12/openstack_auth/tests/conf
copying openstack_auth/tests/templates/auth/blank.html -> horizon-25.1.1.dev12/openstack_auth/tests/templates/auth
copying openstack_auth/tests/templates/auth/login.html -> horizon-25.1.1.dev12/openstack_auth/tests/templates/auth
copying openstack_auth/tests/templates/auth/totp.html -> horizon-25.1.1.dev12/openstack_auth/tests/templates/auth
copying openstack_auth/tests/unit/__init__.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_auth/tests/unit/test_auth.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_auth/tests/unit/test_password.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_auth/tests/unit/test_policy.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_auth/tests/unit/test_user.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_auth/tests/unit/test_utils.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_auth/tests/unit/test_views.py -> horizon-25.1.1.dev12/openstack_auth/tests/unit
copying openstack_dashboard/.eslintrc -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/context_processors.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/defaults.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/exceptions.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/hooks.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/karma.conf.js -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/policy.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/settings.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/theme_settings.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/urls.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/views.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/wsgi.py -> horizon-25.1.1.dev12/openstack_dashboard
copying openstack_dashboard/api/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/_nova.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/base.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/cinder.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/glance.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/keystone.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/microversions.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/network.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/neutron.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/nova.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/placement.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/swift.py -> horizon-25.1.1.dev12/openstack_dashboard/api
copying openstack_dashboard/api/rest/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/cinder.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/config.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/glance.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/json_encoder.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/keystone.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/network.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/neutron.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/nova.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/policy.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/swift.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/api/rest/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/api/rest
copying openstack_dashboard/conf/cinder_policy.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf
copying openstack_dashboard/conf/glance_policy.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf
copying openstack_dashboard/conf/keystone_policy.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf
copying openstack_dashboard/conf/neutron_policy.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf
copying openstack_dashboard/conf/nova_policy.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf
copying openstack_dashboard/conf/default_policies/README.txt -> horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
copying openstack_dashboard/conf/default_policies/cinder.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
copying openstack_dashboard/conf/default_policies/glance.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
copying openstack_dashboard/conf/default_policies/keystone.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
copying openstack_dashboard/conf/default_policies/neutron.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
copying openstack_dashboard/conf/default_policies/nova.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf/default_policies
copying openstack_dashboard/conf/nova_policy.d/api-extensions.yaml -> horizon-25.1.1.dev12/openstack_dashboard/conf/nova_policy.d
copying openstack_dashboard/contrib/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib
copying openstack_dashboard/contrib/developer/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer
copying openstack_dashboard/contrib/developer/dashboard.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer
copying openstack_dashboard/contrib/developer/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer
copying openstack_dashboard/contrib/developer/enabled/_9001_developer.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
copying openstack_dashboard/contrib/developer/enabled/_9010_preview.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
copying openstack_dashboard/contrib/developer/enabled/_9020_resource_browser.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
copying openstack_dashboard/contrib/developer/enabled/_9030_profiler.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
copying openstack_dashboard/contrib/developer/enabled/_9040_form_builder.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
copying openstack_dashboard/contrib/developer/enabled/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/enabled
copying openstack_dashboard/contrib/developer/form_builder/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/form_builder
copying openstack_dashboard/contrib/developer/form_builder/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/form_builder
copying openstack_dashboard/contrib/developer/form_builder/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/form_builder
copying openstack_dashboard/contrib/developer/form_builder/views.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/form_builder
copying openstack_dashboard/contrib/developer/profiler/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
copying openstack_dashboard/contrib/developer/profiler/api.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
copying openstack_dashboard/contrib/developer/profiler/middleware.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
copying openstack_dashboard/contrib/developer/profiler/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
copying openstack_dashboard/contrib/developer/profiler/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
copying openstack_dashboard/contrib/developer/profiler/views.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler
copying openstack_dashboard/contrib/developer/profiler/templates/profiler/_mode_picker.html -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler/templates/profiler
copying openstack_dashboard/contrib/developer/profiler/templates/profiler/index.html -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/profiler/templates/profiler
copying openstack_dashboard/contrib/developer/resource_browser/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/resource_browser
copying openstack_dashboard/contrib/developer/resource_browser/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/resource_browser
copying openstack_dashboard/contrib/developer/resource_browser/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/resource_browser
copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.js -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer
copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer
copying openstack_dashboard/contrib/developer/static/dashboard/developer/developer.scss -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer
copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.controller.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder
copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.html -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder
copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/form-builder.scss -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder
copying openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/index.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.details.html -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.module.js -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.scss -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.trace-table.html -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler
copying openstack_dashboard/contrib/developer/static/dashboard/developer/profiler/profiler.tree-node.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser
copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resource-browser.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser
copying openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/resources.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview
copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview
copying openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.scss -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview
copying openstack_dashboard/contrib/developer/theme_preview/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview
copying openstack_dashboard/contrib/developer/theme_preview/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview
copying openstack_dashboard/contrib/developer/theme_preview/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview
copying openstack_dashboard/contrib/developer/theme_preview/views.py -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview
copying openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview/index.html -> horizon-25.1.1.dev12/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview
copying openstack_dashboard/dashboards/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards
copying openstack_dashboard/dashboards/admin/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin
copying openstack_dashboard/dashboards/admin/dashboard.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin
copying openstack_dashboard/dashboards/admin/aggregates/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/constants.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates
copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates
copying openstack_dashboard/dashboards/admin/backups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups
copying openstack_dashboard/dashboards/admin/backups/templates/backups/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups/templates/backups
copying openstack_dashboard/dashboards/admin/backups/templates/backups/_update_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups/templates/backups
copying openstack_dashboard/dashboards/admin/backups/templates/backups/update_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/backups/templates/backups
copying openstack_dashboard/dashboards/admin/defaults/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults
copying openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/defaults/templates/defaults
copying openstack_dashboard/dashboards/admin/flavors/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/constants.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors
copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors/templates/flavors
copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/flavors/templates/flavors
copying openstack_dashboard/dashboards/admin/floating_ips/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/_allocate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/allocate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips
copying openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips
copying openstack_dashboard/dashboards/admin/group_types/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types
copying openstack_dashboard/dashboards/admin/group_types/specs/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
copying openstack_dashboard/dashboards/admin/group_types/specs/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
copying openstack_dashboard/dashboards/admin/group_types/specs/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
copying openstack_dashboard/dashboards/admin/group_types/specs/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
copying openstack_dashboard/dashboards/admin/group_types/specs/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
copying openstack_dashboard/dashboards/admin/group_types/specs/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/specs
copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/templates/group_types
copying openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs/_create.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs
copying openstack_dashboard/dashboards/admin/hypervisors/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/compute/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute
copying openstack_dashboard/dashboards/admin/images/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images
copying openstack_dashboard/dashboards/admin/images/templates/images/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images/templates/images
copying openstack_dashboard/dashboards/admin/images/templates/images/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images/templates/images
copying openstack_dashboard/dashboards/admin/images/templates/images/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images/templates/images
copying openstack_dashboard/dashboards/admin/images/templates/images/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/images/templates/images
copying openstack_dashboard/dashboards/admin/info/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/constants.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info
copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v2.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info/templates/info
copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_endpoints_v3.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info/templates/info
copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info/templates/info
copying openstack_dashboard/dashboards/admin/info/templates/info/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/info/templates/info
copying openstack_dashboard/dashboards/admin/instances/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances
copying openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances/templates/instances
copying openstack_dashboard/dashboards/admin/instances/templates/instances/_rescue.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances/templates/instances
copying openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances/templates/instances
copying openstack_dashboard/dashboards/admin/instances/templates/instances/rescue.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/instances/templates/instances
copying openstack_dashboard/dashboards/admin/metadata_defs/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/constants.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs
copying openstack_dashboard/dashboards/admin/networks/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks
copying openstack_dashboard/dashboards/admin/networks/agents/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
copying openstack_dashboard/dashboards/admin/networks/agents/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
copying openstack_dashboard/dashboards/admin/networks/agents/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
copying openstack_dashboard/dashboards/admin/networks/agents/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
copying openstack_dashboard/dashboards/admin/networks/agents/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
copying openstack_dashboard/dashboards/admin/networks/agents/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/agents
copying openstack_dashboard/dashboards/admin/networks/ports/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports
copying openstack_dashboard/dashboards/admin/networks/ports/extensions/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports/extensions
copying openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/__init__.py -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs
copying openstack_dashboard/dashboards/admin/networks/subnets/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
copying openstack_dashboard/dashboards/admin/networks/subnets/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
copying openstack_dashboard/dashboards/admin/networks/subnets/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
copying openstack_dashboard/dashboards/admin/networks/subnets/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
copying openstack_dashboard/dashboards/admin/networks/subnets/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
copying openstack_dashboard/dashboards/admin/networks/subnets/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/subnets
copying openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks
copying openstack_dashboard/dashboards/admin/networks/templates/networks/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks
copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks/agents
copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks/agents
copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_edit_port_help.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/networks/templates/networks/ports
copying openstack_dashboard/dashboards/admin/ngflavors/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors
copying openstack_dashboard/dashboards/admin/ngflavors/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors
copying openstack_dashboard/dashboards/admin/ngflavors/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors
copying openstack_dashboard/dashboards/admin/ngflavors/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors
copying openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors
copying openstack_dashboard/dashboards/admin/overview/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview
copying openstack_dashboard/dashboards/admin/overview/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview
copying openstack_dashboard/dashboards/admin/overview/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview
copying openstack_dashboard/dashboards/admin/overview/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview
copying openstack_dashboard/dashboards/admin/overview/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview
copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview/templates/overview
copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/overview/templates/overview
copying openstack_dashboard/dashboards/admin/rbac_policies/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
copying openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies
copying openstack_dashboard/dashboards/admin/routers/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers
copying openstack_dashboard/dashboards/admin/routers/extensions/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/extensions
copying openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/admin/routers/ports/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/ports
copying openstack_dashboard/dashboards/admin/routers/ports/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/ports
copying openstack_dashboard/dashboards/admin/routers/ports/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/ports
copying openstack_dashboard/dashboards/admin/routers/ports/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/ports
copying openstack_dashboard/dashboards/admin/routers/ports/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/routers/ports
copying openstack_dashboard/dashboards/admin/snapshots/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/_update_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots
copying openstack_dashboard/dashboards/admin/snapshots/templates/snapshots/update_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots
copying openstack_dashboard/dashboards/admin/trunks/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/trunks
copying openstack_dashboard/dashboards/admin/trunks/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/trunks
copying openstack_dashboard/dashboards/admin/trunks/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/trunks
copying openstack_dashboard/dashboards/admin/vg_snapshots/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots
copying openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots
copying openstack_dashboard/dashboards/admin/volume_groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_delete.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/_remove_vols.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/delete.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups/remove_vols.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/admin/volume_types/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/extras/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
copying openstack_dashboard/dashboards/admin/volume_types/extras/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
copying openstack_dashboard/dashboards/admin/volume_types/extras/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
copying openstack_dashboard/dashboards/admin/volume_types/extras/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
copying openstack_dashboard/dashboards/admin/volume_types/extras/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
copying openstack_dashboard/dashboards/admin/volume_types/extras/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/extras
copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volume_types/qos_specs/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_associate_qos_spec.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_access.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/update_access.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types
copying openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs
copying openstack_dashboard/dashboards/admin/volumes/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_manage_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_migrate_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_unmanage_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/_update_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/manage_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/migrate_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/unmanage_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/update_status.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes_tables.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/admin/volumes/templates/volumes
copying openstack_dashboard/dashboards/identity/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity
copying openstack_dashboard/dashboards/identity/dashboard.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity
copying openstack_dashboard/dashboards/identity/application_credentials/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/_success.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/clouds.yaml.template -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/kubeconfig.template -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/openrc.sh.template -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials/success.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials
copying openstack_dashboard/dashboards/identity/domains/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/constants.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains
copying openstack_dashboard/dashboards/identity/domains/templates/domains/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/domains/templates/domains
copying openstack_dashboard/dashboards/identity/groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/constants.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/groups/templates/groups/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/groups/templates/groups
copying openstack_dashboard/dashboards/identity/identity_providers/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/protocols/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/identity_providers/protocols/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/identity_providers/protocols/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/identity_providers/protocols/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/identity_providers/protocols/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/identity_providers/protocols/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_register.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/register.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers
copying openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols/_create.html -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols
copying openstack_dashboard/dashboards/identity/mappings/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings
copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings/templates/mappings
copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings/templates/mappings
copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings/templates/mappings
copying openstack_dashboard/dashboards/identity/mappings/templates/mappings/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/mappings/templates/mappings
copying openstack_dashboard/dashboards/identity/projects/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects
copying openstack_dashboard/dashboards/identity/projects/groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/groups
copying openstack_dashboard/dashboards/identity/projects/groups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/groups
copying openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates/projects
copying openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates/projects
copying openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates/projects
copying openstack_dashboard/dashboards/identity/projects/templates/projects/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates/projects
copying openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/templates/projects
copying openstack_dashboard/dashboards/identity/projects/users/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/users
copying openstack_dashboard/dashboards/identity/projects/users/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/projects/users
copying openstack_dashboard/dashboards/identity/roles/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles
copying openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles/templates/roles
copying openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles/templates/roles
copying openstack_dashboard/dashboards/identity/roles/templates/roles/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles/templates/roles
copying openstack_dashboard/dashboards/identity/roles/templates/roles/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/roles/templates/roles
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/domains.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/actions.module.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/create.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/delete.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/drawer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.controller.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details/overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions/actions.module.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/role.schema.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions/actions.module.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/actions.module.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/drawer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.controller.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details
copying openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details/overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details
copying openstack_dashboard/dashboards/identity/users/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users
copying openstack_dashboard/dashboards/identity/users/groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/groups
copying openstack_dashboard/dashboards/identity/users/groups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/groups
copying openstack_dashboard/dashboards/identity/users/role_assignments/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/role_assignments
copying openstack_dashboard/dashboards/identity/users/role_assignments/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/role_assignments
copying openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/change_password.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/index.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/identity/users/templates/users/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/identity/users/templates/users
copying openstack_dashboard/dashboards/project/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project
copying openstack_dashboard/dashboards/project/dashboard.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project
copying openstack_dashboard/dashboards/project/api_access/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/_credentials.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_credentials.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/clouds.yaml.template -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/credentials.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/ec2rc.sh.template -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/openrc.sh.template -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/api_access/templates/api_access/recreate_credentials.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/api_access/templates/api_access
copying openstack_dashboard/dashboards/project/backups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups
copying openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates/backups
copying openstack_dashboard/dashboards/project/backups/templates/backups/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates/backups
copying openstack_dashboard/dashboards/project/backups/templates/backups/_restore_backup.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates/backups
copying openstack_dashboard/dashboards/project/backups/templates/backups/create_backup.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates/backups
copying openstack_dashboard/dashboards/project/backups/templates/backups/restore_backup.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/backups/templates/backups
copying openstack_dashboard/dashboards/project/containers/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers
copying openstack_dashboard/dashboards/project/containers/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers
copying openstack_dashboard/dashboards/project/containers/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers
copying openstack_dashboard/dashboards/project/containers/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers
copying openstack_dashboard/dashboards/project/containers/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers
copying openstack_dashboard/dashboards/project/containers/templates/containers/ngindex.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/containers/templates/containers
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ip_portforwardings/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ip_portforwardings
copying openstack_dashboard/dashboards/project/floating_ips/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/_allocate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips
copying openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips/allocate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips
copying openstack_dashboard/dashboards/project/images/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
copying openstack_dashboard/dashboards/project/images/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
copying openstack_dashboard/dashboards/project/images/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
copying openstack_dashboard/dashboards/project/images/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
copying openstack_dashboard/dashboards/project/images/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
copying openstack_dashboard/dashboards/project/images/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images
copying openstack_dashboard/dashboards/project/images/images/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/images/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/images/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/images/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/images/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/images/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/images/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/images
copying openstack_dashboard/dashboards/project/images/snapshots/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/snapshots
copying openstack_dashboard/dashboards/project/images/snapshots/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/snapshots
copying openstack_dashboard/dashboards/project/images/snapshots/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/snapshots
copying openstack_dashboard/dashboards/project/images/snapshots/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/snapshots
copying openstack_dashboard/dashboards/project/images/snapshots/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/snapshots
copying openstack_dashboard/dashboards/project/images/templates/images/images/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/images
copying openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/images
copying openstack_dashboard/dashboards/project/images/templates/images/images/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/images
copying openstack_dashboard/dashboards/project/images/templates/images/images/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/images
copying openstack_dashboard/dashboards/project/images/templates/images/images/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/images
copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/snapshots
copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/images/templates/images/snapshots
copying openstack_dashboard/dashboards/project/instances/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/audit_tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/console.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/interfaces_tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_attach_interface.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_attach_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_detach_interface.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_detach_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_disassociate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_edit_security_group_help.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/_rescue.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/attach_interface.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/attach_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/detach_interface.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/detach_volume.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/disassociate.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/templates/instances/rescue.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/templates/instances
copying openstack_dashboard/dashboards/project/instances/workflows/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/workflows
copying openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/workflows
copying openstack_dashboard/dashboards/project/instances/workflows/update_instance.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/workflows
copying openstack_dashboard/dashboards/project/instances/workflows/update_port.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/instances/workflows
copying openstack_dashboard/dashboards/project/key_pairs/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/_import.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/download.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs
copying openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs/import.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs
copying openstack_dashboard/dashboards/project/network_qos/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_qos
copying openstack_dashboard/dashboards/project/network_qos/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_qos
copying openstack_dashboard/dashboards/project/network_qos/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_qos
copying openstack_dashboard/dashboards/project/network_topology/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology
copying openstack_dashboard/dashboards/project/network_topology/instances/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/instances
copying openstack_dashboard/dashboards/project/network_topology/instances/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/instances
copying openstack_dashboard/dashboards/project/network_topology/networks/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/networks
copying openstack_dashboard/dashboards/project/network_topology/networks/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/networks
copying openstack_dashboard/dashboards/project/network_topology/ports/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/ports
copying openstack_dashboard/dashboards/project/network_topology/ports/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/ports
copying openstack_dashboard/dashboards/project/network_topology/routers/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/routers
copying openstack_dashboard/dashboards/project/network_topology/routers/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/routers
copying openstack_dashboard/dashboards/project/network_topology/subnets/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/subnets
copying openstack_dashboard/dashboards/project/network_topology/subnets/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/subnets
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_actions_list.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_topology_view.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology
copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side
copying openstack_dashboard/dashboards/project/networks/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks
copying openstack_dashboard/dashboards/project/networks/ports/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/sg_base.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports
copying openstack_dashboard/dashboards/project/networks/ports/extensions/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports/extensions
copying openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/__init__.py -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs
copying openstack_dashboard/dashboards/project/networks/subnets/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/subnets/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/subnets
copying openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks
copying openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks
copying openstack_dashboard/dashboards/project/networks/templates/networks/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks
copying openstack_dashboard/dashboards/project/networks/templates/networks/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks
copying openstack_dashboard/dashboards/project/networks/templates/networks/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks
copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_add_addresspair.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_create_port_help.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_edit_port_help.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/add_addresspair.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/ports
copying openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/networks/templates/networks/subnets
copying openstack_dashboard/dashboards/project/overview/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview
copying openstack_dashboard/dashboards/project/overview/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview
copying openstack_dashboard/dashboards/project/overview/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview
copying openstack_dashboard/dashboards/project/overview/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview
copying openstack_dashboard/dashboards/project/overview/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview
copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview/templates/overview
copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/overview/templates/overview
copying openstack_dashboard/dashboards/project/routers/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers
copying openstack_dashboard/dashboards/project/routers/extensions/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions
copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/project/routers/extensions/extraroutes/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/extensions/extraroutes
copying openstack_dashboard/dashboards/project/routers/ports/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
copying openstack_dashboard/dashboards/project/routers/ports/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
copying openstack_dashboard/dashboards/project/routers/ports/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
copying openstack_dashboard/dashboards/project/routers/ports/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
copying openstack_dashboard/dashboards/project/routers/ports/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
copying openstack_dashboard/dashboards/project/routers/ports/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/ports
copying openstack_dashboard/dashboards/project/routers/templates/routers/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers
copying openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers
copying openstack_dashboard/dashboards/project/routers/templates/routers/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers
copying openstack_dashboard/dashboards/project/routers/templates/routers/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers
copying openstack_dashboard/dashboards/project/routers/templates/routers/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers
copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes
copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes
copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/ports
copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/ports
copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/ports
copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/routers/templates/routers/ports
copying openstack_dashboard/dashboards/project/security_groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_add_rule.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/add_rule.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/security_groups/templates/security_groups/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/security_groups/templates/security_groups
copying openstack_dashboard/dashboards/project/server_groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/server_groups
copying openstack_dashboard/dashboards/project/server_groups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/server_groups
copying openstack_dashboard/dashboards/project/server_groups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/server_groups
copying openstack_dashboard/dashboards/project/snapshots/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots
copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots/templates/snapshots
copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots/templates/snapshots
copying openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/snapshots/templates/snapshots
copying openstack_dashboard/dashboards/project/static/dashboard/project/project.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project
copying openstack_dashboard/dashboards/project/static/dashboard/project/project.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/_containers.scss -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/check-copy-destination.directive.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/copy-object-modal.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container.help.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-folder-modal.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/edit-object-modal.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-details-modal.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-name-exists.directive.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-batch-actions.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/select-container.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-modal.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/containers
copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.js -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow
copying openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.spec.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source
copying openstack_dashboard/dashboards/project/trunks/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/trunks
copying openstack_dashboard/dashboards/project/trunks/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/trunks
copying openstack_dashboard/dashboards/project/trunks/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/trunks
copying openstack_dashboard/dashboards/project/vg_snapshots/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots
copying openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots
copying openstack_dashboard/dashboards/project/volume_groups/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/workflows.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_clone_group.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_create_snapshot.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_delete.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_remove_vols.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_snapshot_limits.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/clone_group.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create_snapshot.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/delete.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/remove_vols.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups
copying openstack_dashboard/dashboards/project/volumes/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/tabs.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_accept_transfer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_attach.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_transfer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_encryption_detail_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_extend_limits.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_limits.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_retype.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_show_transfer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_snapshot_limits.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_upload_to_image.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/_volume_limits.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/accept_transfer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create_snapshot.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/create_transfer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/download_transfer_creds.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/encryption_detail.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/extend.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/retype.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/show_transfer.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/update.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/project/volumes/templates/volumes/upload_to_image.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/project/volumes/templates/volumes
copying openstack_dashboard/dashboards/settings/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings
copying openstack_dashboard/dashboards/settings/dashboard.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings
copying openstack_dashboard/dashboards/settings/password/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
copying openstack_dashboard/dashboards/settings/password/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
copying openstack_dashboard/dashboards/settings/password/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
copying openstack_dashboard/dashboards/settings/password/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
copying openstack_dashboard/dashboards/settings/password/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
copying openstack_dashboard/dashboards/settings/password/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password
copying openstack_dashboard/dashboards/settings/password/templates/password/_change.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password/templates/password
copying openstack_dashboard/dashboards/settings/password/templates/password/change.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/password/templates/password
copying openstack_dashboard/dashboards/settings/user/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
copying openstack_dashboard/dashboards/settings/user/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
copying openstack_dashboard/dashboards/settings/user/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
copying openstack_dashboard/dashboards/settings/user/tests.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
copying openstack_dashboard/dashboards/settings/user/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
copying openstack_dashboard/dashboards/settings/user/views.py -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user
copying openstack_dashboard/dashboards/settings/user/templates/user/_settings.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user/templates/user
copying openstack_dashboard/dashboards/settings/user/templates/user/settings.html -> horizon-25.1.1.dev12/openstack_dashboard/dashboards/settings/user/templates/user
copying openstack_dashboard/django_pyscss_fix/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/django_pyscss_fix
copying openstack_dashboard/enabled/_1000_project.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1010_compute_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1020_project_overview_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1030_project_instances_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1050_project_images_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1080_project_key_pairs_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1090_project_api_access_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1110_project_server_groups_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1310_volumes_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1320_project_volumes_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1330_project_backups_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1330_project_snapshots_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1360_project_volume_groups.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1370_project_vg_snapshots.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1410_network_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1420_project_network_topology_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1430_project_network_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1440_project_routers_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1480_security_groups_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1490_project_floating_ips_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1500_project_trunks_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1510_project_network_qos_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1520_project_floating_ip_portforwardings_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1910_object_store_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_1920_project_containers_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2000_admin.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2010_admin_overview_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2110_admin_compute_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2120_admin_hypervisors_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2130_admin_aggregates_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2140_admin_instances_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2150_admin_flavors_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2160_admin_images_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2210_admin_volume_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2220_admin_volumes_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2230_admin_backups_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2230_admin_snapshots_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2240_admin_volume_types_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2250_admin_volume_groups.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2260_admin_vg_snapshots.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2270_admin_group_types_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2300_admin_network_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2310_admin_networks_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2320_admin_routers_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2330_admin_floating_ips_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2340_admin_trunks_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2350_admin_rbac_policies_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2810_admin_system_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2820_admin_defaults_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2830_admin_metadata_defs_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_2840_admin_info_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3000_identity.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3010_identity_domains_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3020_identity_projects_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3030_identity_users_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3040_identity_groups_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3050_identity_roles_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3060_federation_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3070_identity_identity_providers_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3080_identity_mappings_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_3090_identity_application_credentials_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_5000_settings.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_50_admin_add_panel.py.example -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_60_admin_remove_panel.py.example -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_70_admin_default_panel.py.example -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_80_admin_add_panel_group.py.example -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/enabled/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/enabled
copying openstack_dashboard/local/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/local
copying openstack_dashboard/local/local_settings.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local
copying openstack_dashboard/local/enabled/_50_settings.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local/enabled
copying openstack_dashboard/local/enabled/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/local/enabled
copying openstack_dashboard/local/local_settings.d/_10_set_custom_theme.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local/local_settings.d
copying openstack_dashboard/local/local_settings.d/_11_toggle_angular_features.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local/local_settings.d
copying openstack_dashboard/local/local_settings.d/_2010_integration_tests_deprecated.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local/local_settings.d
copying openstack_dashboard/local/local_settings.d/_20_integration_tests_scaffolds.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local/local_settings.d
copying openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example -> horizon-25.1.1.dev12/openstack_dashboard/local/local_settings.d
copying openstack_dashboard/locale/as/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/as/LC_MESSAGES
copying openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/bn_IN/LC_MESSAGES
copying openstack_dashboard/locale/brx/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/brx/LC_MESSAGES
copying openstack_dashboard/locale/cs/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/cs/LC_MESSAGES
copying openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/cs/LC_MESSAGES
copying openstack_dashboard/locale/de/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/de/LC_MESSAGES
copying openstack_dashboard/locale/de/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/de/LC_MESSAGES
copying openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/en_AU/LC_MESSAGES
copying openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/en_AU/LC_MESSAGES
copying openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/en_GB/LC_MESSAGES
copying openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/en_GB/LC_MESSAGES
copying openstack_dashboard/locale/eo/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/eo/LC_MESSAGES
copying openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/eo/LC_MESSAGES
copying openstack_dashboard/locale/es/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/es/LC_MESSAGES
copying openstack_dashboard/locale/es/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/es/LC_MESSAGES
copying openstack_dashboard/locale/fr/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/fr/LC_MESSAGES
copying openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/fr/LC_MESSAGES
copying openstack_dashboard/locale/gu/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/gu/LC_MESSAGES
copying openstack_dashboard/locale/hi/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/hi/LC_MESSAGES
copying openstack_dashboard/locale/id/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/id/LC_MESSAGES
copying openstack_dashboard/locale/id/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/id/LC_MESSAGES
copying openstack_dashboard/locale/it/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/it/LC_MESSAGES
copying openstack_dashboard/locale/it/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/it/LC_MESSAGES
copying openstack_dashboard/locale/ja/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ja/LC_MESSAGES
copying openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ja/LC_MESSAGES
copying openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ka_GE/LC_MESSAGES
copying openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ka_GE/LC_MESSAGES
copying openstack_dashboard/locale/kn/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/kn/LC_MESSAGES
copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ko_KR/LC_MESSAGES
copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ko_KR/LC_MESSAGES
copying openstack_dashboard/locale/kok/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/kok/LC_MESSAGES
copying openstack_dashboard/locale/ks/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ks/LC_MESSAGES
copying openstack_dashboard/locale/mai/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/mai/LC_MESSAGES
copying openstack_dashboard/locale/mni/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/mni/LC_MESSAGES
copying openstack_dashboard/locale/mr/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/mr/LC_MESSAGES
copying openstack_dashboard/locale/ne/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ne/LC_MESSAGES
copying openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/pa_IN/LC_MESSAGES
copying openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/pl_PL/LC_MESSAGES
copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/pt_BR/LC_MESSAGES
copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/pt_BR/LC_MESSAGES
copying openstack_dashboard/locale/ru/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ru/LC_MESSAGES
copying openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ru/LC_MESSAGES
copying openstack_dashboard/locale/ta/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ta/LC_MESSAGES
copying openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/tr_TR/LC_MESSAGES
copying openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/tr_TR/LC_MESSAGES
copying openstack_dashboard/locale/ur/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/ur/LC_MESSAGES
copying openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hans/LC_MESSAGES
copying openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hans/LC_MESSAGES
copying openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hant/LC_MESSAGES
copying openstack_dashboard/locale/zh_Hant/LC_MESSAGES/djangojs.po -> horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hant/LC_MESSAGES
copying openstack_dashboard/management/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/management
copying openstack_dashboard/management/commands/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/apache_vhost.conf.template -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/cleanup_angular_template_cache.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/dump_default_policies.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/extract_messages.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/horizon.wsgi.template -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/make_web_conf.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/migrate_settings.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/update_catalog.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/management/commands/upgrade_check.py -> horizon-25.1.1.dev12/openstack_dashboard/management/commands
copying openstack_dashboard/static/app/_app.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/app
copying openstack_dashboard/static/app/app.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app
copying openstack_dashboard/static/app/app.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app
copying openstack_dashboard/static/app/redirect.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app
copying openstack_dashboard/static/app/redirect.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app
copying openstack_dashboard/static/app/core/_core.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core
copying openstack_dashboard/static/app/core/core-constants.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core
copying openstack_dashboard/static/app/core/core.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core
copying openstack_dashboard/static/app/core/core.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core
copying openstack_dashboard/static/app/core/cloud-services/cloud-services.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/cloud-services
copying openstack_dashboard/static/app/core/conf/conf.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/conf
copying openstack_dashboard/static/app/core/flavors/flavors.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
copying openstack_dashboard/static/app/core/flavors/flavors.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
copying openstack_dashboard/static/app/core/flavors/flavors.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
copying openstack_dashboard/static/app/core/flavors/flavors.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
copying openstack_dashboard/static/app/core/flavors/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
copying openstack_dashboard/static/app/core/flavors/summary.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors
copying openstack_dashboard/static/app/core/flavors/actions/actions.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
copying openstack_dashboard/static/app/core/flavors/actions/actions.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
copying openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
copying openstack_dashboard/static/app/core/flavors/actions/delete-flavor.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
copying openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
copying openstack_dashboard/static/app/core/flavors/actions/update-metadata.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/flavors/actions
copying openstack_dashboard/static/app/core/images/_images.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/admin-panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/images.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/images.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/images.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/images.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/summary.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/summary.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images
copying openstack_dashboard/static/app/core/images/actions/actions.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/actions.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/create-volume.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/create-volume.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/create.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/create.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/create.workflow.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/create.workflow.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/delete-image-selected-button.template.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.component.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/delete-image-selected.template.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/delete-image.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/delete-image.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/edit.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/edit.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/edit.workflow.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/edit.workflow.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/launch-instance.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/launch-instance.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/actions
copying openstack_dashboard/static/app/core/images/details/details.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
copying openstack_dashboard/static/app/core/images/details/details.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
copying openstack_dashboard/static/app/core/images/details/drawer.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
copying openstack_dashboard/static/app/core/images/details/overview.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
copying openstack_dashboard/static/app/core/images/details/overview.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
copying openstack_dashboard/static/app/core/images/details/overview.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/details
copying openstack_dashboard/static/app/core/images/filters/image-visibility.filter.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/filters
copying openstack_dashboard/static/app/core/images/filters/image-visibility.filter.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/filters
copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.controller.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/images/steps/create-image
copying openstack_dashboard/static/app/core/images/steps/create-image/create-image.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/images/steps/create-volume
copying openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps/create-volume
copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.controller.js -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/images/steps/edit-image
copying openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/images/steps/update-metadata
copying openstack_dashboard/static/app/core/images/steps/update-metadata/update-metadata.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/steps/update-metadata
copying openstack_dashboard/static/app/core/images/workflows/create-volume.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/workflows
copying openstack_dashboard/static/app/core/images/workflows/create-volume.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/images/workflows
copying openstack_dashboard/static/app/core/keypairs/_keypairs.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/keypair.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/keypair.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/keypairs.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/keypairs.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/keypairs.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/keypairs.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs
copying openstack_dashboard/static/app/core/keypairs/actions/actions.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/actions.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/create.description.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/create.key-type.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/create.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/create.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/delete.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/delete.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/import.description.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/import.public-key.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/import.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/actions/import.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/actions
copying openstack_dashboard/static/app/core/keypairs/details/details.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
copying openstack_dashboard/static/app/core/keypairs/details/details.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
copying openstack_dashboard/static/app/core/keypairs/details/details.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
copying openstack_dashboard/static/app/core/keypairs/details/details.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
copying openstack_dashboard/static/app/core/keypairs/details/details.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
copying openstack_dashboard/static/app/core/keypairs/details/drawer.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/keypairs/details
copying openstack_dashboard/static/app/core/metadata/metadata.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata
copying openstack_dashboard/static/app/core/metadata/metadata.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata
copying openstack_dashboard/static/app/core/metadata/metadata.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata
copying openstack_dashboard/static/app/core/metadata/metadata.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata
copying openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/metadata/modal/modal.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/metadata/modal
copying openstack_dashboard/static/app/core/network_qos/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos
copying openstack_dashboard/static/app/core/network_qos/qos.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos
copying openstack_dashboard/static/app/core/network_qos/qos.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos
copying openstack_dashboard/static/app/core/network_qos/qos.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos
copying openstack_dashboard/static/app/core/network_qos/qos.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos
copying openstack_dashboard/static/app/core/network_qos/actions/actions.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/actions.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.action.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/add-rule.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/create.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/create.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/delete-rule.action.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/delete.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.action.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/edit-rule.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions
copying openstack_dashboard/static/app/core/network_qos/actions/rule.description.html -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions/workflow
copying openstack_dashboard/static/app/core/network_qos/actions/workflow/workflow.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/network_qos/actions/workflow
copying openstack_dashboard/static/app/core/network_qos/details/details.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
copying openstack_dashboard/static/app/core/network_qos/details/details.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
copying openstack_dashboard/static/app/core/network_qos/details/drawer.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
copying openstack_dashboard/static/app/core/network_qos/details/overview.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
copying openstack_dashboard/static/app/core/network_qos/details/overview.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
copying openstack_dashboard/static/app/core/network_qos/details/overview.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/network_qos/details
copying openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/cinder.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/extensions.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/extensions.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/glance.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/glance.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/keystone.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/keystone.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/network.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/network.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/neutron.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/nova.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/nova.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/openstack-service-api.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/policy.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/policy.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/security-group.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/security-group.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/settings.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/settings.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/swift.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/user-session.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/openstack-service-api/user-session.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/openstack-service-api
copying openstack_dashboard/static/app/core/server_groups/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups
copying openstack_dashboard/static/app/core/server_groups/server-groups.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups
copying openstack_dashboard/static/app/core/server_groups/server-groups.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups
copying openstack_dashboard/static/app/core/server_groups/server-groups.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups
copying openstack_dashboard/static/app/core/server_groups/server-groups.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups
copying openstack_dashboard/static/app/core/server_groups/actions/actions.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
copying openstack_dashboard/static/app/core/server_groups/actions/actions.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
copying openstack_dashboard/static/app/core/server_groups/actions/create.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
copying openstack_dashboard/static/app/core/server_groups/actions/create.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
copying openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
copying openstack_dashboard/static/app/core/server_groups/actions/delete.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions
copying openstack_dashboard/static/app/core/server_groups/actions/workflow/workflow.service.js -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/static/app/core/server_groups/actions/workflow
copying openstack_dashboard/static/app/core/server_groups/details/details.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/details
copying openstack_dashboard/static/app/core/server_groups/details/details.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/details
copying openstack_dashboard/static/app/core/server_groups/details/overview.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/details
copying openstack_dashboard/static/app/core/server_groups/details/overview.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/details
copying openstack_dashboard/static/app/core/server_groups/details/overview.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/server_groups/details
copying openstack_dashboard/static/app/core/trunks/panel.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
copying openstack_dashboard/static/app/core/trunks/summary.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
copying openstack_dashboard/static/app/core/trunks/trunks.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
copying openstack_dashboard/static/app/core/trunks/trunks.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
copying openstack_dashboard/static/app/core/trunks/trunks.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
copying openstack_dashboard/static/app/core/trunks/trunks.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks
copying openstack_dashboard/static/app/core/trunks/actions/actions.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/actions.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/create.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/create.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/create.workflow.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/delete.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/delete.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/edit.action.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/edit.action.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/edit.workflow.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/actions/ports-extra.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/actions
copying openstack_dashboard/static/app/core/trunks/details/details.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/details
copying openstack_dashboard/static/app/core/trunks/details/details.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/details
copying openstack_dashboard/static/app/core/trunks/details/overview.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/details
copying openstack_dashboard/static/app/core/trunks/details/overview.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/details
copying openstack_dashboard/static/app/core/trunks/details/overview.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/details
copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.help.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-details.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.help.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-parent-port.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.help.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/trunks/steps/trunk-subports.html -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/trunks/steps
copying openstack_dashboard/static/app/core/workflow/decorator.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/workflow
copying openstack_dashboard/static/app/core/workflow/decorator.service.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/workflow
copying openstack_dashboard/static/app/core/workflow/workflow.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/workflow
copying openstack_dashboard/static/app/core/workflow/workflow.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/workflow
copying openstack_dashboard/static/app/core/workflow/workflow.service.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/core/workflow
copying openstack_dashboard/static/app/resources/resources.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/resources
copying openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
copying openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
copying openstack_dashboard/static/app/tech-debt/image-form.controller.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
copying openstack_dashboard/static/app/tech-debt/image-form.controller.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
copying openstack_dashboard/static/app/tech-debt/tech-debt.module.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
copying openstack_dashboard/static/app/tech-debt/tech-debt.module.spec.js -> horizon-25.1.1.dev12/openstack_dashboard/static/app/tech-debt
copying openstack_dashboard/static/dashboard/img/alarm-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/alarm-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/alarm-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/alarm-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/apple-touch-icon.png -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/config-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/config-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/config-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/config-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/db-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/db-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/db-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/db-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/drag.png -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/favicon.ico -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/firewall-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/firewall-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/firewall-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/firewall-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/flavor-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/flavor-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/flavor-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/flavor-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/floatingip-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/floatingip-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/floatingip-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/floatingip-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/image-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/image-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/image-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/image-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/keypair-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/keypair-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/keypair-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/keypair-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/lb-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/lb-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/lb-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/lb-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/logo-splash.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/logo.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/network-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/network-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/network-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/network-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/policy-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/policy-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/policy-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/policy-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/port-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/port-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/port-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/port-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/router-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/router-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/router-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/router-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/securitygroup-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/securitygroup-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/securitygroup-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/securitygroup-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/server-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/server-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/server-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/server-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/spinner.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/stack-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/stack-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/stack-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/stack-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/unknown-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/unknown-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/unknown-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/unknown-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/volume-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/volume-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/volume-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/volume-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/vpn-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/vpn-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/vpn-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/vpn.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/wait-gray.gif -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/wait-gray.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/wait-green.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/img/wait-red.svg -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/img
copying openstack_dashboard/static/dashboard/scss/_bootstrap_helpers.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_contrib.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_debt.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_layout.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_legacy.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_mixins.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_util.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/_variables.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/horizon.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/serial_console.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss
copying openstack_dashboard/static/dashboard/scss/components/_bar_charts.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_breadcrumbs.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_charts.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_checkboxes.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_code.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_datepicker.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_dl_lists.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_dropdowns.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_forms.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_help_panel.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_icons.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_loader.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_login.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_membership.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_messages.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_modals.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_navbar.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_network_topology.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_network_topology_svg.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_progress_bars.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_quota.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_radiobuttons.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_resource_topology.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_selection_menu.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_selects.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_sidebar.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_spinners.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_tab.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_tables.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/dashboard/scss/components/_wizard.scss -> horizon-25.1.1.dev12/openstack_dashboard/static/dashboard/scss/components
copying openstack_dashboard/static/js/.eslintrc -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.flatnetworktopology.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.instances.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.metering.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.networktopology.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.networktopologycommon.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.quota.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/horizon.volumes.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js
copying openstack_dashboard/static/js/angular/directives/serialConsole.js -> horizon-25.1.1.dev12/openstack_dashboard/static/js/angular/directives
copying openstack_dashboard/templates/403.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/404.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/500.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/_footer.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/_stylesheets.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/angular.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/base.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/serial_console.html -> horizon-25.1.1.dev12/openstack_dashboard/templates
copying openstack_dashboard/templates/angular/angular_templates.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/angular
copying openstack_dashboard/templates/angular/angular_templates.js -> horizon-25.1.1.dev12/openstack_dashboard/templates/angular
copying openstack_dashboard/templates/auth/_splash.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/auth
copying openstack_dashboard/templates/context_selection/_anti_clickjack.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
copying openstack_dashboard/templates/context_selection/_domain_list.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
copying openstack_dashboard/templates/context_selection/_overview.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
copying openstack_dashboard/templates/context_selection/_project_list.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
copying openstack_dashboard/templates/context_selection/_region_list.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
copying openstack_dashboard/templates/context_selection/_system_list.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/context_selection
copying openstack_dashboard/templates/header/_brand.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_context_selection.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_header.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_header_sections.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_keystone_provider_selection.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_region_selection.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_theme_list.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/header/_user_menu.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/header
copying openstack_dashboard/templates/horizon/_conf.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/horizon
copying openstack_dashboard/templates/horizon/_custom_head_js.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/horizon
copying openstack_dashboard/templates/horizon/_custom_meta.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/horizon
copying openstack_dashboard/templates/horizon/_script_i18n.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/horizon
copying openstack_dashboard/templates/horizon/_scripts.html -> horizon-25.1.1.dev12/openstack_dashboard/templates/horizon
copying openstack_dashboard/templates/themes/themes.scss -> horizon-25.1.1.dev12/openstack_dashboard/templates/themes
copying openstack_dashboard/templatetags/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/templatetags
copying openstack_dashboard/templatetags/context_selection.py -> horizon-25.1.1.dev12/openstack_dashboard/templatetags
copying openstack_dashboard/templatetags/themes.py -> horizon-25.1.1.dev12/openstack_dashboard/templatetags
copying openstack_dashboard/test/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test
copying openstack_dashboard/test/error_pages_urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test
copying openstack_dashboard/test/extensible_header_urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test
copying openstack_dashboard/test/helpers.py -> horizon-25.1.1.dev12/openstack_dashboard/test
copying openstack_dashboard/test/settings.py -> horizon-25.1.1.dev12/openstack_dashboard/test
copying openstack_dashboard/test/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test
copying openstack_dashboard/test/integration_tests/README.rst -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/basewebobject.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/config.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/decorators.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/helpers.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/horizon.conf -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/video_recorder.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests
copying openstack_dashboard/test/integration_tests/pages/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages
copying openstack_dashboard/test/integration_tests/pages/basepage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages
copying openstack_dashboard/test/integration_tests/pages/loginpage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages
copying openstack_dashboard/test/integration_tests/pages/navigation.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages
copying openstack_dashboard/test/integration_tests/pages/pageobject.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages
copying openstack_dashboard/test/integration_tests/pages/admin/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin
copying openstack_dashboard/test/integration_tests/pages/admin/overviewpage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin
copying openstack_dashboard/test/integration_tests/pages/admin/compute/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
copying openstack_dashboard/test/integration_tests/pages/admin/compute/flavorspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
copying openstack_dashboard/test/integration_tests/pages/admin/compute/hostaggregatespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
copying openstack_dashboard/test/integration_tests/pages/admin/compute/hypervisorspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
copying openstack_dashboard/test/integration_tests/pages/admin/compute/imagespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
copying openstack_dashboard/test/integration_tests/pages/admin/compute/instancespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/compute
copying openstack_dashboard/test/integration_tests/pages/admin/network/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/network
copying openstack_dashboard/test/integration_tests/pages/admin/network/floatingipspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/network
copying openstack_dashboard/test/integration_tests/pages/admin/network/networkspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/network
copying openstack_dashboard/test/integration_tests/pages/admin/network/routerspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/network
copying openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system
copying openstack_dashboard/test/integration_tests/pages/admin/system/defaultspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system
copying openstack_dashboard/test/integration_tests/pages/admin/system/imagespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system
copying openstack_dashboard/test/integration_tests/pages/admin/system/metadatadefinitionspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system
copying openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/system/system_info
copying openstack_dashboard/test/integration_tests/pages/admin/volume/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/volume
copying openstack_dashboard/test/integration_tests/pages/admin/volume/grouptypespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/volume
copying openstack_dashboard/test/integration_tests/pages/admin/volume/snapshotspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/volume
copying openstack_dashboard/test/integration_tests/pages/admin/volume/volumespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/volume
copying openstack_dashboard/test/integration_tests/pages/admin/volume/volumetypespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/admin/volume
copying openstack_dashboard/test/integration_tests/pages/identity/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/identity
copying openstack_dashboard/test/integration_tests/pages/identity/groupspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/identity
copying openstack_dashboard/test/integration_tests/pages/identity/projectspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/identity
copying openstack_dashboard/test/integration_tests/pages/identity/rolespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/identity
copying openstack_dashboard/test/integration_tests/pages/identity/userspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/identity
copying openstack_dashboard/test/integration_tests/pages/project/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project
copying openstack_dashboard/test/integration_tests/pages/project/apiaccesspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project
copying openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
copying openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
copying openstack_dashboard/test/integration_tests/pages/project/compute/instancespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
copying openstack_dashboard/test/integration_tests/pages/project/compute/keypairspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
copying openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
copying openstack_dashboard/test/integration_tests/pages/project/compute/servergroupspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/compute
copying openstack_dashboard/test/integration_tests/pages/project/network/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/floatingipspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/networkoverviewpage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/networkspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/networktopologypage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/routerinterfacespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/routeroverviewpage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/routerspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/securitygroupspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network
copying openstack_dashboard/test/integration_tests/pages/project/network/security_groups/__init__.py -> horizon-25.1.1.dev12/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.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/network/security_groups
copying openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/object_store
copying openstack_dashboard/test/integration_tests/pages/project/volumes/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/volumes
copying openstack_dashboard/test/integration_tests/pages/project/volumes/snapshotspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/volumes
copying openstack_dashboard/test/integration_tests/pages/project/volumes/volumespage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/project/volumes
copying openstack_dashboard/test/integration_tests/pages/settings/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/settings
copying openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/settings
copying openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/pages/settings
copying openstack_dashboard/test/integration_tests/regions/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/bars.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/baseregion.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/exceptions.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/forms.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/menus.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/messages.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/regions/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/regions
copying openstack_dashboard/test/integration_tests/tests/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_credentials.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_defaults.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_flavors.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_floatingips.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_groups.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_grouptypes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_host_aggregates.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_images.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_instances.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_keypairs.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_login.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_metadata_definitions.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_networks.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_projects.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_router.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_router_gateway.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_security_groups.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_user_settings.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_users.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_volume_snapshots.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_volumes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test_volumetypes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests
copying openstack_dashboard/test/integration_tests/tests/test-data/empty_namespace.json -> horizon-25.1.1.dev12/openstack_dashboard/test/integration_tests/tests/test-data
copying openstack_dashboard/test/jasmine/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/jasmine
copying openstack_dashboard/test/jasmine/jasmine.py -> horizon-25.1.1.dev12/openstack_dashboard/test/jasmine
copying openstack_dashboard/test/selenium/conftest.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium
copying openstack_dashboard/test/selenium/widgets.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium
copying openstack_dashboard/test/selenium/integration/conftest.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_credentials.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_defaults.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_flavors.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_floatingips.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_groups.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_grouptypes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_host_aggregates.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_images.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_instances.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_keypairs.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_login.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_metadata_definitions.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_networks.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_projects.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_routers.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_security_groups.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_users.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_volume_snapshots.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_volumes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/integration/test_volumetypes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/integration
copying openstack_dashboard/test/selenium/ui/conftest.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/ui
copying openstack_dashboard/test/selenium/ui/test_actions.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/ui
copying openstack_dashboard/test/selenium/ui/test_browse.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/ui
copying openstack_dashboard/test/selenium/ui/test_hypervisors.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/ui
copying openstack_dashboard/test/selenium/ui/test_settings.py -> horizon-25.1.1.dev12/openstack_dashboard/test/selenium/ui
copying openstack_dashboard/test/templates/404.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates
copying openstack_dashboard/test/templates/500.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates
copying openstack_dashboard/test/templates/_tab.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates
copying openstack_dashboard/test/templates/base-sidebar.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates
copying openstack_dashboard/test/templates/tab_group.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates
copying openstack_dashboard/test/templates/workflow.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates
copying openstack_dashboard/test/templates/registration/login.html -> horizon-25.1.1.dev12/openstack_dashboard/test/templates/registration
copying openstack_dashboard/test/test_data/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/cinder_data.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/exceptions.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/glance_data.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/keystone_data.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/neutron_data.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/nova_data.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/swift_data.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_data/utils.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_data
copying openstack_dashboard/test/test_panels/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels
copying openstack_dashboard/test/test_panels/another_panel/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel
copying openstack_dashboard/test/test_panels/another_panel/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel
copying openstack_dashboard/test/test_panels/another_panel/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel
copying openstack_dashboard/test/test_panels/another_panel/views.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel
copying openstack_dashboard/test/test_panels/another_panel/templates/another_panel/index.html -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/another_panel/templates/another_panel
copying openstack_dashboard/test/test_panels/nonloading_panel/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel
copying openstack_dashboard/test/test_panels/nonloading_panel/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel
copying openstack_dashboard/test/test_panels/nonloading_panel/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel
copying openstack_dashboard/test/test_panels/nonloading_panel/views.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel
copying openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel/index.html -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel
copying openstack_dashboard/test/test_panels/plugin_panel/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel
copying openstack_dashboard/test/test_panels/plugin_panel/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel
copying openstack_dashboard/test/test_panels/plugin_panel/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel
copying openstack_dashboard/test/test_panels/plugin_panel/views.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel
copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin.scss -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel
copying openstack_dashboard/test/test_panels/second_panel/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel
copying openstack_dashboard/test/test_panels/second_panel/panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel
copying openstack_dashboard/test/test_panels/second_panel/urls.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel
copying openstack_dashboard/test/test_panels/second_panel/views.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel
copying openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html -> horizon-25.1.1.dev12/openstack_dashboard/test/test_panels/second_panel/templates/second_panel
copying openstack_dashboard/test/test_plugins/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins
copying openstack_dashboard/test/test_plugins/test_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins
copying openstack_dashboard/test/test_plugins/test_panel_group.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins
copying openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_config
copying openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_config
copying openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_config
copying openstack_dashboard/test/test_plugins/panel_config/_40_admin_nonloading_panel.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_config
copying openstack_dashboard/test/test_plugins/panel_config/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_config
copying openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py -> horizon-25.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/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.1.1.dev12/openstack_dashboard/test/test_plugins/panel_group_config
copying openstack_dashboard/test/test_plugins/panel_group_config/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/test_plugins/panel_group_config
copying openstack_dashboard/test/unit/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit
copying openstack_dashboard/test/unit/test_error_pages.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit
copying openstack_dashboard/test/unit/test_policy.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit
copying openstack_dashboard/test/unit/test_themes.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit
copying openstack_dashboard/test/unit/test_views.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit
copying openstack_dashboard/test/unit/api/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_base.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_cinder.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_glance.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_keystone.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_microversions.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_network.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_neutron.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_nova.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/test_swift.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api
copying openstack_dashboard/test/unit/api/rest/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_cinder.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_config.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_glance.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_keystone.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_network.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_neutron.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_nova.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_policy.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_swift.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/api/rest/test_utils.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/api/rest
copying openstack_dashboard/test/unit/usage/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/usage
copying openstack_dashboard/test/unit/usage/test_quotas.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/usage
copying openstack_dashboard/test/unit/utils/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/utils
copying openstack_dashboard/test/unit/utils/test_config_types.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/utils
copying openstack_dashboard/test/unit/utils/test_filters.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/utils
copying openstack_dashboard/test/unit/utils/test_futurist_utils.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/utils
copying openstack_dashboard/test/unit/utils/test_settings.py -> horizon-25.1.1.dev12/openstack_dashboard/test/unit/utils
copying openstack_dashboard/themes/default/_styles.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/default
copying openstack_dashboard/themes/default/_variables.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/default
copying openstack_dashboard/themes/default/horizon/components/_selects.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/default/horizon/components
copying openstack_dashboard/themes/example/static/_styles.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/static
copying openstack_dashboard/themes/example/static/_variables.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/static
copying openstack_dashboard/themes/example/static/js/my_analytics_js.js -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/static/js
copying openstack_dashboard/themes/example/static/js/my_custom_js.js -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/static/js
copying openstack_dashboard/themes/example/templates/base.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/templates
copying openstack_dashboard/themes/example/templates/auth/_login_form.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/templates/auth
copying openstack_dashboard/themes/example/templates/auth/login.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/example/templates/auth
copying openstack_dashboard/themes/material/static/_styles.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static
copying openstack_dashboard/themes/material/static/_variables.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static
copying openstack_dashboard/themes/material/static/bootstrap/_styles.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/bootstrap
copying openstack_dashboard/themes/material/static/bootstrap/_variable_customizations.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/bootstrap
copying openstack_dashboard/themes/material/static/bootstrap/_variables.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/bootstrap
copying openstack_dashboard/themes/material/static/horizon/_animations.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon
copying openstack_dashboard/themes/material/static/horizon/_icons.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon
copying openstack_dashboard/themes/material/static/horizon/_styles.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon
copying openstack_dashboard/themes/material/static/horizon/_variables.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon
copying openstack_dashboard/themes/material/static/horizon/components/_checkboxes.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_datepicker.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_dropdowns.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_hamburger.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_help_panel.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_loader_circular_example.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_loader_line_example.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_loader_spinner.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_magic_search.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_messages.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_navbar.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_progress_bars.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_selects.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_sidebar.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_spinners.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/horizon/components/_trees.scss -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/horizon/components
copying openstack_dashboard/themes/material/static/js/material.hamburger.js -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/static/js
copying openstack_dashboard/themes/material/templates/auth/_splash.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/auth
copying openstack_dashboard/themes/material/templates/header/_brand.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/header
copying openstack_dashboard/themes/material/templates/header/_header.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/header
copying openstack_dashboard/themes/material/templates/horizon/_sidebar.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/horizon
copying openstack_dashboard/themes/material/templates/horizon/client_side/_confirm.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/horizon/client_side
copying openstack_dashboard/themes/material/templates/horizon/client_side/_loading_inline_example.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/horizon/client_side
copying openstack_dashboard/themes/material/templates/horizon/client_side/_loading_modal_example.html -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/horizon/client_side
copying openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/material
copying openstack_dashboard/themes/material/templates/material/openstack-one-color-alt.svg.old -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/material
copying openstack_dashboard/themes/material/templates/material/openstack-one-color.svg -> horizon-25.1.1.dev12/openstack_dashboard/themes/material/templates/material
copying openstack_dashboard/usage/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/usage
copying openstack_dashboard/usage/base.py -> horizon-25.1.1.dev12/openstack_dashboard/usage
copying openstack_dashboard/usage/quotas.py -> horizon-25.1.1.dev12/openstack_dashboard/usage
copying openstack_dashboard/usage/tables.py -> horizon-25.1.1.dev12/openstack_dashboard/usage
copying openstack_dashboard/usage/views.py -> horizon-25.1.1.dev12/openstack_dashboard/usage
copying openstack_dashboard/utils/__init__.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying openstack_dashboard/utils/config.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying openstack_dashboard/utils/config_types.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying openstack_dashboard/utils/filters.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying openstack_dashboard/utils/futurist_utils.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying openstack_dashboard/utils/identity.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying openstack_dashboard/utils/settings.py -> horizon-25.1.1.dev12/openstack_dashboard/utils
copying playbooks/cross-jobs/phantomjs-deps.yaml -> horizon-25.1.1.dev12/playbooks/cross-jobs
copying playbooks/horizon-devstack-integration/post.yaml -> horizon-25.1.1.dev12/playbooks/horizon-devstack-integration
copying playbooks/horizon-devstack-integration/pre.yaml -> horizon-25.1.1.dev12/playbooks/horizon-devstack-integration
copying playbooks/horizon-devstack-integration/run.yaml -> horizon-25.1.1.dev12/playbooks/horizon-devstack-integration
copying playbooks/horizon-nodejs/pre.yaml -> horizon-25.1.1.dev12/playbooks/horizon-nodejs
copying playbooks/horizon-selenium-headless/pre.yaml -> horizon-25.1.1.dev12/playbooks/horizon-selenium-headless
copying playbooks/horizon-tox-django/pre.yaml -> horizon-25.1.1.dev12/playbooks/horizon-tox-django
copying playbooks/horizon-tox-django/run.yaml -> horizon-25.1.1.dev12/playbooks/horizon-tox-django
copying playbooks/npm-test-xstatic-master/pre.yaml -> horizon-25.1.1.dev12/playbooks/npm-test-xstatic-master
copying releasenotes/notes/.placeholder -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/action-results-303c282165b60f47.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-clouds-yaml-f72b9a0b7df2aa79.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-create-button-to-admin-panel-02cbe5d96036ac4c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-domain-dropdown-65006187e5605735.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-networks-pagination-4c05d784998fafb2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-server-groups-quota-management-0c1dc5763a3b893c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-show_agents_column-setting-to-OPENSTACK_NEUTRON_NETWORK-c1c8e76c61c3d7f0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-support-to-floating-ip-port-forwardings-3d0d43a2d997ce79.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-totp-support-d14d01b038e5deea.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add-virtio-forwarder-vnic-type-03eba218d36e2aae.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add_default_availability_zone-9c070832b2992958.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add_default_user_data-76d9c17e474fc34e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/add_enable_metadata_and_enable_net_ports_options-8213bb18558031a8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/admin-neutron-l3-agents-dd6274467572906b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/admin-redirect-on-login-6a818fe886621a14.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/angular-direct-1b156f152590ab93.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/angular-features-d677356f161322d6.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-add-scheduler-hints-77600faec041e134.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-add-server-metadata-a5d5582966ef25c5.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-admin-manage-fips-5aa409d3502b031a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-admin-views-filter-first-5b0d8a02b1271135.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-allow-launching-ports-b1fcc495777b7f4c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-allow-users-change-expired-password-19223784fdf5059b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-angular-performance-strict-di-3cf325d8bfca8487.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-angular-schema-form-bbe1aedf644b53db.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-angular-template-overrides-9f05ffd61367245a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-angularize-swift-9a1b44aa3646bc8c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-application-credentials-26aa907271e467c2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-bootstrap-theme-preview-65da171c9b943646.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-cache-templates-4ab00dcda195a03a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-cinder-consistency-groups-7cc98fda0ff3bb7a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-cinder-consistency-groups-b0aba555b1ed4a6c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-configurable-boot-sources-4ba89f3b2a927801.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-dj110-438f26c21f283c46.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-edit-server-metadata-7e6b00946a2e793a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-enable-angular-launch-instance-897f7bb227711c86.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-global-default-service-region-0cafecaafa1af5be.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-handle-multiple-login-sessions-from-same-user-in-horizon-448baa6534a8a451.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-horizon-glance-large-image-upload-c987dc86bab38761.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-horizon-vendor-split-4451bc1988485957.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-integrate-magic-search-03a97d4431d7c3d1.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-integration-tests-hardening-8e94e87bc548c1fe.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-integration-with-cinder-volume-encryption-80a3fe4ff66314b2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-k2k-horizon-9577253d626337c1.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-keystone-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-kubernetes-config-gen-bcebcbd8f9fb9991.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-launch-instance-volume-quotas-490070a36cadfe8d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-less-customization-templates-30384e91c5565328.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-local-settings-override-mechanism-6c8632432cf1f44c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-mitigate-breach-attacks-dd54b705e22363b0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-mks-console-support-a943797a8bad14ca.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-network-bandwidth-limiting-qos-df3d667b1a644e30.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-network-ports-tenant-58a9d5ba925f1d3d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-neutron-rbac-policies-9cv77nu2k93ieh4r.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-neutron-trunk-ui-72e05888e68502c4.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-next-steps-4c7064e52d5abcf5.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-ng-keypairs-876c38a1a8aed60f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-ng-server-groups-c60849796a273138.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-ng-users-01212620d644289f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-pagination-for-flavor-f603fd7630e13756.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-password-expires-validation-28b7ea155404b778.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-pike-docs-overhaul-b4f01f45ced58e07.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-port-allowed-address-pairs-extension-a05c3a864f494b0c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-restrict-private-network-input-5e5bd5978b273c62.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-support-extra-prop-for-project-and-user-e8a4578c395a8ade.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-support-rescue-instance-a7b8578c395abd3e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-system-scope-switch-c610c028bd5de706.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-update-dependencies-newton-3bd257faa37d3dda.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-update-nova-enforce-policies-c207166bc3a714d5.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp-volume-snapshot-backups-54e4d18633fd4c5d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1226003-drop-simple-fip-disassociation-3c751297b467597e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-123741-4be1aa90b9d44e40.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1568764-cached-template-loaders-3536f35e11099eba.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1585682-abd815f290e494d3.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1588663-6fab83e9d89b20d2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1593903-8fb8721dc2449f71.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1595913-5f0cd019b7c2173a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1618235-59865fa0e5991e63.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1635505-3807fd0151702a5f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1640049-1195315b5f591ab0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1678109-4440ebe90908647d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1699144-configurable-image-visibility-fda69cb25d960efb.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1709056-33d18a562840e334.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1746706-8d2f982c514f22b1.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1755339-2dfa3ce2accb568f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1779268-44848e4d2c69fddc.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1792524-7497aabcf6bc1e81.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-1822849-2833b5e6a5d021b7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-2039225-39b7060a7e4bff07.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug-cd9099c1ba78d637.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bug_1963652_fix_policy_for_resume-a719efb23054c708.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/change-default-image-visibility-560c3b6ab2830cdc.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/change-keystone-default-role-3f95b6af11aed63b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/change-keystone-url-default-value-6a56397acf4f7328.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/change-metadef-for-cinder-volume-type-f65dd215d2a3ce75.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/cinder-api-v3-by-default-d6e3c12760fdf655.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/cinder-backup-cinder-messages-2127d04da3c82033.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/cinder-user-facing-messages-92cfd25492616d6d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/cinder-v3-only-daae11ff71a26ba7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/cleanup-cache-command-64a5020755c5e05c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/create-port-with-security-groups-68afba4d26f1eac1.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/default-instance-boot-source-0cd60b3090ef4b38.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/default-keystone-api-v3-dc201adba4255752.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/default-settings-moved-1e6a60408c47e2e2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/delete-update-flavor-feature-6ed1e482b91f5e08.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecate-django-launch-instance-form-cc176ad708e2f1f7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecate-lbaas-v1-dashboard-1f9c48d7c6997b1f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecate-neutron-quota-legacy-144468a1b269cce8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecation-of-default-subnet-pool-label-options-b05ebccbf6f68ecf.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecation-of-old-wsgi-file-7ffdeae78698ff93.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/deprecations-in-stein-4090a0b816ba2d81.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/django-2.0-b37c6e91d20519fa.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/django-2.2-2aff36c491fb7b95.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/django-version-queens-b7785b96ecbceaf0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/django32-support-78232a850d04842c.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/domains-0581aa42773d5f41.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-LBaaS-v1-dashboard-d767b0bde5274af5.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-action-strings-attributes-64f0cb0323f629ee.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-cgroup-c1f6b169ba10a5d3.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-deprecated-settings-rocky-dd8c853d979d6990.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-django-wsgi-a6a1ae2df4e05118.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-django111-support-8803cfa3a6402dbe.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-django22-support-d0e2dea1509228a2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-django3.2-support-94b52cf6d175a818.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-glance-v1-support-2c161d19b179951e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-keystone-v2-support-04c7658f3bea67ac.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-neutron-quota-legacy-1efd1f1924ae3489.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-nova-extensions-blacklist-7718f0ef622e3af8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-nova-network-2186d008f696cfa7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-pki-token-d8bc4d665887aedf.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-python27-support-160366ba52a1205b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/dynamic-themes-b6b02238e47b99f8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/edit-port-security-groups-f650fc98f5e10eb8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/enable-js-catalog-plugin-1885df911148247a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/enable-neutron-quotas-by-default-7c89cda96a972a48.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/enable-phantomjs-selenium-cce59f25cb327ca2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/extensible-header-ac3c94f3057c1b2a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/extensible-service-a8689c89a71f8961.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/feature-system-scope-a88a07b7f414b3d6.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/filter-first-identity-panels-139c4a5b7a696707.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/fix-default-userdata-3cb75b85b1a5708f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/fix-precise-keystone-endpoint-message-03129e37a6377715.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/flavor-panel-switch-6b5cd5f0964f4ba3.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/floating-ip-dns-attributes-d227f98eb5c39396.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/floating_ip_description-f4d2df7949b9fde9.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/fwaas-panel-splitout-635c63d4da0e6d97.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/gb-to-gib-conversion-8a91839030a2f570.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/generic-details-4f78452b14005e5b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/generic-volume-groups-c0bf175f5d7d3a37.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/generic-volumes-support-407406de8233c912.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/get-me-a-network-c979c244fa038258.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/glance_disk_formats-a13cb994a2d5c1fe.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/heat-panel-splitout-b609b157aa4bf29b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/horizon-without-nova-3cd0a84109ed2187.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/hz-select-fixes-c9bfe6a53e0daa20.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/idle-session-timeout-ab47085807881afe.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/image-description-3fc00c02f46a80c7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/image-panel-switch-38e9d3716451f9e3.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/instance-defaults-hide-create-volume-774549bebb6e7c82.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/introduce_default_service_regions_config-26a41e0d06582d7a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/ip-availability-be217ba59cc02b40.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/keystone-access-rules-35d00bd9cfe5d32e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/keystone-admin-endpoint-no-longer-required-06a8d29dfdb3b1cd.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/keystone-federation-idp-d4456dd3b3081a53.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/launch-instance-admin-password-68e7e4b7af239bae.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/launch-instance-defaults-c6ab65b7ab822162.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/lock-password-d87b63f361d4bdc1.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/message-of-the-day-19eb745a147ca56d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/move-developer-enabled-files-b1ad2265cd79b11e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/multi-attached-volume-support-3d32cde6f296cdd9.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/network-type-geneve-71eed4104699754e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/network-type-midonet-6c78bdfe1e3186a0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/network_qos-ee068d073e86de76.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/network_qos_rules-cd103f9383b6cdf9.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/neutron-default-quotas-ddd237af2935fde3.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/ngdetail-reload-e711a77b2d07191a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/openrc-clouds-yaml-link-f1642b77e25f08ba.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/openstack-auth-policy-dirs-c5d77665eac415ea.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/openstack-profiler-at-developer-dashboard-da1b1556e30aa858.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/operation-history-log-64354f66614cb1dd.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/pluggable-tabs-7b7467e7c64d1e5b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/pluggable-workflow-steps-c919cdd8b0cbea55.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/plugin-enabled-override-f317e7c9c352f58f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/policy-in-code-support-f79d559c25976215.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/policy-rules-aggregates-3cd74c07e30511fa.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/policy-rules-flavors-94f50aa168d8563b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/policy-sync-stein-82531c937609ebb2.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/port-security-81278703eae4f927.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/provider-net-config-713f0672c8e49888.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/quota-usage-reduce-unnecessary-API-calls-1ca424e093bec135.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/refactor-error-messages-26c53bb3fe57fe72.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/removal-of-default-subnet-pool-label-options-9aeaa816ad6cc2f8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/removal-of-webroot-theme-108db1d2f11da449.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-ceilometer-support-376d38802a3ef833.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-change-pw-from-users-table-ef8d45a4a95762e0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-cinder-v1-api-support-7cec9a556945a5c5.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-default-styles-1d8ba7ad46a51381.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-deprecated-init-scope-342153755181f0a4.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-deprecated-swift-ui-1165b60bab5771d6.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-enable-flavor-edit-config-option-0733b2ebb2ee1b4d.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-fix-auth-url-version-e63c52fbbd293838.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-i9n-scaffolds-from-production-6e52eb1da2a4bc9e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-inline-edit-63f92054238378d3.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-py38-6914ddb9fdf4cacd.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-show-keystone-v2-rc-913c822deaaa98cd.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-table-update-action-d3fc1c5e5e3598b0.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/remove-transfer-table-avail-changed-cfae61341b5fea71.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/rename-chinese-locales-a6fb595bc373791f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/reorganize-admin-dashboard-e180216d200357ec.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/resource-directives-44629f1116545141.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/security-group-associate-per-port-c81ca7beb7dca409.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/security-group-in-port-detail-10a7f5d6d50d1571.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/security-group-no-rules-list-bugfix-b77ab5aff1d3e45e.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/security-group-rule-wildcard-protocol-and-port-support-7dd6f5acfaba55ba.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/session-engine-bc6305bfb74a9beb.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/setting-OVERVIEW_DAYS_RANGE-9b87e8b077952a32.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/setting-openstack-endpoint-type-ebdeda92ba0d1587.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/setting-retrieve-instance-ip-addresses-b9db6703d8b010c8.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/sg-rule-description-support-37ea7580d3b7c7a9.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/show-keystone-v2-openrc-false-c7e904473da2f823.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/stein-cinderclient-dependency-9e12a69492f63289.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/story-2003657-79dec309cb6fa060.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/strip-trailing-space-password-856bd5595938a094.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/support-extending-in-use-volume-404b29c2cbc6df84.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/support-shared-security-group-cb3dafba46dbff8b.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/support-websso_keystone_url-f663bbf40a5855c9.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/support-websso_use_http_referer-6fb2dc0d292b54d4.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/swift-object-copy-function-d0fd75cf2bc0e0c7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/swift-storage-policy-options-308087b16156a2cb.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/table-row-warning-class-2fdb3434440d0c22.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/theme-modal-sizes-924e5835efe9bb79.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/token-delete-disabled-bb50c3cddd315ee6.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/use-simple-tenant-usage-f713a2eff9357458.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/use-toast-instead-of-alert-ef2f7dec2bd1121a.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/volume-backups-a198d0ce16d62636.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/vpnaas-panel-splitout-5783df1675bc984f.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/websso-default-redirection-1acf25d32ac00dd1.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/workflow-step-allowed-support-d0a770da1d30efb7.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/workflow-step-policy-1ca99b0249294337.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/xstatic-settings-cleanup-8de0e2ba00fd43ec.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/xstatic-updates-c3ff5e2b4750ae96.yaml -> horizon-25.1.1.dev12/releasenotes/notes
copying releasenotes/notes/bp/enhance-tox-26f73a048b88df2f.yaml -> horizon-25.1.1.dev12/releasenotes/notes/bp
copying releasenotes/notes/bp/horizon-vendor-split-e16aa3d81dea9708.yaml -> horizon-25.1.1.dev12/releasenotes/notes/bp
copying releasenotes/notes/bp/navigation-improvements-ab101299eb1a8d54.yaml -> horizon-25.1.1.dev12/releasenotes/notes/bp
copying releasenotes/notes/bp/reorganise-access-and-security-ea7780aa9e7b83e7.yaml -> horizon-25.1.1.dev12/releasenotes/notes/bp
copying releasenotes/notes/bug/1637490-c29444e4eb458087.yaml -> horizon-25.1.1.dev12/releasenotes/notes/bug
copying releasenotes/source/2023.1.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/2023.2.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/2024.1.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/conf.py -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/essex.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/folsom.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/grizzly.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/havana.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/icehouse.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/index.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/juno.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/kilo.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/liberty.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/mitaka.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/newton.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/ocata.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/pike.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/queens.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/rocky.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/stein.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/train.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/unreleased.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/ussuri.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/victoria.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/wallaby.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/xena.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/yoga.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/zed.rst -> horizon-25.1.1.dev12/releasenotes/source
copying releasenotes/source/_static/.placeholder -> horizon-25.1.1.dev12/releasenotes/source/_static
copying releasenotes/source/_templates/.placeholder -> horizon-25.1.1.dev12/releasenotes/source/_templates
copying releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/de/LC_MESSAGES
copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/en_GB/LC_MESSAGES
copying releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/fr/LC_MESSAGES
copying releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/id/LC_MESSAGES
copying releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/ja/LC_MESSAGES
copying releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/ko_KR/LC_MESSAGES
copying releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/pt_BR/LC_MESSAGES
copying releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po -> horizon-25.1.1.dev12/releasenotes/source/locale/zh_CN/LC_MESSAGES
copying roles/ensure-django/defaults/main.yaml -> horizon-25.1.1.dev12/roles/ensure-django/defaults
copying roles/ensure-django/tasks/main.yaml -> horizon-25.1.1.dev12/roles/ensure-django/tasks
copying roles/fetch-video-output/README.rst -> horizon-25.1.1.dev12/roles/fetch-video-output
copying roles/fetch-video-output/defaults/main.yaml -> horizon-25.1.1.dev12/roles/fetch-video-output/defaults
copying roles/fetch-video-output/tasks/main.yaml -> horizon-25.1.1.dev12/roles/fetch-video-output/tasks
copying roles/setup-selenium-tests/defaults/main.yaml -> horizon-25.1.1.dev12/roles/setup-selenium-tests/defaults
copying roles/setup-selenium-tests/tasks/main.yaml -> horizon-25.1.1.dev12/roles/setup-selenium-tests/tasks
copying tools/abandon_old_reviews.sh -> horizon-25.1.1.dev12/tools
copying tools/executable_files.txt -> horizon-25.1.1.dev12/tools
copying tools/find_executables.sh -> horizon-25.1.1.dev12/tools
copying tools/find_settings.py -> horizon-25.1.1.dev12/tools
copying tools/list-horizon-plugins.py -> horizon-25.1.1.dev12/tools
copying tools/policy-diff.py -> horizon-25.1.1.dev12/tools
copying tools/selenium_tests.sh -> horizon-25.1.1.dev12/tools
copying tools/unit_tests.sh -> horizon-25.1.1.dev12/tools
Writing horizon-25.1.1.dev12/setup.cfg
creating dist
Creating tar archive
removing 'horizon-25.1.1.dev12' (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-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.ooZIKmrC2R/dist
INFO: mock.py version 6.0 starting (python version = 3.9.18, NVR = mock-6.0-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.ooZIKmrC2R/dist
Start(bootstrap): init plugins
INFO: tmpfs initialized
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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/centos9-dalmatian/data/dlrn-5.cfg']
DEBUG:     version:  6.0
DEBUG:     basedir:  /var/lib/mock
DEBUG:     resultdir:  /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG:     rootdir:  /var/lib/mock/dlrn-centos9-dalmatian-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:  1038
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:stream9
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_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-centos9-dalmatian-x86_64-5/ccache/u1038/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}}
DEBUG:     environment:  {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:  9
DEBUG:     rpmbuild_arch:  x86_64
DEBUG:     dnf_vars:  {'stream': '9-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-centos9-dalmatian-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:  026912f5-e71e-4a9f-b408-7bed7f8f672a
DEBUG:     config_path:  /etc/mock
DEBUG:     chroot_name:  dlrn-5
DEBUG:     config_file:  /home/centos9-dalmatian/data/dlrn-5.cfg
DEBUG:     root:  dlrn-centos9-dalmatian-x86_64-5
DEBUG:     legal_host_arches:  ('x86_64',)
DEBUG:     dist:  el9
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:el9
user_agent=DLRN

[baseos]
name=CentOS Stream $releasever - BaseOS
#metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-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-9-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-thales-hsm-0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/barbican/06/61/0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17_36cb53d6
enabled=1
gpgcheck=0
priority=1

[delorean-component-baremetal]
name=delorean-python-sushy-tools-77ea046fdf6f4b406174631d5e4fe6656a75cc3c
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/baremetal/77/ea/77ea046fdf6f4b406174631d5e4fe6656a75cc3c_29c9f609
enabled=1
gpgcheck=0
priority=1

[delorean-component-cinder]
name=delorean-openstack-cinder-bb37fbbe081723de3ef609f64983ea40be5e711a
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cinder/bb/37/bb37fbbe081723de3ef609f64983ea40be5e711a_689709d4
enabled=1
gpgcheck=0
priority=1

[delorean-component-clients]
name=delorean-python-openstackclient-f42ade4305d974580ae6dc40db0e0d58ba5a6b93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/clients/f4/2a/f42ade4305d974580ae6dc40db0e0d58ba5a6b93_fc353291
enabled=1
gpgcheck=0
priority=1

[delorean-component-cloudops]
name=delorean-gnocchi-1554674704e39c69b1193f7e1184407c7f45bf8f
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cloudops/15/54/1554674704e39c69b1193f7e1184407c7f45bf8f_1d372bb0
enabled=1
gpgcheck=0
priority=1

[delorean-component-common]
name=delorean-openstack-kolla-2ab0503ce99344cfc5eea126a761f61cfad3ca93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/common/2a/b0/2ab0503ce99344cfc5eea126a761f61cfad3ca93_0aa2e989
enabled=1
gpgcheck=0
priority=1

[delorean-component-compute]
name=delorean-openstack-nova-cebbceb2cd0260738963b1e602e85e3a46b66bec
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/compute/ce/bb/cebbceb2cd0260738963b1e602e85e3a46b66bec_f9c929bc
enabled=1
gpgcheck=0
priority=1

[delorean-component-designate]
name=delorean-openstack-designate-5490df4e6b60f00e31e0ff57f863e406728e4eef
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/designate/54/90/5490df4e6b60f00e31e0ff57f863e406728e4eef_11d58c91
enabled=1
gpgcheck=0
priority=1

[delorean-component-glance]
name=delorean-openstack-glance-e74b91d24de43836fe1269fd8d3ea11afd0caa58
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/glance/e7/4b/e74b91d24de43836fe1269fd8d3ea11afd0caa58_7cf7fc59
enabled=1
gpgcheck=0
priority=1

[delorean-component-keystone]
name=delorean-openstack-keystone-47891f4ae8fd7876e5a7657f58c32c371feeddc3
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/keystone/47/89/47891f4ae8fd7876e5a7657f58c32c371feeddc3_5d9cb5b3
enabled=1
gpgcheck=0
priority=1

[delorean-component-manila]
name=delorean-openstack-manila-d0b1e965db5e9743152b82fa4a3dcf0d724e9006
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/manila/d0/b1/d0b1e965db5e9743152b82fa4a3dcf0d724e9006_1ffd69ce
enabled=1
gpgcheck=0
priority=1

[delorean-component-network]
name=delorean-python-whitebox-neutron-tests-tempest-4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/network/4d/12/4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770_96da0e32
enabled=1
gpgcheck=0
priority=1

[delorean-component-octavia]
name=delorean-openstack-octavia-8e02055af0e0c8840076a3b76cbf1c254882ed44
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/octavia/8e/02/8e02055af0e0c8840076a3b76cbf1c254882ed44_fd9769fd
enabled=1
gpgcheck=0
priority=1

[delorean-component-optimize]
name=delorean-openstack-watcher-dbc06d1504e734a3cc2d32a248726948af7d7378
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/optimize/db/c0/dbc06d1504e734a3cc2d32a248726948af7d7378_faa0e703
enabled=1
gpgcheck=0
priority=1

[delorean-component-podified]
name=delorean-edpm-image-builder-151e8f8f0d6260a45c43474a275caa9b6715ae06
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/podified/15/1e/151e8f8f0d6260a45c43474a275caa9b6715ae06_188c7282
enabled=1
gpgcheck=0
priority=1

[delorean-component-puppet]
name=delorean-puppet-ceph-f98acb99d2994c745140181ba862654f4c7741a7
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/puppet/f9/8a/f98acb99d2994c745140181ba862654f4c7741a7_ae36a1cd
enabled=1
gpgcheck=0
priority=1

[delorean-component-swift]
name=delorean-openstack-swift-1534385bcc10de4aaa7aa2762bf9e7961bb2ef17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/swift/15/34/1534385bcc10de4aaa7aa2762bf9e7961bb2ef17_0998f84b
enabled=1
gpgcheck=0
priority=1

[delorean-component-tempest]
name=delorean-openstack-tempest-a25e0dfc51139f89d925472b195fffdb7fac850b
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/tempest/a2/5e/a25e0dfc51139f89d925472b195fffdb7fac850b_312f71c5
enabled=1
gpgcheck=0
priority=1

[delorean-component-ui]
name=delorean-python-django-horizon-c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/ui/c4/ae/c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd_bd122858
enabled=1
gpgcheck=0
priority=1

[delorean-dalmatian-testing]
name=dlrn-dalmatian-testing
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[delorean-dalmatian-build-deps]
name=dlrn-dalmatian-build-deps
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/build-deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-rabbitmq]
name=centos9-rabbitmq
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-storage]
name=centos9-storage
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-reef/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-opstools]
name=centos9-opstools
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-nfv-ovs]
name=NFV SIG OpenvSwitch
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
gpgcheck=0
enabled=1
module_hotfixes=1

# epel is required for Ceph Reef
[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=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil*



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-centos9-dalmatian-x86_64-5
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
Mock Version: 6.0
INFO: Mock Version: 6.0
INFO: Mock Version: 6.0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
Start(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: resultdir = /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.lolyxu33', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: method _make_users skipped in bootstrap
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/.initialized
Finish(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
Start: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root.
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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    10452068      508172     4144516     9698016     5662744
DEBUG: Swap:       16777212     7826012     8951200
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos9-dalmatian-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  1.6G  2.8G  37% /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: /dev/vda4         xfs    549G  222G  328G  41% /
DEBUG: Child return code was: 0
DEBUG: create skeleton dirs
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: resultdir = /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Package manager dnf4 detected and used (direct choice)
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.uq1a9iyb', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys/fs/selinux
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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', '1038', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/.initialized
Finish: chroot init
INFO: copying /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp/pkgsrc/dist to /tmp/tmp.ooZIKmrC2R/dist
Finish: run
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
+ '[' tarball == gem ']'
++ grep .tar.gz
++ ls /tmp/tmp.ooZIKmrC2R/dist
+ SOURCE=horizon-25.1.1.dev12.tar.gz
+ SOURCEEXT=.tar.gz
+ SOURCEPATH=/tmp/tmp.ooZIKmrC2R/dist/horizon-25.1.1.dev12.tar.gz
++ basename horizon-25.1.1.dev12.tar.gz .tar.gz
+ SOURCEWITHREL=horizon-25.1.1.dev12-0.20250429232413.8fb1eda.tar.gz
+ mv /tmp/tmp.ooZIKmrC2R/dist/horizon-25.1.1.dev12.tar.gz /tmp/tmp.ooZIKmrC2R/SOURCES/horizon-25.1.1.dev12-0.20250429232413.8fb1eda.tar.gz
+ cd /home/centos9-dalmatian/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.ooZIKmrC2R/SOURCES/
+ cp python-django-horizon.spec /tmp/tmp.ooZIKmrC2R/SPECS/
+ cd /tmp/tmp.ooZIKmrC2R/SPECS/
+ '[' -z '' ']'
+ grep -qc '^%define upstream_version.*' python-django-horizon.spec
+ sed -i -e '1i%define upstream_version 25.1.1.dev12\' 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.1.1.dev12-0.20250429232413.8fb1eda.tar.gz .tar.gz
+ sed -i -e '1i%global dlrn_nvr horizon-25.1.1.dev12-0.20250429232413.8fb1eda\' python-django-horizon.spec
+ sed -i -e s/UPSTREAMVERSION/25.1.1.dev12/g python-django-horizon.spec
+ set_nvr_in_spec
+ VERSION=25.1.1
+ sed -i -e 's/Version:.*/Version: 25.1.1/g' python-django-horizon.spec
+ sed -i -e 's/Release:.*/Release: 0.20250429232413.8fb1eda%{?dist}/g' python-django-horizon.spec
+ '[' '' '!=' 1 ']'
+ sed -i -e 's/^\(Source\|Source0\):.*/\1: horizon-25.1.1.dev12-0.20250429232413.8fb1eda.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.1.1.dev12-0.20250429232413.8fb1eda
%global dlrn 1
%define upstream_version 25.1.1.dev12
%{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
%global sources_gpg_sign 0xf8675126e2411e7748dd46662fc2093e4682645f

%{!?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.1.1
Release: 0.20250429232413.8fb1eda%{?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.1.1.dev12-0.20250429232413.8fb1eda.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://access.redhat.com/documentation/en/red-hat-openstack-platform/\";" 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
# requirements-override-centos C9S is providing six-1.15 while package requires >= 1.16
sed -i "s/six.*/six/" 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 <lua>
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/django_pyscss_fix
%{_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.ooZIKmrC2R/SOURCES python-django-horizon.spec
warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme

warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*

+ /usr/bin/mock --buildsrpm -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --spec python-django-horizon.spec --sources=/tmp/tmp.ooZIKmrC2R/SOURCES
INFO: mock.py version 6.0 starting (python version = 3.9.18, NVR = mock-6.0-1.el9), args: /usr/libexec/mock/mock --buildsrpm -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --spec python-django-horizon.spec --sources=/tmp/tmp.ooZIKmrC2R/SOURCES
Start(bootstrap): init plugins
INFO: tmpfs initialized
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
DEBUG: mock final configuration:
DEBUG:     _aliases:  {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'}
DEBUG:     config_paths:  ['/home/centos9-dalmatian/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg']
DEBUG:     version:  6.0
DEBUG:     basedir:  /var/lib/mock
DEBUG:     resultdir:  /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG:     rootdir:  /var/lib/mock/dlrn-centos9-dalmatian-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:  1038
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:stream9
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_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-centos9-dalmatian-x86_64-5/ccache/u1038/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}}
DEBUG:     environment:  {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:  9
DEBUG:     rpmbuild_arch:  x86_64
DEBUG:     dnf_vars:  {'stream': '9-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-centos9-dalmatian-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:  16ac868d-d46f-4f63-a498-027580659792
DEBUG:     config_path:  /etc/mock
DEBUG:     chroot_name:  dlrn-5
DEBUG:     config_file:  /home/centos9-dalmatian/data/dlrn-5.cfg
DEBUG:     root:  dlrn-centos9-dalmatian-x86_64-5
DEBUG:     legal_host_arches:  ('x86_64',)
DEBUG:     dist:  el9
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:el9
user_agent=DLRN

[baseos]
name=CentOS Stream $releasever - BaseOS
#metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-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-9-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-thales-hsm-0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/barbican/06/61/0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17_36cb53d6
enabled=1
gpgcheck=0
priority=1

[delorean-component-baremetal]
name=delorean-python-sushy-tools-77ea046fdf6f4b406174631d5e4fe6656a75cc3c
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/baremetal/77/ea/77ea046fdf6f4b406174631d5e4fe6656a75cc3c_29c9f609
enabled=1
gpgcheck=0
priority=1

[delorean-component-cinder]
name=delorean-openstack-cinder-bb37fbbe081723de3ef609f64983ea40be5e711a
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cinder/bb/37/bb37fbbe081723de3ef609f64983ea40be5e711a_689709d4
enabled=1
gpgcheck=0
priority=1

[delorean-component-clients]
name=delorean-python-openstackclient-f42ade4305d974580ae6dc40db0e0d58ba5a6b93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/clients/f4/2a/f42ade4305d974580ae6dc40db0e0d58ba5a6b93_fc353291
enabled=1
gpgcheck=0
priority=1

[delorean-component-cloudops]
name=delorean-gnocchi-1554674704e39c69b1193f7e1184407c7f45bf8f
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cloudops/15/54/1554674704e39c69b1193f7e1184407c7f45bf8f_1d372bb0
enabled=1
gpgcheck=0
priority=1

[delorean-component-common]
name=delorean-openstack-kolla-2ab0503ce99344cfc5eea126a761f61cfad3ca93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/common/2a/b0/2ab0503ce99344cfc5eea126a761f61cfad3ca93_0aa2e989
enabled=1
gpgcheck=0
priority=1

[delorean-component-compute]
name=delorean-openstack-nova-cebbceb2cd0260738963b1e602e85e3a46b66bec
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/compute/ce/bb/cebbceb2cd0260738963b1e602e85e3a46b66bec_f9c929bc
enabled=1
gpgcheck=0
priority=1

[delorean-component-designate]
name=delorean-openstack-designate-5490df4e6b60f00e31e0ff57f863e406728e4eef
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/designate/54/90/5490df4e6b60f00e31e0ff57f863e406728e4eef_11d58c91
enabled=1
gpgcheck=0
priority=1

[delorean-component-glance]
name=delorean-openstack-glance-e74b91d24de43836fe1269fd8d3ea11afd0caa58
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/glance/e7/4b/e74b91d24de43836fe1269fd8d3ea11afd0caa58_7cf7fc59
enabled=1
gpgcheck=0
priority=1

[delorean-component-keystone]
name=delorean-openstack-keystone-47891f4ae8fd7876e5a7657f58c32c371feeddc3
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/keystone/47/89/47891f4ae8fd7876e5a7657f58c32c371feeddc3_5d9cb5b3
enabled=1
gpgcheck=0
priority=1

[delorean-component-manila]
name=delorean-openstack-manila-d0b1e965db5e9743152b82fa4a3dcf0d724e9006
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/manila/d0/b1/d0b1e965db5e9743152b82fa4a3dcf0d724e9006_1ffd69ce
enabled=1
gpgcheck=0
priority=1

[delorean-component-network]
name=delorean-python-whitebox-neutron-tests-tempest-4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/network/4d/12/4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770_96da0e32
enabled=1
gpgcheck=0
priority=1

[delorean-component-octavia]
name=delorean-openstack-octavia-8e02055af0e0c8840076a3b76cbf1c254882ed44
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/octavia/8e/02/8e02055af0e0c8840076a3b76cbf1c254882ed44_fd9769fd
enabled=1
gpgcheck=0
priority=1

[delorean-component-optimize]
name=delorean-openstack-watcher-dbc06d1504e734a3cc2d32a248726948af7d7378
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/optimize/db/c0/dbc06d1504e734a3cc2d32a248726948af7d7378_faa0e703
enabled=1
gpgcheck=0
priority=1

[delorean-component-podified]
name=delorean-edpm-image-builder-151e8f8f0d6260a45c43474a275caa9b6715ae06
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/podified/15/1e/151e8f8f0d6260a45c43474a275caa9b6715ae06_188c7282
enabled=1
gpgcheck=0
priority=1

[delorean-component-puppet]
name=delorean-puppet-ceph-f98acb99d2994c745140181ba862654f4c7741a7
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/puppet/f9/8a/f98acb99d2994c745140181ba862654f4c7741a7_ae36a1cd
enabled=1
gpgcheck=0
priority=1

[delorean-component-swift]
name=delorean-openstack-swift-1534385bcc10de4aaa7aa2762bf9e7961bb2ef17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/swift/15/34/1534385bcc10de4aaa7aa2762bf9e7961bb2ef17_0998f84b
enabled=1
gpgcheck=0
priority=1

[delorean-component-tempest]
name=delorean-openstack-tempest-a25e0dfc51139f89d925472b195fffdb7fac850b
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/tempest/a2/5e/a25e0dfc51139f89d925472b195fffdb7fac850b_312f71c5
enabled=1
gpgcheck=0
priority=1

[delorean-component-ui]
name=delorean-python-django-horizon-c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/ui/c4/ae/c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd_bd122858
enabled=1
gpgcheck=0
priority=1

[delorean-dalmatian-testing]
name=dlrn-dalmatian-testing
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[delorean-dalmatian-build-deps]
name=dlrn-dalmatian-build-deps
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/build-deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-rabbitmq]
name=centos9-rabbitmq
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-storage]
name=centos9-storage
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-reef/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-opstools]
name=centos9-opstools
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-nfv-ovs]
name=NFV SIG OpenvSwitch
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
gpgcheck=0
enabled=1
module_hotfixes=1

# epel is required for Ceph Reef
[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=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil*



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-centos9-dalmatian-x86_64-5)
Start: clean chroot
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: unmounting tmpfs.
DEBUG: child environment: None
DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
Mock Version: 6.0
INFO: Mock Version: 6.0
INFO: Mock Version: 6.0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
Start(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: resultdir = /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.b12los9w', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/.initialized
Finish(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
Start: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/
Start: unpacking root cache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./proc
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./sys
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./dev
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./dev
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./tmp/ccache
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/yum
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/dnf
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/log
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/log
Finish: unpacking root cache
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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    10394236      547432     4111200     9695560     5720576
DEBUG: Swap:       16777212     7826012     8951200
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos9-dalmatian-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  1.5G  2.9G  34% /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: /dev/vda4         xfs    549G  222G  328G  41% /
DEBUG: Child return code was: 0
DEBUG: create skeleton dirs
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: resultdir = /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Package manager dnf4 detected and used (direct choice)
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.uxi_10o3', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys/fs/selinux
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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: warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
DEBUG: rpm-4.16.1.3-34.el9.x86_64
DEBUG: package rpm-sequoia is not installed
DEBUG: python3-dnf-4.14.0-17.el9.noarch
DEBUG: python3-dnf-plugins-core-4.3.0-16.el9.noarch
DEBUG: yum-4.14.0-17.el9.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: 4
INFO: Buildroot is handled by package management downloaded with a bootstrap image:
  warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
  rpm-4.16.1.3-34.el9.x86_64
  python3-dnf-4.14.0-17.el9.noarch
  python3-dnf-plugins-core-4.3.0-16.el9.noarch
  yum-4.14.0-17.el9.noarch
Start: dnf4 update
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '-y', '--releasever', '9', '--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-centos9-dalmatian-x86_64-5/root/', '-y', '--releasever', '9', '--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-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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-thales-hsm-0661a3a0a0e79e  59 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-sushy-tools-77ea046fdf6f4b40617  82 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-cinder-bb37fbbe081723de3ef60  70 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-openstackclient-f42ade4305d9745  70 kB/s | 3.0 kB     00:00    
DEBUG: delorean-gnocchi-1554674704e39c69b1193f7e118440  69 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-kolla-2ab0503ce99344cfc5eea1  60 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-nova-cebbceb2cd0260738963b1e  62 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-designate-5490df4e6b60f00e31  63 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-glance-e74b91d24de43836fe126  63 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-keystone-47891f4ae8fd7876e5a  65 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-manila-d0b1e965db5e9743152b8  64 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-whitebox-neutron-tests-tempest-  72 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-octavia-8e02055af0e0c8840076  32 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-watcher-dbc06d1504e734a3cc2d  67 kB/s | 3.0 kB     00:00    
DEBUG: delorean-edpm-image-builder-151e8f8f0d6260a45c4  62 kB/s | 3.0 kB     00:00    
DEBUG: delorean-puppet-ceph-f98acb99d2994c745140181ba8  59 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-swift-1534385bcc10de4aaa7aa2  51 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-tempest-a25e0dfc51139f89d925  57 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-django-horizon-c4aedafff8fb2fb2  74 kB/s | 3.0 kB     00:00    
DEBUG: CentOS Stream 9 - BaseOS                         38 kB/s | 3.9 kB     00:00    
DEBUG: CentOS Stream 9 - AppStream                      16 kB/s | 4.4 kB     00:00    
DEBUG: CentOS Stream 9 - CRB                            29 kB/s | 5.2 kB     00:00    
DEBUG: CentOS Stream 9 - HighAvailability               55 kB/s | 6.4 kB     00:00    
DEBUG: dlrn-dalmatian-testing                          104 kB/s | 3.0 kB     00:00    
DEBUG: dlrn-dalmatian-build-deps                        86 kB/s | 3.0 kB     00:00    
DEBUG: centos9-rabbitmq                                 19 kB/s | 3.0 kB     00:00    
DEBUG: centos9-storage                                  27 kB/s | 3.0 kB     00:00    
DEBUG: centos9-opstools                                 50 kB/s | 3.0 kB     00:00    
DEBUG: NFV SIG OpenvSwitch                              35 kB/s | 3.0 kB     00:00    
DEBUG: Extra Packages for Enterprise Linux 9 - x86_64  220 kB/s |  35 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-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-x86_64-5/root/builddir/build
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/RPMS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/RPMS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SPECS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SPECS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SOURCES
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILD
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILD
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILDROOT
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILDROOT
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/originals
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/originals
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir
DEBUG: child environment: None
DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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', '1038', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f3642b93d00>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
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 31 seconds
INFO: Results and/or logs in: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.ooZIKmrC2R
INFO: mock.py version 6.0 starting (python version = 3.9.18, NVR = mock-6.0-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos9-dalmatian/data/dlrn-5.cfg --resultdir /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858 --rebuild /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm --postinstall
Start(bootstrap): init plugins
INFO: tmpfs initialized
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
DEBUG: mock final configuration:
DEBUG:     _aliases:  {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'}
DEBUG:     config_paths:  ['/home/centos9-dalmatian/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg']
DEBUG:     version:  6.0
DEBUG:     basedir:  /var/lib/mock
DEBUG:     resultdir:  /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG:     rootdir:  /var/lib/mock/dlrn-centos9-dalmatian-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:  1038
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:stream9
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_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-centos9-dalmatian-x86_64-5/ccache/u1038/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '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-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5', 'root': 'dlrn-centos9-dalmatian-x86_64-5', 'resultdir': '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'}}
DEBUG:     environment:  {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:  9
DEBUG:     rpmbuild_arch:  x86_64
DEBUG:     dnf_vars:  {'stream': '9-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-centos9-dalmatian-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:  cc0d09b8-a4ec-46df-a0e0-60eb513140b4
DEBUG:     config_path:  /etc/mock
DEBUG:     chroot_name:  dlrn-5
DEBUG:     config_file:  /home/centos9-dalmatian/data/dlrn-5.cfg
DEBUG:     root:  dlrn-centos9-dalmatian-x86_64-5
DEBUG:     legal_host_arches:  ('x86_64',)
DEBUG:     dist:  el9
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:el9
user_agent=DLRN

[baseos]
name=CentOS Stream $releasever - BaseOS
#metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http
baseurl=http://mirror.stream.centos.org/9-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-9-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-9-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-thales-hsm-0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/barbican/06/61/0661a3a0a0e79ee2c406c4d5e3fc9d5015bdac17_36cb53d6
enabled=1
gpgcheck=0
priority=1

[delorean-component-baremetal]
name=delorean-python-sushy-tools-77ea046fdf6f4b406174631d5e4fe6656a75cc3c
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/baremetal/77/ea/77ea046fdf6f4b406174631d5e4fe6656a75cc3c_29c9f609
enabled=1
gpgcheck=0
priority=1

[delorean-component-cinder]
name=delorean-openstack-cinder-bb37fbbe081723de3ef609f64983ea40be5e711a
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cinder/bb/37/bb37fbbe081723de3ef609f64983ea40be5e711a_689709d4
enabled=1
gpgcheck=0
priority=1

[delorean-component-clients]
name=delorean-python-openstackclient-f42ade4305d974580ae6dc40db0e0d58ba5a6b93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/clients/f4/2a/f42ade4305d974580ae6dc40db0e0d58ba5a6b93_fc353291
enabled=1
gpgcheck=0
priority=1

[delorean-component-cloudops]
name=delorean-gnocchi-1554674704e39c69b1193f7e1184407c7f45bf8f
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/cloudops/15/54/1554674704e39c69b1193f7e1184407c7f45bf8f_1d372bb0
enabled=1
gpgcheck=0
priority=1

[delorean-component-common]
name=delorean-openstack-kolla-2ab0503ce99344cfc5eea126a761f61cfad3ca93
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/common/2a/b0/2ab0503ce99344cfc5eea126a761f61cfad3ca93_0aa2e989
enabled=1
gpgcheck=0
priority=1

[delorean-component-compute]
name=delorean-openstack-nova-cebbceb2cd0260738963b1e602e85e3a46b66bec
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/compute/ce/bb/cebbceb2cd0260738963b1e602e85e3a46b66bec_f9c929bc
enabled=1
gpgcheck=0
priority=1

[delorean-component-designate]
name=delorean-openstack-designate-5490df4e6b60f00e31e0ff57f863e406728e4eef
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/designate/54/90/5490df4e6b60f00e31e0ff57f863e406728e4eef_11d58c91
enabled=1
gpgcheck=0
priority=1

[delorean-component-glance]
name=delorean-openstack-glance-e74b91d24de43836fe1269fd8d3ea11afd0caa58
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/glance/e7/4b/e74b91d24de43836fe1269fd8d3ea11afd0caa58_7cf7fc59
enabled=1
gpgcheck=0
priority=1

[delorean-component-keystone]
name=delorean-openstack-keystone-47891f4ae8fd7876e5a7657f58c32c371feeddc3
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/keystone/47/89/47891f4ae8fd7876e5a7657f58c32c371feeddc3_5d9cb5b3
enabled=1
gpgcheck=0
priority=1

[delorean-component-manila]
name=delorean-openstack-manila-d0b1e965db5e9743152b82fa4a3dcf0d724e9006
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/manila/d0/b1/d0b1e965db5e9743152b82fa4a3dcf0d724e9006_1ffd69ce
enabled=1
gpgcheck=0
priority=1

[delorean-component-network]
name=delorean-python-whitebox-neutron-tests-tempest-4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/network/4d/12/4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770_96da0e32
enabled=1
gpgcheck=0
priority=1

[delorean-component-octavia]
name=delorean-openstack-octavia-8e02055af0e0c8840076a3b76cbf1c254882ed44
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/octavia/8e/02/8e02055af0e0c8840076a3b76cbf1c254882ed44_fd9769fd
enabled=1
gpgcheck=0
priority=1

[delorean-component-optimize]
name=delorean-openstack-watcher-dbc06d1504e734a3cc2d32a248726948af7d7378
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/optimize/db/c0/dbc06d1504e734a3cc2d32a248726948af7d7378_faa0e703
enabled=1
gpgcheck=0
priority=1

[delorean-component-podified]
name=delorean-edpm-image-builder-151e8f8f0d6260a45c43474a275caa9b6715ae06
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/podified/15/1e/151e8f8f0d6260a45c43474a275caa9b6715ae06_188c7282
enabled=1
gpgcheck=0
priority=1

[delorean-component-puppet]
name=delorean-puppet-ceph-f98acb99d2994c745140181ba862654f4c7741a7
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/puppet/f9/8a/f98acb99d2994c745140181ba862654f4c7741a7_ae36a1cd
enabled=1
gpgcheck=0
priority=1

[delorean-component-swift]
name=delorean-openstack-swift-1534385bcc10de4aaa7aa2762bf9e7961bb2ef17
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/swift/15/34/1534385bcc10de4aaa7aa2762bf9e7961bb2ef17_0998f84b
enabled=1
gpgcheck=0
priority=1

[delorean-component-tempest]
name=delorean-openstack-tempest-a25e0dfc51139f89d925472b195fffdb7fac850b
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/tempest/a2/5e/a25e0dfc51139f89d925472b195fffdb7fac850b_312f71c5
enabled=1
gpgcheck=0
priority=1

[delorean-component-ui]
name=delorean-python-django-horizon-c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/component/ui/c4/ae/c4aedafff8fb2fb2110db4a1e1c37a19721dfcdd_bd122858
enabled=1
gpgcheck=0
priority=1

[delorean-dalmatian-testing]
name=dlrn-dalmatian-testing
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[delorean-dalmatian-build-deps]
name=dlrn-dalmatian-build-deps
baseurl=https://trunk.rdoproject.org/centos9-dalmatian/build-deps/latest/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-rabbitmq]
name=centos9-rabbitmq
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-storage]
name=centos9-storage
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-reef/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-opstools]
name=centos9-opstools
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
enabled=1
gpgcheck=0
module_hotfixes=1

[centos9-nfv-ovs]
name=NFV SIG OpenvSwitch
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
gpgcheck=0
enabled=1
module_hotfixes=1

# epel is required for Ceph Reef
[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=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil*



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/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
INFO: Start(/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm)  Config(dlrn-centos9-dalmatian-x86_64-5)
Start: clean chroot
Finish: clean chroot
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
DEBUG: ensuring that dir exists: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
Mock Version: 6.0
INFO: Mock Version: 6.0
INFO: Mock Version: 6.0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
Start(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: resultdir = /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.9bipezd4', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/.initialized
Finish(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
Start: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/
Start: unpacking root cache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./proc
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./sys
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./dev
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./dev
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./tmp/ccache
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/yum
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/dnf
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/log
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/log
Finish: unpacking root cache
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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    10433800      499984     4159644     9751888     5681012
DEBUG: Swap:       16777212     7942692     8834520
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos9-dalmatian-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  1.5G  2.9G  34% /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: /dev/vda4         xfs    549G  222G  328G  41% /
DEBUG: Child return code was: 0
DEBUG: create skeleton dirs
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: resultdir = /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Package manager dnf4 detected and used (direct choice)
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.e64mr8xb', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys/fs/selinux
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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: warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
DEBUG: rpm-4.16.1.3-34.el9.x86_64
DEBUG: package rpm-sequoia is not installed
DEBUG: python3-dnf-4.14.0-17.el9.noarch
DEBUG: python3-dnf-plugins-core-4.3.0-16.el9.noarch
DEBUG: yum-4.14.0-17.el9.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: 4
INFO: Buildroot is handled by package management downloaded with a bootstrap image:
  warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
  rpm-4.16.1.3-34.el9.x86_64
  python3-dnf-4.14.0-17.el9.noarch
  python3-dnf-plugins-core-4.3.0-16.el9.noarch
  yum-4.14.0-17.el9.noarch
Start: dnf4 update
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '-y', '--releasever', '9', '--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-centos9-dalmatian-x86_64-5/root/', '-y', '--releasever', '9', '--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-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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-thales-hsm-0661a3a0a0e79e  73 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-sushy-tools-77ea046fdf6f4b40617 104 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-cinder-bb37fbbe081723de3ef60  92 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-openstackclient-f42ade4305d9745  92 kB/s | 3.0 kB     00:00    
DEBUG: delorean-gnocchi-1554674704e39c69b1193f7e118440  88 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-kolla-2ab0503ce99344cfc5eea1  79 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-nova-cebbceb2cd0260738963b1e  91 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-designate-5490df4e6b60f00e31  90 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-glance-e74b91d24de43836fe126  98 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-keystone-47891f4ae8fd7876e5a  81 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-manila-d0b1e965db5e9743152b8  89 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-whitebox-neutron-tests-tempest-  96 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-octavia-8e02055af0e0c8840076  83 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-watcher-dbc06d1504e734a3cc2d  58 kB/s | 3.0 kB     00:00    
DEBUG: delorean-edpm-image-builder-151e8f8f0d6260a45c4  93 kB/s | 3.0 kB     00:00    
DEBUG: delorean-puppet-ceph-f98acb99d2994c745140181ba8  94 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-swift-1534385bcc10de4aaa7aa2 107 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-tempest-a25e0dfc51139f89d925  57 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-django-horizon-c4aedafff8fb2fb2  78 kB/s | 3.0 kB     00:00    
DEBUG: CentOS Stream 9 - BaseOS                         61 kB/s | 3.9 kB     00:00    
DEBUG: CentOS Stream 9 - AppStream                      69 kB/s | 4.4 kB     00:00    
DEBUG: CentOS Stream 9 - CRB                            31 kB/s | 5.2 kB     00:00    
DEBUG: CentOS Stream 9 - HighAvailability               40 kB/s | 6.4 kB     00:00    
DEBUG: dlrn-dalmatian-testing                           87 kB/s | 3.0 kB     00:00    
DEBUG: dlrn-dalmatian-build-deps                        83 kB/s | 3.0 kB     00:00    
DEBUG: centos9-rabbitmq                                8.5 kB/s | 3.0 kB     00:00    
DEBUG: centos9-storage                                  30 kB/s | 3.0 kB     00:00    
DEBUG: centos9-opstools                                 48 kB/s | 3.0 kB     00:00    
DEBUG: NFV SIG OpenvSwitch                              11 kB/s | 3.0 kB     00:00    
DEBUG: Extra Packages for Enterprise Linux 9 - x86_64   86 kB/s |  35 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-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-x86_64-5/root/builddir/build
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/RPMS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/RPMS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SPECS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SPECS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SOURCES
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILD
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILD
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILDROOT
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/BUILDROOT
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/originals
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/originals
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir
DEBUG: child environment: None
DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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', '1038', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'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-centos9-dalmatian-x86_64-5/root/.initialized
Finish: chroot init
Start: build phase for python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
Start: build setup for python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Updating / installing...
DEBUG: python-django-horizon-1:25.1.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.1.1-0.20250429232413.8fb1eda.el9.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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: horizon-25.1.1.dev12-0.20250429232413.8fb1eda.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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fd1f9df7430>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root//builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root//builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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 Tue Apr 29 19:29:45 2025.
DEBUG: Package git-core-2.47.1-1.el9.x86_64 is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package systemd-252-53.el9.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.el9        crb           422 k
DEBUG:  gettext                   x86_64     0.21-8.el9            baseos        1.1 M
DEBUG:  pyproject-rpm-macros      noarch     1.16.2-1.el9          crb            44 k
DEBUG: Installing dependencies:
DEBUG:  fontawesome-fonts         noarch     1:4.7.0-13.el9        appstream     205 k
DEBUG:  gettext-libs              x86_64     0.21-8.el9            baseos        303 k
DEBUG: Transaction Summary
DEBUG: ================================================================================
DEBUG: Install  5 Packages
DEBUG: Total size: 2.1 M
DEBUG: Installed size: 7.4 M
DEBUG: Downloading Packages:
DEBUG: [SKIPPED] gettext-0.21-8.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] gettext-libs-0.21-8.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] fontawesome-fonts-4.7.0-13.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] fontawesome-fonts-web-4.7.0-13.el9.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] pyproject-rpm-macros-1.16.2-1.el9.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       : fontawesome-fonts-1:4.7.0-13.el9.noarch                1/5 
DEBUG:   Installing       : gettext-libs-0.21-8.el9.x86_64                         2/5 
DEBUG:   Installing       : gettext-0.21-8.el9.x86_64                              3/5 
DEBUG:   Installing       : fontawesome-fonts-web-1:4.7.0-13.el9.noarch            4/5 
DEBUG:   Installing       : pyproject-rpm-macros-1.16.2-1.el9.noarch               5/5 
DEBUG:   Running scriptlet: pyproject-rpm-macros-1.16.2-1.el9.noarch               5/5 
DEBUG:   Verifying        : gettext-0.21-8.el9.x86_64                              1/5 
DEBUG:   Verifying        : gettext-libs-0.21-8.el9.x86_64                         2/5 
DEBUG:   Verifying        : fontawesome-fonts-1:4.7.0-13.el9.noarch                3/5 
DEBUG:   Verifying        : fontawesome-fonts-web-1:4.7.0-13.el9.noarch            4/5 
DEBUG:   Verifying        : pyproject-rpm-macros-1.16.2-1.el9.noarch               5/5 
DEBUG: Installed:
DEBUG:   fontawesome-fonts-1:4.7.0-13.el9.noarch                                       
DEBUG:   fontawesome-fonts-web-1:4.7.0-13.el9.noarch                                   
DEBUG:   gettext-0.21-8.el9.x86_64                                                     
DEBUG:   gettext-libs-0.21-8.el9.x86_64                                                
DEBUG:   pyproject-rpm-macros-1.16.2-1.el9.noarch                                      
DEBUG: Complete!
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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.1.1-0.20250429232413.8fb1eda.el9.src.rpm
Start: rpmbuild python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fd1f9df7430>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ywvCC8
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd /builddir/build/BUILD
DEBUG: + rm -rf horizon-25.1.1.dev12
DEBUG: + /usr/bin/tar -xof -
DEBUG: + /usr/bin/gzip -dc /builddir/build/SOURCES/horizon-25.1.1.dev12-0.20250429232413.8fb1eda.tar.gz
DEBUG: + STATUS=0
DEBUG: + '[' 0 -ne 0 ']'
DEBUG: + cd horizon-25.1.1.dev12
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 '<rpm-build>'
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 <rpm-build>' -m 'python-django-horizon-25.1.1 base'
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/six.*/six/' 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.XoELXM
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
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.1.1.dev12/.pyproject-builddir
DEBUG: + echo -n
DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64:
DEBUG: + CC=gcc
DEBUG: + CXX=g++
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + RPM_TOXENV=py39,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.1.1.dev12/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires -t -e py39,docs
DEBUG: Handling setuptools >= 40.8 from default build backend
DEBUG: Requirement satisfied: setuptools >= 40.8
DEBUG:    (installed: setuptools 65.5.1)
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.0.0)
DEBUG: Exiting dependency generation pass: get_requires_for_build_wheel
DEBUG: + cat /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm
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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:22 ago on Tue Apr 29 19:29:45 2025.
DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el9.noarch is already installed.
DEBUG: Package gettext-0.21-8.el9.x86_64 is already installed.
DEBUG: Package git-core-2.47.1-1.el9.x86_64 is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-packaging-20.9-5.el9.noarch is already installed.
DEBUG: Package python3-pbr-6.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-pip-21.3.1-1.el9.noarch is already installed.
DEBUG: Package python3-setuptools-65.5.1-2.el9s.noarch is already installed.
DEBUG: Package systemd-252-53.el9.x86_64 is already installed.
DEBUG: Dependencies resolved.
DEBUG: ================================================================================
DEBUG:  Package               Architecture   Version                 Repository   Size
DEBUG: ================================================================================
DEBUG: Installing:
DEBUG:  python3-wheel         noarch         1:0.36.2-8.el9          crb          83 k
DEBUG: Transaction Summary
DEBUG: ================================================================================
DEBUG: Install  1 Package
DEBUG: Total size: 83 k
DEBUG: Installed size: 209 k
DEBUG: Downloading Packages:
DEBUG: [SKIPPED] python3-wheel-0.36.2-8.el9.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.36.2-8.el9.noarch                    1/1 
DEBUG:   Running scriptlet: python3-wheel-1:0.36.2-8.el9.noarch                    1/1 
DEBUG:   Verifying        : python3-wheel-1:0.36.2-8.el9.noarch                    1/1 
DEBUG: Installed:
DEBUG:   python3-wheel-1:0.36.2-8.el9.noarch                                           
DEBUG: Complete!
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fd1f9df7430>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.8VLFQl
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
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.1.1.dev12/.pyproject-builddir
DEBUG: + echo -n
DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64:
DEBUG: + CC=gcc
DEBUG: + CXX=g++
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + RPM_TOXENV=py39,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.1.1.dev12/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires -t -e py39,docs
DEBUG: Handling setuptools >= 40.8 from default build backend
DEBUG: Requirement satisfied: setuptools >= 40.8
DEBUG:    (installed: setuptools 65.5.1)
DEBUG: Handling wheel from get_requires_for_build_wheel
DEBUG: Requirement satisfied: wheel
DEBUG:    (installed: wheel 0.36.2)
DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel
DEBUG: Requirement satisfied: pbr>=2.0.0
DEBUG:    (installed: pbr 6.0.0)
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.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm
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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:31 ago on Tue Apr 29 19:29:45 2025.
DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el9.noarch is already installed.
DEBUG: Package gettext-0.21-8.el9.x86_64 is already installed.
DEBUG: Package git-core-2.47.1-1.el9.x86_64 is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-packaging-20.9-5.el9.noarch is already installed.
DEBUG: Package python3-pbr-6.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-pip-21.3.1-1.el9.noarch is already installed.
DEBUG: Package python3-setuptools-65.5.1-2.el9s.noarch is already installed.
DEBUG: Package python3-wheel-1:0.36.2-8.el9.noarch is already installed.
DEBUG: Package systemd-252-53.el9.x86_64 is already installed.
DEBUG: Dependencies resolved.
DEBUG: ==========================================================================================
DEBUG:  Package                       Arch    Version        Repository                      Size
DEBUG: ==========================================================================================
DEBUG: Installing:
DEBUG:  python3-tox-current-env       noarch  0.0.8-1.el9s   delorean-dalmatian-build-deps   21 k
DEBUG: Installing dependencies:
DEBUG:  libnsl2                       x86_64  2.0.0-1.el9    appstream                       31 k
DEBUG:  libtirpc                      x86_64  1.3.3-9.el9    baseos                          94 k
DEBUG:  mpdecimal                     x86_64  2.5.1-3.el9    appstream                       86 k
DEBUG:  python3-appdirs               noarch  1.4.4-4.el9    appstream                       23 k
DEBUG:  python3-distlib               noarch  0.3.7-1.el9s   delorean-dalmatian-build-deps  193 k
DEBUG:  python3-filelock              noarch  3.15.4-1.el9s  delorean-dalmatian-build-deps   33 k
DEBUG:  python3-pluggy                noarch  0.13.1-7.el9   appstream                       41 k
DEBUG:  python3-py                    noarch  1.10.0-6.el9   appstream                      477 k
DEBUG:  python3-toml                  noarch  0.10.2-6.el9   appstream                       42 k
DEBUG:  python3-virtualenv            noarch  20.4.4-1.el9s  delorean-dalmatian-build-deps  228 k
DEBUG:  python3-wheel-wheel           noarch  1:0.36.2-8.el9 crb                             43 k
DEBUG:  python3.11                    x86_64  3.11.11-2.el9  appstream                       26 k
DEBUG:  python3.11-libs               x86_64  3.11.11-2.el9  appstream                       10 M
DEBUG:  python3.11-pip-wheel          noarch  22.3.1-5.el9   appstream                      1.4 M
DEBUG:  python3.11-setuptools-wheel   noarch  65.5.1-4.el9   appstream                      713 k
DEBUG:  python3.12                    x86_64  3.12.10-1.el9  appstream                       27 k
DEBUG:  python3.12-libs               x86_64  3.12.10-1.el9  appstream                      9.5 M
DEBUG:  python3.12-pip-wheel          noarch  23.2.1-4.el9   appstream                      1.5 M
DEBUG:  tox                           noarch  3.23.0-2.el9s  delorean-dalmatian-build-deps  168 k
DEBUG: Installing weak dependencies:
DEBUG:  python3.11-devel              x86_64  3.11.11-2.el9  appstream                      277 k
DEBUG:  python3.12-devel              x86_64  3.12.10-1.el9  appstream                      325 k
DEBUG: Transaction Summary
DEBUG: ==========================================================================================
DEBUG: Install  22 Packages
DEBUG: Total size: 25 M
DEBUG: Installed size: 99 M
DEBUG: Downloading Packages:
DEBUG: [SKIPPED] libtirpc-1.3.3-9.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] libnsl2-2.0.0-1.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] mpdecimal-2.5.1-3.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] python3-appdirs-1.4.4-4.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-pluggy-0.13.1-7.el9.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-py-1.10.0-6.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] python3-toml-0.10.2-6.el9.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3.11-3.11.11-2.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] python3.11-devel-3.11.11-2.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] python3.11-libs-3.11.11-2.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] python3.11-pip-wheel-22.3.1-5.el9.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3.11-setuptools-wheel-65.5.1-4.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3.12-3.12.10-1.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] python3.12-devel-3.12.10-1.el9.x86_64.rpm: Already downloaded        
DEBUG: [SKIPPED] python3.12-libs-3.12.10-1.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] python3.12-pip-wheel-23.2.1-4.el9.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-wheel-wheel-0.36.2-8.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-distlib-0.3.7-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-filelock-3.15.4-1.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-tox-current-env-0.0.8-1.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-virtualenv-20.4.4-1.el9s.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] tox-3.23.0-2.el9s.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       : libtirpc-1.3.3-9.el9.x86_64                           1/22 
DEBUG:   Installing       : libnsl2-2.0.0-1.el9.x86_64                            2/22 
DEBUG:   Installing       : python3-filelock-3.15.4-1.el9s.noarch                 3/22 
DEBUG:   Installing       : mpdecimal-2.5.1-3.el9.x86_64                          4/22 
DEBUG:   Installing       : python3-distlib-0.3.7-1.el9s.noarch                   5/22 
DEBUG:   Installing       : python3-wheel-wheel-1:0.36.2-8.el9.noarch             6/22 
DEBUG:   Installing       : python3.12-pip-wheel-23.2.1-4.el9.noarch              7/22 
DEBUG:   Installing       : python3.12-3.12.10-1.el9.x86_64                       8/22 
DEBUG:   Installing       : python3.12-libs-3.12.10-1.el9.x86_64                  9/22 
DEBUG:   Installing       : python3.12-devel-3.12.10-1.el9.x86_64                10/22 
DEBUG:   Installing       : python3.11-setuptools-wheel-65.5.1-4.el9.noarch      11/22 
DEBUG:   Installing       : python3.11-pip-wheel-22.3.1-5.el9.noarch             12/22 
DEBUG:   Installing       : python3.11-3.11.11-2.el9.x86_64                      13/22 
DEBUG:   Installing       : python3.11-libs-3.11.11-2.el9.x86_64                 14/22 
DEBUG:   Installing       : python3.11-devel-3.11.11-2.el9.x86_64                15/22 
DEBUG:   Installing       : python3-toml-0.10.2-6.el9.noarch                     16/22 
DEBUG:   Installing       : python3-py-1.10.0-6.el9.noarch                       17/22 
DEBUG:   Installing       : python3-pluggy-0.13.1-7.el9.noarch                   18/22 
DEBUG:   Installing       : python3-appdirs-1.4.4-4.el9.noarch                   19/22 
DEBUG:   Installing       : python3-virtualenv-20.4.4-1.el9s.noarch              20/22 
DEBUG:   Installing       : tox-3.23.0-2.el9s.noarch                             21/22 
DEBUG:   Installing       : python3-tox-current-env-0.0.8-1.el9s.noarch          22/22 
DEBUG:   Running scriptlet: python3-tox-current-env-0.0.8-1.el9s.noarch          22/22 
DEBUG:   Verifying        : libtirpc-1.3.3-9.el9.x86_64                           1/22 
DEBUG:   Verifying        : libnsl2-2.0.0-1.el9.x86_64                            2/22 
DEBUG:   Verifying        : mpdecimal-2.5.1-3.el9.x86_64                          3/22 
DEBUG:   Verifying        : python3-appdirs-1.4.4-4.el9.noarch                    4/22 
DEBUG:   Verifying        : python3-pluggy-0.13.1-7.el9.noarch                    5/22 
DEBUG:   Verifying        : python3-py-1.10.0-6.el9.noarch                        6/22 
DEBUG:   Verifying        : python3-toml-0.10.2-6.el9.noarch                      7/22 
DEBUG:   Verifying        : python3.11-3.11.11-2.el9.x86_64                       8/22 
DEBUG:   Verifying        : python3.11-devel-3.11.11-2.el9.x86_64                 9/22 
DEBUG:   Verifying        : python3.11-libs-3.11.11-2.el9.x86_64                 10/22 
DEBUG:   Verifying        : python3.11-pip-wheel-22.3.1-5.el9.noarch             11/22 
DEBUG:   Verifying        : python3.11-setuptools-wheel-65.5.1-4.el9.noarch      12/22 
DEBUG:   Verifying        : python3.12-3.12.10-1.el9.x86_64                      13/22 
DEBUG:   Verifying        : python3.12-devel-3.12.10-1.el9.x86_64                14/22 
DEBUG:   Verifying        : python3.12-libs-3.12.10-1.el9.x86_64                 15/22 
DEBUG:   Verifying        : python3.12-pip-wheel-23.2.1-4.el9.noarch             16/22 
DEBUG:   Verifying        : python3-wheel-wheel-1:0.36.2-8.el9.noarch            17/22 
DEBUG:   Verifying        : python3-distlib-0.3.7-1.el9s.noarch                  18/22 
DEBUG:   Verifying        : python3-filelock-3.15.4-1.el9s.noarch                19/22 
DEBUG:   Verifying        : python3-tox-current-env-0.0.8-1.el9s.noarch          20/22 
DEBUG:   Verifying        : python3-virtualenv-20.4.4-1.el9s.noarch              21/22 
DEBUG:   Verifying        : tox-3.23.0-2.el9s.noarch                             22/22 
DEBUG: Installed:
DEBUG:   libnsl2-2.0.0-1.el9.x86_64                                                    
DEBUG:   libtirpc-1.3.3-9.el9.x86_64                                                   
DEBUG:   mpdecimal-2.5.1-3.el9.x86_64                                                  
DEBUG:   python3-appdirs-1.4.4-4.el9.noarch                                            
DEBUG:   python3-distlib-0.3.7-1.el9s.noarch                                           
DEBUG:   python3-filelock-3.15.4-1.el9s.noarch                                         
DEBUG:   python3-pluggy-0.13.1-7.el9.noarch                                            
DEBUG:   python3-py-1.10.0-6.el9.noarch                                                
DEBUG:   python3-toml-0.10.2-6.el9.noarch                                              
DEBUG:   python3-tox-current-env-0.0.8-1.el9s.noarch                                   
DEBUG:   python3-virtualenv-20.4.4-1.el9s.noarch                                       
DEBUG:   python3-wheel-wheel-1:0.36.2-8.el9.noarch                                     
DEBUG:   python3.11-3.11.11-2.el9.x86_64                                               
DEBUG:   python3.11-devel-3.11.11-2.el9.x86_64                                         
DEBUG:   python3.11-libs-3.11.11-2.el9.x86_64                                          
DEBUG:   python3.11-pip-wheel-22.3.1-5.el9.noarch                                      
DEBUG:   python3.11-setuptools-wheel-65.5.1-4.el9.noarch                               
DEBUG:   python3.12-3.12.10-1.el9.x86_64                                               
DEBUG:   python3.12-devel-3.12.10-1.el9.x86_64                                         
DEBUG:   python3.12-libs-3.12.10-1.el9.x86_64                                          
DEBUG:   python3.12-pip-wheel-23.2.1-4.el9.noarch                                      
DEBUG:   tox-3.23.0-2.el9s.noarch                                                      
DEBUG: Complete!
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: libtirpc-1.3.3-9.el9.x86_64
DEBUG: libnsl2-2.0.0-1.el9.x86_64
DEBUG: python3-filelock-3.15.4-1.el9s.noarch
DEBUG: mpdecimal-2.5.1-3.el9.x86_64
DEBUG: python3-distlib-0.3.7-1.el9s.noarch
DEBUG: python3-wheel-wheel-0.36.2-8.el9.noarch
DEBUG: python3.12-pip-wheel-23.2.1-4.el9.noarch
DEBUG: python3.12-3.12.10-1.el9.x86_64
DEBUG: python3.12-libs-3.12.10-1.el9.x86_64
DEBUG: python3.12-devel-3.12.10-1.el9.x86_64
DEBUG: python3.11-setuptools-wheel-65.5.1-4.el9.noarch
DEBUG: python3.11-pip-wheel-22.3.1-5.el9.noarch
DEBUG: python3.11-3.11.11-2.el9.x86_64
DEBUG: python3.11-libs-3.11.11-2.el9.x86_64
DEBUG: python3.11-devel-3.11.11-2.el9.x86_64
DEBUG: python3-toml-0.10.2-6.el9.noarch
DEBUG: python3-py-1.10.0-6.el9.noarch
DEBUG: python3-pluggy-0.13.1-7.el9.noarch
DEBUG: python3-appdirs-1.4.4-4.el9.noarch
DEBUG: python3-virtualenv-20.4.4-1.el9s.noarch
DEBUG: tox-3.23.0-2.el9s.noarch
DEBUG: python3-tox-current-env-0.0.8-1.el9s.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: libtirpc-1.3.3-9.el9.x86_64
DEBUG: libnsl2-2.0.0-1.el9.x86_64
DEBUG: python3-filelock-3.15.4-1.el9s.noarch
DEBUG: mpdecimal-2.5.1-3.el9.x86_64
DEBUG: python3-distlib-0.3.7-1.el9s.noarch
DEBUG: python3-wheel-wheel-0.36.2-8.el9.noarch
DEBUG: python3.12-pip-wheel-23.2.1-4.el9.noarch
DEBUG: python3.12-3.12.10-1.el9.x86_64
DEBUG: python3.12-libs-3.12.10-1.el9.x86_64
DEBUG: python3.12-devel-3.12.10-1.el9.x86_64
DEBUG: python3.11-setuptools-wheel-65.5.1-4.el9.noarch
DEBUG: python3.11-pip-wheel-22.3.1-5.el9.noarch
DEBUG: python3.11-3.11.11-2.el9.x86_64
DEBUG: python3.11-libs-3.11.11-2.el9.x86_64
DEBUG: python3.11-devel-3.11.11-2.el9.x86_64
DEBUG: python3-toml-0.10.2-6.el9.noarch
DEBUG: python3-py-1.10.0-6.el9.noarch
DEBUG: python3-pluggy-0.13.1-7.el9.noarch
DEBUG: python3-appdirs-1.4.4-4.el9.noarch
DEBUG: python3-virtualenv-20.4.4-1.el9s.noarch
DEBUG: tox-3.23.0-2.el9s.noarch
DEBUG: python3-tox-current-env-0.0.8-1.el9s.noarch
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fd1f9df7430>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.R3eLrn
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
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.1.1.dev12/.pyproject-builddir
DEBUG: + echo -n
DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64:
DEBUG: + CC=gcc
DEBUG: + CXX=g++
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + RPM_TOXENV=py39,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.1.1.dev12/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires -t -e py39,docs
DEBUG: Handling setuptools >= 40.8 from default build backend
DEBUG: Requirement satisfied: setuptools >= 40.8
DEBUG:    (installed: setuptools 65.5.1)
DEBUG: Handling wheel from get_requires_for_build_wheel
DEBUG: Requirement satisfied: wheel
DEBUG:    (installed: wheel 0.36.2)
DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel
DEBUG: Requirement satisfied: pbr>=2.0.0
DEBUG:    (installed: pbr 6.0.0)
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.8)
DEBUG: ___________________________________ summary ____________________________________
DEBUG:   py39: commands succeeded
DEBUG:   docs: commands succeeded
DEBUG:   congratulations :)
DEBUG: Handling coverage>=4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: coverage>=4.0
DEBUG: Handling freezegun>=0.3.15 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: freezegun>=0.3.15
DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: pytest>=5.3.5
DEBUG: Handling pymemcache>=4.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: pymemcache>=4.0.0
DEBUG: Handling selenium>=2.50.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: selenium>=2.50.1
DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: testscenarios>=0.4
DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: testtools>=2.2.0
DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pbr>=5.5.0
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel>=2.6.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: Babel>=2.6.0
DEBUG:    (installed: Babel 2.9.1)
DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: Django>=4.2,<4.3
DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: django-compressor>=4.4
DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: django-debreach>=1.4.2
DEBUG: Handling django-pyscss>=2.0.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: django-pyscss>=2.0.3
DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: futurist>=1.2.0
DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: iso8601>=0.1.11
DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: keystoneauth1>=4.3.1
DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: netaddr>=0.7.18
DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.concurrency>=4.5.0
DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.config>=8.8.0
DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.i18n>=5.1.0
DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.policy>=3.11.0
DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.serialization>=4.3.0
DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.upgradecheck>=1.5.0
DEBUG: Handling oslo.utils>=4.12.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.utils>=4.12.0
DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: osprofiler>=3.4.2
DEBUG: Handling pyScss>=1.4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: pyScss>=1.4.0
DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-cinderclient>=8.0.0
DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-glanceclient>=2.8.0
DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-keystoneclient>=3.22.0
DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-neutronclient>=8.1.0
DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-novaclient>=9.1.0
DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-swiftclient>=3.2.0
DEBUG: Handling PyYAML from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: PyYAML
DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement not satisfied: semantic-version>=2.3.1
DEBUG: Handling XStatic from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic
DEBUG: Handling XStatic-Angular from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-Angular
DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-bootswatch>=3.3.7.0
DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-D3>=3.5.17.0
DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py39,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: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-Jasmine>=2.4.1.1
DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-jQuery
DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-JQuery-Migrate
DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-JQuery.TableSorter>=2.14.5.1
DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-jquery-ui
DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-JSEncrypt>=2.3.1.1
DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-mdi>=1.6.50.2
DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-objectpath>=1.2.1.0
DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-tv4>=1.2.7.0
DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pbr>=5.5.0
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel>=2.6.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: Babel>=2.6.0
DEBUG:    (installed: Babel 2.9.1)
DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: Django>=4.2,<4.3
DEBUG: Handling django-compressor>=4.4 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: django-compressor>=4.4
DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: django-debreach>=1.4.2
DEBUG: Handling django-pyscss>=2.0.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: django-pyscss>=2.0.3
DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: futurist>=1.2.0
DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: iso8601>=0.1.11
DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: keystoneauth1>=4.3.1
DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: netaddr>=0.7.18
DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.concurrency>=4.5.0
DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.config>=8.8.0
DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.i18n>=5.1.0
DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.policy>=3.11.0
DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.serialization>=4.3.0
DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.upgradecheck>=1.5.0
DEBUG: Handling oslo.utils>=4.12.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: oslo.utils>=4.12.0
DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: osprofiler>=3.4.2
DEBUG: Handling pyScss>=1.4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: pyScss>=1.4.0
DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-cinderclient>=8.0.0
DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-glanceclient>=2.8.0
DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-keystoneclient>=3.22.0
DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-neutronclient>=8.1.0
DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-novaclient>=9.1.0
DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: python-swiftclient>=3.2.0
DEBUG: Handling PyYAML from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: PyYAML
DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement not satisfied: semantic-version>=2.3.1
DEBUG: Handling XStatic from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic
DEBUG: Handling XStatic-Angular from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-Angular
DEBUG: Handling XStatic-Angular-Bootstrap>=2.2.0.0 from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-bootswatch>=3.3.7.0
DEBUG: Handling XStatic-D3>=3.5.17.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-D3>=3.5.17.0
DEBUG: Handling XStatic-Hogan>=2.0.0.2 from tox --print-deps-only: py39,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: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-Jasmine>=2.4.1.1
DEBUG: Handling XStatic-jQuery from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-jQuery
DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-JQuery-Migrate
DEBUG: Handling XStatic-JQuery.quicksearch>=2.0.3.2 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-JQuery.TableSorter>=2.14.5.1
DEBUG: Handling XStatic-jquery-ui from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-jquery-ui
DEBUG: Handling XStatic-JSEncrypt>=2.3.1.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-JSEncrypt>=2.3.1.1
DEBUG: Handling XStatic-mdi>=1.6.50.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-mdi>=1.6.50.2
DEBUG: Handling XStatic-objectpath>=1.2.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: XStatic-objectpath>=1.2.1.0
DEBUG: Handling XStatic-Rickshaw>=1.5.0.0 from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement not satisfied: XStatic-tv4>=1.2.7.0
DEBUG: Handling openstackdocstheme>=2.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: openstackdocstheme>=2.2.0
DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: reno>=3.1.0
DEBUG: Handling sphinx>=2.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: sphinx>=2.0.0
DEBUG:    (installed: sphinx 3.4.3)
DEBUG: Handling mock>=2.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: mock>=2.0.0
DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py39,docs
DEBUG: Requirement not satisfied: pytest>=5.3.5
DEBUG: /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
DEBUG:   warnings.warn(
DEBUG: /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
DEBUG:   warnings.warn(
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: reading manifest template 'MANIFEST.in'
DEBUG: warning: no files found matching '*.scss' under directory 'doc'
DEBUG: warning: no files found matching '*.js' under directory 'doc'
DEBUG: warning: no files found matching '*.html' under directory 'doc'
DEBUG: warning: no files found matching '*.conf' under directory 'doc'
DEBUG: warning: no files found matching '*.jpg' under directory 'doc'
DEBUG: warning: no files found matching '*.gif' under directory 'doc'
DEBUG: warning: no files found matching '*.csv' under directory 'horizon'
DEBUG: warning: no files found matching '*.template' under directory 'horizon'
DEBUG: warning: no files found matching '*.mo' under directory 'horizon'
DEBUG: warning: no files found matching '*.mo' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.eot' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.ttf' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.woff' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.wsgi' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching 'doc/source/_templates/.placeholder'
DEBUG: warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
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.1.1.dev12/horizon-25.1.1.dev12.dist-info'
DEBUG: adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
DEBUG: adding license file "AUTHORS" (matched pattern "AUTHORS*")
DEBUG: Handling pbr (>=5.5.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: pbr (>=5.5.0)
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel (>=2.6.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: Babel (>=2.6.0)
DEBUG:    (installed: Babel 2.9.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 django-pyscss (>=2.0.3) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement not satisfied: django-pyscss (>=2.0.3)
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 (>=4.12.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement not satisfied: oslo.utils (>=4.12.0)
DEBUG: Handling osprofiler (>=3.4.2) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement not satisfied: osprofiler (>=3.4.2)
DEBUG: Handling pyScss (>=1.4.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement not satisfied: pyScss (>=1.4.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.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires
DEBUG: + rm -rfv horizon-25.1.1.dev12.dist-info/
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/AUTHORS'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/LICENSE'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/METADATA'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/entry_points.txt'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/pbr.json'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/top_level.txt'
DEBUG: removed directory 'horizon-25.1.1.dev12.dist-info/'
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm
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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:50 ago on Tue Apr 29 19:29:45 2025.
DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el9.noarch is already installed.
DEBUG: Package gettext-0.21-8.el9.x86_64 is already installed.
DEBUG: Package git-core-2.47.1-1.el9.x86_64 is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-babel-2.9.1-2.el9.noarch is already installed.
DEBUG: Package python3-packaging-20.9-5.el9.noarch is already installed.
DEBUG: Package python3-pbr-6.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-pbr-6.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-pip-21.3.1-1.el9.noarch is already installed.
DEBUG: Package python3-requests-2.32.3-3.el9s.noarch is already installed.
DEBUG: Package python3-setuptools-65.5.1-2.el9s.noarch is already installed.
DEBUG: Package python3-sphinx-1:3.4.3-8.el9.noarch is already installed.
DEBUG: Package python3-tox-current-env-0.0.8-1.el9s.noarch is already installed.
DEBUG: Package python3-wheel-1:0.36.2-8.el9.noarch is already installed.
DEBUG: Package systemd-252-53.el9.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.el9s                         delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Angular                noarch  1:1.5.8.0-14.el9s                     delorean-dalmatian-testing      17 k
DEBUG:  python3-XStatic-Angular-Bootstrap      noarch  2.2.0.0-14.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Angular-FileUpload     noarch  12.0.4.0-18.el9s                      delorean-dalmatian-testing      14 k
DEBUG:  python3-XStatic-Angular-Gettext        noarch  2.3.8.0-1.el9s                        delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Angular-Schema-Form    noarch  0.8.13.0-2.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Angular-lrdragndrop    noarch  1.0.2.2-20.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Bootstrap-Datepicker   noarch  1.3.1.0-20.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Bootstrap-SCSS         noarch  3.3.7.1-14.el9s                       delorean-dalmatian-testing      14 k
DEBUG:  python3-XStatic-D3                     noarch  3.5.17.0-14.el9s                      delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Font-Awesome           noarch  4.7.0.0-14.el9s                       delorean-dalmatian-testing      15 k
DEBUG:  python3-XStatic-Hogan                  noarch  2.0.0.2-21.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-JQuery-Migrate         noarch  1.2.1.1-21.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-JQuery-TableSorter     noarch  2.14.5.1-21.el9s                      delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-JQuery-quicksearch     noarch  2.0.3.2-1.el9s                        delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-JSEncrypt              noarch  2.3.1.1-13.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Jasmine                noarch  2.4.1.1-13.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Rickshaw               noarch  1.5.0.0-23.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-Spin                   noarch  1.2.5.2-22.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-bootswatch             noarch  3.3.7.0-15.el9s                       delorean-dalmatian-testing      16 k
DEBUG:  python3-XStatic-jQuery                 noarch  1.10.2.1-9.el9s.2                     delorean-dalmatian-testing     110 k
DEBUG:  python3-XStatic-jquery-ui              noarch  1.12.0.1-13.el9s                      delorean-dalmatian-testing      16 k
DEBUG:  python3-XStatic-mdi                    noarch  1.6.50.2-4.el9s                       delorean-dalmatian-testing      28 k
DEBUG:  python3-XStatic-objectpath             noarch  1.2.1.0-2.el9s                        delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-roboto-fontface        noarch  0.5.0.0-17.el9s                       delorean-dalmatian-testing      14 k
DEBUG:  python3-XStatic-smart-table            noarch  1.4.13.2-13.el9s                      delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-termjs                 noarch  0.0.7.0-13.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  python3-XStatic-tv4                    noarch  1.2.7.0-2.el9s                        delorean-dalmatian-testing      12 k
DEBUG:  python3-cinderclient                   noarch  9.6.0-0.20240917080754.c4ecade.el9    delorean-component-clients     217 k
DEBUG:  python3-coverage                       x86_64  7.3.2-2.el9s                          delorean-dalmatian-testing     292 k
DEBUG:  python3-django                         noarch  4.2.14-3.el9s                         delorean-dalmatian-testing     4.3 M
DEBUG:  python3-django-compressor              noarch  4.4-2.el9s                            delorean-dalmatian-testing     196 k
DEBUG:  python3-django-debreach                noarch  2.1.0-2.el9s                          delorean-dalmatian-testing      19 k
DEBUG:  python3-django-pyscss                  noarch  2.0.3-1.el9s                          delorean-dalmatian-testing      20 k
DEBUG:  python3-freezegun                      noarch  1.2.2-1.el9s                          delorean-dalmatian-build-deps   36 k
DEBUG:  python3-futurist                       noarch  3.0.0-0.20240923080244.4e14db5.el9    delorean-component-common       61 k
DEBUG:  python3-glanceclient                   noarch  1:4.7.0-0.20240917085916.4439db2.el9  delorean-component-clients     147 k
DEBUG:  python3-iso8601                        noarch  1.1.0-1.el9s                          delorean-dalmatian-testing      23 k
DEBUG:  python3-keystoneauth1                  noarch  5.8.0-0.20240917093744.cca6c92.el9    delorean-component-keystone    418 k
DEBUG:  python3-keystoneclient                 noarch  1:5.5.0-0.20240917074642.a635649.el9  delorean-component-clients     235 k
DEBUG:  python3-mock                           noarch  4.0.3-5.el9s                          delorean-dalmatian-testing      58 k
DEBUG:  python3-netaddr                        noarch  0.10.1-5.el9s                         delorean-dalmatian-testing     1.5 M
DEBUG:  python3-neutronclient                  noarch  11.3.1-0.20240917074045.a10390c.el9   delorean-component-clients     278 k
DEBUG:  python3-novaclient                     noarch  1:18.7.0-0.20240918091954.42ded0a.el9 delorean-component-clients     215 k
DEBUG:  python3-openstackdocstheme             noarch  3.0.0-1.el9s                          delorean-dalmatian-build-deps  931 k
DEBUG:  python3-oslo-concurrency               noarch  6.1.0-0.20240917082743.248ba64.el9    delorean-component-common       41 k
DEBUG:  python3-oslo-config                    noarch  2:9.6.0-0.20241028120320.beb7b6c.el9  delorean-component-common      220 k
DEBUG:  python3-oslo-i18n                      noarch  6.4.0-0.20240917083112.efaff62.el9    delorean-component-common       56 k
DEBUG:  python3-oslo-policy                    noarch  4.4.0-0.20240917084907.206ae19.el9    delorean-component-common       74 k
DEBUG:  python3-oslo-serialization             noarch  5.5.0-0.20240917085606.f6e879d.el9    delorean-component-common       32 k
DEBUG:  python3-oslo-upgradecheck              noarch  2.4.0-0.20240917083559.2e41b6d.el9    delorean-component-common       26 k
DEBUG:  python3-oslo-utils                     noarch  7.3.0-0.20240918091147.d37a161.el9    delorean-component-common      102 k
DEBUG:  python3-osprofiler                     noarch  4.2.0-0.20240918093518.3fb0487.el9    delorean-component-common      134 k
DEBUG:  python3-pymemcache                     noarch  4.0.0-1.el9s                          delorean-dalmatian-testing     120 k
DEBUG:  python3-pytest                         noarch  6.2.2-7.el9                           appstream                      519 k
DEBUG:  python3-pyyaml                         x86_64  5.4.1-6.el9                           baseos                         205 k
DEBUG:  python3-reno                           noarch  4.1.0-0.20240923084806.47651ec.el9    delorean-component-common      112 k
DEBUG:  python3-scss                           x86_64  1.4.0-1.el9s                          delorean-dalmatian-testing     244 k
DEBUG:  python3-selenium                       noarch  3.141.0-1.el9s                        delorean-dalmatian-build-deps  834 k
DEBUG:  python3-semantic_version               noarch  2.10.0-4.el9s                         delorean-dalmatian-testing      40 k
DEBUG:  python3-swiftclient                    noarch  4.6.0-0.20240917073738.e7061db.el9    delorean-component-clients     174 k
DEBUG:  python3-testscenarios                  noarch  0.5.0-21.el9s                         delorean-dalmatian-testing      37 k
DEBUG:  python3-testtools                      noarch  2.7.1-1.el9s                          delorean-dalmatian-testing     326 k
DEBUG: Installing dependencies:
DEBUG:  XStatic-Angular-common                 noarch  1:1.5.8.0-14.el9s                     delorean-dalmatian-testing     408 k
DEBUG:  bash-completion                        noarch  1:2.11-5.el9                          baseos                         454 k
DEBUG:  bootswatch-common                      noarch  3.3.7.0-15.el9s                       delorean-dalmatian-testing     563 k
DEBUG:  bootswatch-fonts                       noarch  3.3.7.0-15.el9s                       delorean-dalmatian-testing     115 k
DEBUG:  libyaml                                x86_64  0.2.5-7.el9                           baseos                          61 k
DEBUG:  mdi-common                             noarch  1.6.50.2-4.el9s                       delorean-dalmatian-testing      47 k
DEBUG:  mdi-fonts                              noarch  1.6.50.2-4.el9s                       delorean-dalmatian-testing     518 k
DEBUG:  python-oslo-concurrency-lang           noarch  6.1.0-0.20240917082743.248ba64.el9    delorean-component-common       13 k
DEBUG:  python-oslo-i18n-lang                  noarch  6.4.0-0.20240917083112.efaff62.el9    delorean-component-common       14 k
DEBUG:  python-oslo-log-lang                   noarch  6.1.2-0.20240917085256.abd5c21.el9    delorean-component-common       13 k
DEBUG:  python-oslo-middleware-lang            noarch  6.2.0-0.20240918100307.67a0a39.el9    delorean-component-common       11 k
DEBUG:  python-oslo-policy-lang                noarch  4.4.0-0.20240917084907.206ae19.el9    delorean-component-common       12 k
DEBUG:  python-oslo-utils-lang                 noarch  7.3.0-0.20240918091147.d37a161.el9    delorean-component-common       13 k
DEBUG:  python3-amqp                           noarch  5.2.0-2.el9s                          delorean-dalmatian-testing      93 k
DEBUG:  python3-asgiref                        noarch  3.8.1-1.el9s                          delorean-dalmatian-testing      46 k
DEBUG:  python3-attrs                          noarch  20.3.0-7.el9                          appstream                       87 k
DEBUG:  python3-autopage                       noarch  0.5.2-3.el9s                          delorean-dalmatian-testing      59 k
DEBUG:  python3-bcrypt                         x86_64  3.2.2-4.el9s                          delorean-dalmatian-testing      43 k
DEBUG:  python3-cachetools                     noarch  5.4.0-2.el9s                          delorean-dalmatian-testing      32 k
DEBUG:  python3-cffi                           x86_64  1.14.5-5.el9                          baseos                         253 k
DEBUG:  python3-cliff                          noarch  4.7.0-0.20240917091958.b75afa0.el9    delorean-component-common       93 k
DEBUG:  python3-cmd2                           noarch  2.4.2-1.el9s                          delorean-dalmatian-testing     303 k
DEBUG:  python3-cryptography                   x86_64  36.0.1-4.el9                          baseos                         1.2 M
DEBUG:  python3-dateutil                       noarch  1:2.8.1-7.el9                         baseos                         288 k
DEBUG:  python3-debtcollector                  noarch  3.0.0-0.20240923083927.0e6ce1c.el9    delorean-component-common       31 k
DEBUG:  python3-decorator                      noarch  4.4.2-6.el9                           baseos                          28 k
DEBUG:  python3-django-appconf                 noarch  1.0.6-2.el9s                          delorean-dalmatian-testing     157 k
DEBUG:  python3-dogpile-cache                  noarch  1.3.1-1.el9s                          delorean-dalmatian-testing     102 k
DEBUG:  python3-dulwich                        x86_64  0.21.7-2.el9s                         delorean-dalmatian-testing     446 k
DEBUG:  python3-fasteners                      noarch  0.19-1.el9s                           delorean-dalmatian-testing      37 k
DEBUG:  python3-html5lib                       noarch  1:1.1-4.el9s                          delorean-dalmatian-testing     210 k
DEBUG:  python3-importlib-metadata             noarch  6.8.0-1.el9s                          delorean-dalmatian-testing      47 k
DEBUG:  python3-iniconfig                      noarch  1.1.1-7.el9                           appstream                       17 k
DEBUG:  python3-isodate                        noarch  0.6.0-8.el9s                          delorean-dalmatian-build-deps   57 k
DEBUG:  python3-jaraco                         noarch  8.2.1-4.el9s                          delorean-dalmatian-testing      10 k
DEBUG:  python3-jaraco-classes                 noarch  3.2.1-5.el9s                          delorean-dalmatian-testing      18 k
DEBUG:  python3-jeepney                        noarch  0.8.0-3.el9s                          delorean-dalmatian-testing     345 k
DEBUG:  python3-jmespath                       noarch  1.0.1-1.el9s                          delorean-dalmatian-testing      45 k
DEBUG:  python3-jsonpatch                      noarch  1.21-16.el9                           appstream                       26 k
DEBUG:  python3-jsonpointer                    noarch  2.0-4.el9                             appstream                       19 k
DEBUG:  python3-jsonschema                     noarch  4.16.0-2.el9s                         delorean-dalmatian-testing     138 k
DEBUG:  python3-keyring                        noarch  24.3.0-4.el9s                         delorean-dalmatian-testing      86 k
DEBUG:  python3-kombu                          noarch  1:5.3.7-1.el9s                        delorean-dalmatian-testing     337 k
DEBUG:  python3-mako                           noarch  1.1.4-6.el9                           appstream                      172 k
DEBUG:  python3-more-itertools                 noarch  10.1.0-1.el9s                         delorean-dalmatian-testing      83 k
DEBUG:  python3-msgpack                        x86_64  1.0.7-1.el9s                          delorean-dalmatian-testing      98 k
DEBUG:  python3-netifaces                      x86_64  0.10.6-15.el9                         appstream                       23 k
DEBUG:  python3-openstacksdk                   noarch  4.0.1-0.20241106084719.899134e.el9    delorean-component-clients     871 k
DEBUG:  python3-os-client-config               noarch  2.1.0-0.20240923111807.bc96c23.el9    delorean-component-clients      52 k
DEBUG:  python3-os-service-types               noarch  1.7.0-0.20240923091826.0b2f473.el9    delorean-component-clients      36 k
DEBUG:  python3-osc-lib                        noarch  3.1.0-0.20240917092743.f9bcdec.el9    delorean-component-clients      76 k
DEBUG:  python3-oslo-context                   noarch  5.6.0-0.20241011074246.7f3b6ac.el9    delorean-component-common       26 k
DEBUG:  python3-oslo-log                       noarch  6.1.2-0.20240917085256.abd5c21.el9    delorean-component-common       62 k
DEBUG:  python3-oslo-messaging                 noarch  14.9.1-0.20241028171801.402cc29.el9   delorean-component-common      227 k
DEBUG:  python3-oslo-messaging+amqp1           noarch  14.9.1-0.20241028171801.402cc29.el9   delorean-component-common      8.0 k
DEBUG:  python3-oslo-metrics                   noarch  0.9.0-0.20240917083307.e7ea726.el9    delorean-component-common       23 k
DEBUG:  python3-oslo-middleware                noarch  6.2.0-0.20240918100307.67a0a39.el9    delorean-component-common       57 k
DEBUG:  python3-oslo-service                   noarch  3.5.0-0.20240923080952.a84a9de.el9    delorean-component-common       68 k
DEBUG:  python3-paste                          noarch  3.10.1-1.el9s                         delorean-dalmatian-testing     486 k
DEBUG:  python3-paste-deploy                   noarch  3.1.0-2.el9s                          delorean-dalmatian-testing      38 k
DEBUG:  python3-platformdirs                   noarch  4.2.2-1.el9s                          delorean-dalmatian-testing      36 k
DEBUG:  python3-ply                            noarch  3.11-14.el9                           baseos                         106 k
DEBUG:  python3-prettytable                    noarch  0.7.2-27.el9                          appstream                       42 k
DEBUG:  python3-prometheus_client              noarch  0.19.0-2.el9s                         delorean-dalmatian-testing      91 k
DEBUG:  python3-pyOpenSSL                      noarch  20.0.1-2.el9s                         delorean-dalmatian-testing      89 k
DEBUG:  python3-pycparser                      noarch  2.20-6.el9                            baseos                         135 k
DEBUG:  python3-pyngus                         noarch  2.3.0-8.el9s                          delorean-dalmatian-testing      51 k
DEBUG:  python3-pyperclip                      noarch  1.8.2-2.el9s                          delorean-dalmatian-testing      28 k
DEBUG:  python3-pyrsistent                     x86_64  0.17.3-8.el9                          appstream                      114 k
DEBUG:  python3-qpid-proton                    x86_64  0.35.0-2.el9s                         delorean-dalmatian-testing     408 k
DEBUG:  python3-rcssmin                        x86_64  1.1.1-1.el9s                          delorean-dalmatian-testing      31 k
DEBUG:  python3-rdflib                         noarch  5.0.0-1.el9s                          delorean-dalmatian-build-deps  412 k
DEBUG:  python3-repoze-lru                     noarch  0.7-10.el9s                           delorean-dalmatian-testing      31 k
DEBUG:  python3-requestsexceptions             noarch  1.4.0-0.20240923091259.d7ac0ff.el9    delorean-component-common       15 k
DEBUG:  python3-rfc3986                        noarch  1.5.0-1.el9s                          delorean-dalmatian-testing      50 k
DEBUG:  python3-rjsmin                         x86_64  1.2.1-2.el9s                          delorean-dalmatian-testing      30 k
DEBUG:  python3-routes                         noarch  2.5.1-1.el9s                          delorean-dalmatian-testing     188 k
DEBUG:  python3-secretstorage                  noarch  3.3.1-1.el9s                          delorean-dalmatian-testing      35 k
DEBUG:  python3-sqlparse                       noarch  0.4.2-4.el9s                          delorean-dalmatian-testing      83 k
DEBUG:  python3-statsd                         noarch  3.2.1-20.el9s                         delorean-dalmatian-testing      34 k
DEBUG:  python3-stevedore                      noarch  5.3.0-0.20241203180325.51134a4.el9    delorean-component-clients      68 k
DEBUG:  python3-swiftclient+keystone           noarch  4.6.0-0.20240917073738.e7061db.el9    delorean-component-clients     7.9 k
DEBUG:  python3-tempita                        noarch  0.5.2-2.el9s                          delorean-dalmatian-testing      36 k
DEBUG:  python3-vine                           noarch  5.1.0-1.el9s                          delorean-dalmatian-testing      25 k
DEBUG:  python3-warlock                        noarch  2.0.1-3.el9s                          delorean-dalmatian-testing      20 k
DEBUG:  python3-wcwidth                        noarch  0.2.13-1.el9s                         delorean-dalmatian-testing      46 k
DEBUG:  python3-webencodings                   noarch  0.5.1-15.el9s                         delorean-dalmatian-testing      27 k
DEBUG:  python3-webob                          noarch  1.8.8-2.el9s                          delorean-dalmatian-testing     230 k
DEBUG:  python3-wrapt                          x86_64  1.16.0-1.el9s                         delorean-dalmatian-testing      60 k
DEBUG:  python3-yappi                          x86_64  1.6.0-1.el9s                          delorean-dalmatian-testing      54 k
DEBUG:  python3-zipp                           noarch  3.6.0-1.el9s                          delorean-dalmatian-testing      16 k
DEBUG:  qpid-proton-c                          x86_64  0.35.0-2.el9s                         delorean-dalmatian-testing     225 k
DEBUG:  roboto-fontface-common                 noarch  0.5.0.0-17.el9s                       delorean-dalmatian-testing      18 k
DEBUG:  roboto-fontface-fonts                  noarch  0.5.0.0-17.el9s                       delorean-dalmatian-testing     3.9 M
DEBUG:  web-assets-filesystem                  noarch  5-15.el9                              appstream                      8.6 k
DEBUG:  xstatic-angular-bootstrap-common       noarch  2.2.0.0-14.el9s                       delorean-dalmatian-testing      56 k
DEBUG:  xstatic-angular-fileupload-common      noarch  12.0.4.0-18.el9s                      delorean-dalmatian-testing     148 k
DEBUG:  xstatic-angular-gettext-common         noarch  2.3.8.0-1.el9s                        delorean-dalmatian-testing      16 k
DEBUG:  xstatic-angular-lrdragndrop-common     noarch  1.0.2.2-20.el9s                       delorean-dalmatian-testing      10 k
DEBUG:  xstatic-angular-schema-form-common     noarch  0.8.13.0-2.el9s                       delorean-dalmatian-testing      41 k
DEBUG:  xstatic-bootstrap-datepicker-common    noarch  1.3.1.0-20.el9s                       delorean-dalmatian-testing      40 k
DEBUG:  xstatic-bootstrap-scss-common          noarch  3.3.7.1-14.el9s                       delorean-dalmatian-testing     193 k
DEBUG:  xstatic-d3-common                      noarch  3.5.17.0-14.el9s                      delorean-dalmatian-testing      72 k
DEBUG:  xstatic-hogan-common                   noarch  2.0.0.2-21.el9s                       delorean-dalmatian-testing      13 k
DEBUG:  xstatic-jasmine-common                 noarch  2.4.1.1-13.el9s                       delorean-dalmatian-testing      40 k
DEBUG:  xstatic-jquery-migrate-common          noarch  1.2.1.1-21.el9s                       delorean-dalmatian-testing      16 k
DEBUG:  xstatic-jquery-quicksearch-common      noarch  2.0.3.2-1.el9s                        delorean-dalmatian-testing      13 k
DEBUG:  xstatic-jquery-tablesorter-common      noarch  2.14.5.1-21.el9s                      delorean-dalmatian-testing      24 k
DEBUG:  xstatic-jquery-ui-common               noarch  1.12.0.1-13.el9s                      delorean-dalmatian-testing     579 k
DEBUG:  xstatic-jsencrypt-common               noarch  2.3.1.1-13.el9s                       delorean-dalmatian-testing      37 k
DEBUG:  xstatic-objectpath-common              noarch  1.2.1.0-2.el9s                        delorean-dalmatian-testing     9.4 k
DEBUG:  xstatic-rickshaw-common                noarch  1.5.0.0-23.el9s                       delorean-dalmatian-testing      31 k
DEBUG:  xstatic-smart-table-common             noarch  1.4.13.2-13.el9s                      delorean-dalmatian-testing      18 k
DEBUG:  xstatic-spin-common                    noarch  1.2.5.2-22.el9s                       delorean-dalmatian-testing      11 k
DEBUG:  xstatic-termjs-common                  noarch  0.0.7.0-13.el9s                       delorean-dalmatian-testing      39 k
DEBUG:  xstatic-tv4-common                     noarch  1.2.7.0-2.el9s                        delorean-dalmatian-testing      26 k
DEBUG: Installing weak dependencies:
DEBUG:  python-django-bash-completion          noarch  4.2.14-3.el9s                         delorean-dalmatian-testing      11 k
DEBUG:  python3-keyring+completion             noarch  24.3.0-4.el9s                         delorean-dalmatian-testing      12 k
DEBUG: Transaction Summary
DEBUG: ==========================================================================================================================
DEBUG: Install  181 Packages
DEBUG: Total size: 30 M
DEBUG: Installed size: 126 M
DEBUG: Downloading Packages:
DEBUG: [SKIPPED] python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-glanceclient-4.7.0-0.20240917085916.4439db2.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-keystoneclient-5.5.0-0.20240917074642.a635649.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-novaclient-18.7.0-0.20240918091954.42ded0a.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-config-9.6.0-0.20241028120320.beb7b6c.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] bash-completion-2.11-5.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] libyaml-0.2.5-7.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] python3-cffi-1.14.5-5.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-cryptography-36.0.1-4.el9.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-dateutil-2.8.1-7.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-decorator-4.4.2-6.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-ply-3.11-14.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] python3-pycparser-2.20-6.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-pyyaml-5.4.1-6.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-attrs-20.3.0-7.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-iniconfig-1.1.1-7.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-jsonpatch-1.21-16.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-jsonpointer-2.0-4.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-mako-1.1.4-6.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] python3-netifaces-0.10.6-15.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-prettytable-0.7.2-27.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-pyrsistent-0.17.3-8.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-pytest-6.2.2-7.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] web-assets-filesystem-5-15.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] XStatic-Angular-common-1.5.8.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] bootswatch-common-3.3.7.0-15.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] bootswatch-fonts-3.3.7.0-15.el9s.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] mdi-common-1.6.50.2-4.el9s.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] mdi-fonts-1.6.50.2-4.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python-django-bash-completion-4.2.14-3.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-1.0.1-23.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-XStatic-Angular-1.5.8.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-D3-3.5.17.0-14.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Spin-1.2.5.2-22.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-mdi-1.6.50.2-4.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-termjs-0.0.7.0-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-tv4-1.2.7.0-2.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-amqp-5.2.0-2.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-asgiref-3.8.1-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-autopage-0.5.2-3.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-bcrypt-3.2.2-4.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-cachetools-5.4.0-2.el9s.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-cmd2-2.4.2-1.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-coverage-7.3.2-2.el9s.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-django-4.2.14-3.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-django-appconf-1.0.6-2.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-django-compressor-4.4-2.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-django-debreach-2.1.0-2.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-django-pyscss-2.0.3-1.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-dogpile-cache-1.3.1-1.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-dulwich-0.21.7-2.el9s.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-fasteners-0.19-1.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-html5lib-1.1-4.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-importlib-metadata-6.8.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-iso8601-1.1.0-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-jaraco-8.2.1-4.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-jaraco-classes-3.2.1-5.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-jeepney-0.8.0-3.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-jmespath-1.0.1-1.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-jsonschema-4.16.0-2.el9s.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-keyring+completion-24.3.0-4.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-keyring-24.3.0-4.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-kombu-5.3.7-1.el9s.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-mock-4.0.3-5.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-more-itertools-10.1.0-1.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-msgpack-1.0.7-1.el9s.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-netaddr-0.10.1-5.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-paste-3.10.1-1.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-paste-deploy-3.1.0-2.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-platformdirs-4.2.2-1.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-prometheus_client-0.19.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-pyOpenSSL-20.0.1-2.el9s.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-pymemcache-4.0.0-1.el9s.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-pyngus-2.3.0-8.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-pyperclip-1.8.2-2.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-qpid-proton-0.35.0-2.el9s.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-rcssmin-1.1.1-1.el9s.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-repoze-lru-0.7-10.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-rfc3986-1.5.0-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-rjsmin-1.2.1-2.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-routes-2.5.1-1.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-scss-1.4.0-1.el9s.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-secretstorage-3.3.1-1.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-semantic_version-2.10.0-4.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sqlparse-0.4.2-4.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-statsd-3.2.1-20.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-tempita-0.5.2-2.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-testscenarios-0.5.0-21.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-testtools-2.7.1-1.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-vine-5.1.0-1.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-warlock-2.0.1-3.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-wcwidth-0.2.13-1.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-webencodings-0.5.1-15.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-webob-1.8.8-2.el9s.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-wrapt-1.16.0-1.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-yappi-1.6.0-1.el9s.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-zipp-3.6.0-1.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] qpid-proton-c-0.35.0-2.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] roboto-fontface-common-0.5.0.0-17.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] roboto-fontface-fonts-0.5.0.0-17.el9s.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-d3-common-3.5.17.0-14.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] xstatic-hogan-common-2.0.0.2-21.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] xstatic-jasmine-common-2.4.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-objectpath-common-1.2.1.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-smart-table-common-1.4.13.2-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-spin-common-1.2.5.2-22.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] xstatic-termjs-common-0.0.7.0-13.el9s.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] xstatic-tv4-common-1.2.7.0-2.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-freezegun-1.2.2-1.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-isodate-0.6.0-8.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-openstackdocstheme-3.0.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-rdflib-5.0.0-1.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-selenium-3.141.0-1.el9s.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.el9s.noarch                 1/181 
DEBUG:   Installing       : web-assets-filesystem-5-15.el9.noarch                2/181 
DEBUG:   Installing       : python3-stevedore-5.3.0-0.20241203180325.51134a4     3/181 
DEBUG:   Installing       : python3-prettytable-0.7.2-27.el9.noarch              4/181 
DEBUG:   Installing       : python3-iso8601-1.1.0-1.el9s.noarch                  5/181 
DEBUG:   Installing       : python3-webob-1.8.8-2.el9s.noarch                    6/181 
DEBUG:   Installing       : python3-netaddr-0.10.1-5.el9s.noarch                 7/181 
DEBUG:   Installing       : python3-jeepney-0.8.0-3.el9s.noarch                  8/181 
DEBUG:   Installing       : python3-attrs-20.3.0-7.el9.noarch                    9/181 
DEBUG:   Installing       : python3-decorator-4.4.2-6.el9.noarch                10/181 
DEBUG:   Installing       : python3-wrapt-1.16.0-1.el9s.x86_64                  11/181 
DEBUG:   Installing       : python3-debtcollector-3.0.0-0.20240923083927.0e6    12/181 
DEBUG:   Installing       : python3-oslo-context-5.6.0-0.20241011074246.7f3b    13/181 
DEBUG:   Installing       : python3-vine-5.1.0-1.el9s.noarch                    14/181 
DEBUG:   Installing       : python3-amqp-5.2.0-2.el9s.noarch                    15/181 
DEBUG:   Installing       : python3-dulwich-0.21.7-2.el9s.x86_64                16/181 
DEBUG:   Installing       : python3-netifaces-0.10.6-15.el9.x86_64              17/181 
DEBUG:   Installing       : python3-dateutil-1:2.8.1-7.el9.noarch               18/181 
DEBUG:   Installing       : python3-os-service-types-1.7.0-0.20240923091826.    19/181 
DEBUG:   Installing       : python3-keystoneauth1-5.8.0-0.20240917093744.cca    20/181 
DEBUG:   Installing       : python3-kombu-1:5.3.7-1.el9s.noarch                 21/181 
DEBUG:   Installing       : python3-prometheus_client-0.19.0-2.el9s.noarch      22/181 
DEBUG:   Installing       : XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch     23/181 
DEBUG:   Installing       : bootswatch-common-3.3.7.0-15.el9s.noarch            24/181 
DEBUG:   Installing       : mdi-common-1.6.50.2-4.el9s.noarch                   25/181 
DEBUG:   Installing       : roboto-fontface-common-0.5.0.0-17.el9s.noarch       26/181 
DEBUG:   Installing       : xstatic-angular-bootstrap-common-2.2.0.0-14.el9s    27/181 
DEBUG:   Installing       : xstatic-angular-fileupload-common-12.0.4.0-18.el    28/181 
DEBUG:   Installing       : xstatic-angular-gettext-common-2.3.8.0-1.el9s.no    29/181 
DEBUG:   Installing       : xstatic-angular-lrdragndrop-common-1.0.2.2-20.el    30/181 
DEBUG:   Installing       : xstatic-angular-schema-form-common-0.8.13.0-2.el    31/181 
DEBUG:   Installing       : xstatic-bootstrap-datepicker-common-1.3.1.0-20.e    32/181 
DEBUG:   Installing       : xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.no    33/181 
DEBUG:   Installing       : xstatic-d3-common-3.5.17.0-14.el9s.noarch           34/181 
DEBUG:   Installing       : xstatic-hogan-common-2.0.0.2-21.el9s.noarch         35/181 
DEBUG:   Installing       : xstatic-jasmine-common-2.4.1.1-13.el9s.noarch       36/181 
DEBUG:   Installing       : xstatic-jquery-migrate-common-1.2.1.1-21.el9s.no    37/181 
DEBUG:   Installing       : xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s    38/181 
DEBUG:   Installing       : xstatic-jquery-tablesorter-common-2.14.5.1-21.el    39/181 
DEBUG:   Installing       : xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch    40/181 
DEBUG:   Installing       : xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch     41/181 
DEBUG:   Installing       : xstatic-objectpath-common-1.2.1.0-2.el9s.noarch     42/181 
DEBUG:   Installing       : xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch      43/181 
DEBUG:   Installing       : xstatic-smart-table-common-1.4.13.2-13.el9s.noar    44/181 
DEBUG:   Installing       : xstatic-spin-common-1.2.5.2-22.el9s.noarch          45/181 
DEBUG:   Installing       : xstatic-termjs-common-0.0.7.0-13.el9s.noarch        46/181 
DEBUG:   Installing       : xstatic-tv4-common-1.2.7.0-2.el9s.noarch            47/181 
DEBUG:   Installing       : python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch     48/181 
DEBUG:   Installing       : python3-isodate-0.6.0-8.el9s.noarch                 49/181 
DEBUG:   Installing       : roboto-fontface-fonts-0.5.0.0-17.el9s.noarch        50/181 
DEBUG:   Installing       : qpid-proton-c-0.35.0-2.el9s.x86_64                  51/181 
DEBUG:   Installing       : python3-qpid-proton-0.35.0-2.el9s.x86_64            52/181 
DEBUG:   Installing       : python3-pyngus-2.3.0-8.el9s.noarch                  53/181 
DEBUG:   Installing       : python3-zipp-3.6.0-1.el9s.noarch                    54/181 
DEBUG:   Installing       : python3-importlib-metadata-6.8.0-1.el9s.noarch      55/181 
DEBUG:   Installing       : python3-yappi-1.6.0-1.el9s.x86_64                   56/181 
DEBUG:   Installing       : python3-webencodings-0.5.1-15.el9s.noarch           57/181 
DEBUG:   Installing       : python3-html5lib-1:1.1-4.el9s.noarch                58/181 
DEBUG:   Installing       : python3-rdflib-5.0.0-1.el9s.noarch                  59/181 
DEBUG:   Installing       : python3-wcwidth-0.2.13-1.el9s.noarch                60/181 
DEBUG:   Installing       : python3-testtools-2.7.1-1.el9s.noarch               61/181 
DEBUG:   Installing       : python3-tempita-0.5.2-2.el9s.noarch                 62/181 
DEBUG:   Installing       : python3-statsd-3.2.1-20.el9s.noarch                 63/181 
DEBUG:   Installing       : python3-sqlparse-0.4.2-4.el9s.noarch                64/181 
DEBUG:   Installing       : python3-scss-1.4.0-1.el9s.x86_64                    65/181 
DEBUG:   Installing       : python3-rjsmin-1.2.1-2.el9s.x86_64                  66/181 
DEBUG:   Installing       : python3-rfc3986-1.5.0-1.el9s.noarch                 67/181 
DEBUG:   Installing       : python3-repoze-lru-0.7-10.el9s.noarch               68/181 
DEBUG:   Installing       : python3-routes-2.5.1-1.el9s.noarch                  69/181 
DEBUG:   Installing       : python3-rcssmin-1.1.1-1.el9s.x86_64                 70/181 
DEBUG:   Installing       : python3-pyperclip-1.8.2-2.el9s.noarch               71/181 
DEBUG:   Installing       : python3-cmd2-2.4.2-1.el9s.noarch                    72/181 
DEBUG:   Installing       : python3-platformdirs-4.2.2-1.el9s.noarch            73/181 
DEBUG:   Installing       : python3-paste-deploy-3.1.0-2.el9s.noarch            74/181 
DEBUG:   Installing       : python3-msgpack-1.0.7-1.el9s.x86_64                 75/181 
DEBUG:   Installing       : python3-more-itertools-10.1.0-1.el9s.noarch         76/181 
DEBUG:   Installing       : python3-jmespath-1.0.1-1.el9s.noarch                77/181 
DEBUG:   Installing       : python3-jaraco-8.2.1-4.el9s.noarch                  78/181 
DEBUG:   Installing       : python3-jaraco-classes-3.2.1-5.el9s.noarch          79/181 
DEBUG:   Installing       : python3-fasteners-0.19-1.el9s.noarch                80/181 
DEBUG:   Installing       : python3-cachetools-5.4.0-2.el9s.noarch              81/181 
DEBUG:   Installing       : python3-autopage-0.5.2-3.el9s.noarch                82/181 
DEBUG:   Installing       : python3-asgiref-3.8.1-1.el9s.noarch                 83/181 
DEBUG:   Installing       : mdi-fonts-1.6.50.2-4.el9s.noarch                    84/181 
DEBUG:   Installing       : bootswatch-fonts-3.3.7.0-15.el9s.noarch             85/181 
DEBUG:   Installing       : python3-pyrsistent-0.17.3-8.el9.x86_64              86/181 
DEBUG:   Installing       : python3-jsonschema-4.16.0-2.el9s.noarch             87/181 
DEBUG:   Installing       : python3-mako-1.1.4-6.el9.noarch                     88/181 
DEBUG:   Installing       : python3-dogpile-cache-1.3.1-1.el9s.noarch           89/181 
DEBUG:   Installing       : python3-jsonpointer-2.0-4.el9.noarch                90/181 
DEBUG:   Installing       : python3-jsonpatch-1.21-16.el9.noarch                91/181 
DEBUG:   Installing       : python3-warlock-2.0.1-3.el9s.noarch                 92/181 
DEBUG:   Installing       : python3-iniconfig-1.1.1-7.el9.noarch                93/181 
DEBUG:   Installing       : python3-ply-3.11-14.el9.noarch                      94/181 
DEBUG:   Installing       : python3-pycparser-2.20-6.el9.noarch                 95/181 
DEBUG:   Installing       : python3-cffi-1.14.5-5.el9.x86_64                    96/181 
DEBUG:   Installing       : python3-cryptography-36.0.1-4.el9.x86_64            97/181 
DEBUG:   Installing       : python3-pyOpenSSL-20.0.1-2.el9s.noarch              98/181 
DEBUG:   Installing       : python3-secretstorage-3.3.1-1.el9s.noarch           99/181 
DEBUG:   Installing       : python3-keyring+completion-24.3.0-4.el9s.noarch    100/181 
DEBUG:   Installing       : python3-keyring-24.3.0-4.el9s.noarch               101/181 
DEBUG:   Installing       : python3-paste-3.10.1-1.el9s.noarch                 102/181 
DEBUG:   Installing       : python3-bcrypt-3.2.2-4.el9s.x86_64                 103/181 
DEBUG:   Installing       : libyaml-0.2.5-7.el9.x86_64                         104/181 
DEBUG:   Installing       : python3-pyyaml-5.4.1-6.el9.x86_64                  105/181 
DEBUG:   Installing       : python3-cliff-4.7.0-0.20240917091958.b75afa0.el9   106/181 
DEBUG:   Installing       : bash-completion-1:2.11-5.el9.noarch                107/181 
DEBUG:   Installing       : python-django-bash-completion-4.2.14-3.el9s.noar   108/181 
DEBUG:   Installing       : python3-django-4.2.14-3.el9s.noarch                109/181 
DEBUG:   Installing       : python3-django-appconf-1.0.6-2.el9s.noarch         110/181 
DEBUG:   Installing       : python3-requestsexceptions-1.4.0-0.2024092309125   111/181 
DEBUG:   Installing       : python3-openstacksdk-4.0.1-0.20241106084719.8991   112/181 
DEBUG:   Installing       : python3-os-client-config-2.1.0-0.20240923111807.   113/181 
DEBUG:   Installing       : python3-futurist-3.0.0-0.20240923080244.4e14db5.   114/181 
DEBUG:   Installing       : python-oslo-utils-lang-7.3.0-0.20240918091147.d3   115/181 
DEBUG:   Installing       : python-oslo-policy-lang-4.4.0-0.20240917084907.2   116/181 
DEBUG:   Installing       : python-oslo-middleware-lang-6.2.0-0.202409181003   117/181 
DEBUG:   Installing       : python-oslo-log-lang-6.1.2-0.20240917085256.abd5   118/181 
DEBUG:   Installing       : python-oslo-i18n-lang-6.4.0-0.20240917083112.efa   119/181 
DEBUG:   Installing       : python3-oslo-i18n-6.4.0-0.20240917083112.efaff62   120/181 
DEBUG:   Installing       : python3-oslo-utils-7.3.0-0.20240918091147.d37a16   121/181 
DEBUG:   Installing       : python3-oslo-config-2:9.6.0-0.20241028120320.beb   122/181 
DEBUG:   Installing       : python3-oslo-serialization-5.5.0-0.2024091708560   123/181 
DEBUG:   Installing       : python3-oslo-log-6.1.2-0.20240917085256.abd5c21.   124/181 
DEBUG:   Installing       : python3-keystoneclient-1:5.5.0-0.20240917074642.   125/181 
DEBUG:   Installing       : python3-swiftclient-4.6.0-0.20240917073738.e7061   126/181 
DEBUG:   Installing       : python3-swiftclient+keystone-4.6.0-0.20240917073   127/181 
DEBUG:   Installing       : python3-oslo-metrics-0.9.0-0.20240917083307.e7ea   128/181 
DEBUG:   Installing       : python3-oslo-policy-4.4.0-0.20240917084907.206ae   129/181 
DEBUG:   Installing       : python3-oslo-middleware-6.2.0-0.20240918100307.6   130/181 
DEBUG:   Installing       : python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.e   131/181 
DEBUG:   Installing       : python-oslo-concurrency-lang-6.1.0-0.20240917082   132/181 
DEBUG:   Installing       : python3-oslo-concurrency-6.1.0-0.20240917082743.   133/181 
DEBUG:   Installing       : python3-oslo-service-3.5.0-0.20240923080952.a84a   134/181 
DEBUG:   Installing       : python3-oslo-messaging+amqp1-14.9.1-0.2024102817   135/181 
DEBUG:   Installing       : python3-oslo-messaging-14.9.1-0.20241028171801.4   136/181 
DEBUG:   Installing       : python3-osprofiler-4.2.0-0.20240918093518.3fb048   137/181 
DEBUG:   Installing       : python3-neutronclient-11.3.1-0.20240917074045.a1   138/181 
DEBUG:   Installing       : python3-oslo-upgradecheck-2.4.0-0.20240917083559   139/181 
DEBUG:   Installing       : python3-novaclient-1:18.7.0-0.20240918091954.42d   140/181 
DEBUG:   Installing       : python3-cinderclient-9.6.0-0.20240917080754.c4ec   141/181 
DEBUG:   Installing       : python3-glanceclient-1:4.7.0-0.20240917085916.44   142/181 
DEBUG:   Installing       : python3-django-compressor-4.4-2.el9s.noarch        143/181 
DEBUG:   Installing       : python3-django-debreach-2.1.0-2.el9s.noarch        144/181 
DEBUG:   Installing       : python3-django-pyscss-2.0.3-1.el9s.noarch          145/181 
DEBUG:   Installing       : python3-reno-4.1.0-0.20240923084806.47651ec.el9.   146/181 
DEBUG:   Installing       : python3-pytest-6.2.2-7.el9.noarch                  147/181 
DEBUG:   Installing       : python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarc   148/181 
DEBUG:   Installing       : python3-XStatic-mdi-1.6.50.2-4.el9s.noarch         149/181 
DEBUG:   Installing       : python3-testscenarios-0.5.0-21.el9s.noarch         150/181 
DEBUG:   Installing       : python3-selenium-3.141.0-1.el9s.noarch             151/181 
DEBUG:   Installing       : python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.   152/181 
DEBUG:   Installing       : python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarc   153/181 
DEBUG:   Installing       : python3-XStatic-tv4-1.2.7.0-2.el9s.noarch          154/181 
DEBUG:   Installing       : python3-XStatic-termjs-0.0.7.0-13.el9s.noarch      155/181 
DEBUG:   Installing       : python3-XStatic-Spin-1.2.5.2-22.el9s.noarch        156/181 
DEBUG:   Installing       : python3-XStatic-smart-table-1.4.13.2-13.el9s.noa   157/181 
DEBUG:   Installing       : python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch    158/181 
DEBUG:   Installing       : python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch   159/181 
DEBUG:   Installing       : python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch   160/181 
DEBUG:   Installing       : python3-XStatic-JQuery-TableSorter-2.14.5.1-21.e   161/181 
DEBUG:   Installing       : python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9   162/181 
DEBUG:   Installing       : python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.n   163/181 
DEBUG:   Installing       : python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch     164/181 
DEBUG:   Installing       : python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch       165/181 
DEBUG:   Installing       : python3-XStatic-D3-3.5.17.0-14.el9s.noarch         166/181 
DEBUG:   Installing       : python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.n   167/181 
DEBUG:   Installing       : python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.   168/181 
DEBUG:   Installing       : python3-XStatic-Angular-Schema-Form-0.8.13.0-2.e   169/181 
DEBUG:   Installing       : python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.e   170/181 
DEBUG:   Installing       : python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.n   171/181 
DEBUG:   Installing       : python3-XStatic-Angular-FileUpload-12.0.4.0-18.e   172/181 
DEBUG:   Installing       : python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9   173/181 
DEBUG:   Installing       : python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch   174/181 
DEBUG:   Installing       : python3-freezegun-1.2.2-1.el9s.noarch              175/181 
DEBUG:   Installing       : python3-openstackdocstheme-3.0.0-1.el9s.noarch     176/181 
DEBUG:   Installing       : python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noa   177/181 
DEBUG:   Installing       : python3-semantic_version-2.10.0-4.el9s.noarch      178/181 
DEBUG:   Installing       : python3-pymemcache-4.0.0-1.el9s.noarch             179/181 
DEBUG:   Installing       : python3-mock-4.0.3-5.el9s.noarch                   180/181 
DEBUG:   Installing       : python3-coverage-7.3.2-2.el9s.x86_64               181/181 
DEBUG:   Running scriptlet: python3-coverage-7.3.2-2.el9s.x86_64               181/181 
DEBUG:   Verifying        : python3-cinderclient-9.6.0-0.20240917080754.c4ec     1/181 
DEBUG:   Verifying        : python3-glanceclient-1:4.7.0-0.20240917085916.44     2/181 
DEBUG:   Verifying        : python3-keystoneclient-1:5.5.0-0.20240917074642.     3/181 
DEBUG:   Verifying        : python3-neutronclient-11.3.1-0.20240917074045.a1     4/181 
DEBUG:   Verifying        : python3-novaclient-1:18.7.0-0.20240918091954.42d     5/181 
DEBUG:   Verifying        : python3-openstacksdk-4.0.1-0.20241106084719.8991     6/181 
DEBUG:   Verifying        : python3-os-client-config-2.1.0-0.20240923111807.     7/181 
DEBUG:   Verifying        : python3-os-service-types-1.7.0-0.20240923091826.     8/181 
DEBUG:   Verifying        : python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.e     9/181 
DEBUG:   Verifying        : python3-stevedore-5.3.0-0.20241203180325.51134a4    10/181 
DEBUG:   Verifying        : python3-swiftclient+keystone-4.6.0-0.20240917073    11/181 
DEBUG:   Verifying        : python3-swiftclient-4.6.0-0.20240917073738.e7061    12/181 
DEBUG:   Verifying        : python-oslo-concurrency-lang-6.1.0-0.20240917082    13/181 
DEBUG:   Verifying        : python-oslo-i18n-lang-6.4.0-0.20240917083112.efa    14/181 
DEBUG:   Verifying        : python-oslo-log-lang-6.1.2-0.20240917085256.abd5    15/181 
DEBUG:   Verifying        : python-oslo-middleware-lang-6.2.0-0.202409181003    16/181 
DEBUG:   Verifying        : python-oslo-policy-lang-4.4.0-0.20240917084907.2    17/181 
DEBUG:   Verifying        : python-oslo-utils-lang-7.3.0-0.20240918091147.d3    18/181 
DEBUG:   Verifying        : python3-cliff-4.7.0-0.20240917091958.b75afa0.el9    19/181 
DEBUG:   Verifying        : python3-debtcollector-3.0.0-0.20240923083927.0e6    20/181 
DEBUG:   Verifying        : python3-futurist-3.0.0-0.20240923080244.4e14db5.    21/181 
DEBUG:   Verifying        : python3-oslo-concurrency-6.1.0-0.20240917082743.    22/181 
DEBUG:   Verifying        : python3-oslo-config-2:9.6.0-0.20241028120320.beb    23/181 
DEBUG:   Verifying        : python3-oslo-context-5.6.0-0.20241011074246.7f3b    24/181 
DEBUG:   Verifying        : python3-oslo-i18n-6.4.0-0.20240917083112.efaff62    25/181 
DEBUG:   Verifying        : python3-oslo-log-6.1.2-0.20240917085256.abd5c21.    26/181 
DEBUG:   Verifying        : python3-oslo-messaging+amqp1-14.9.1-0.2024102817    27/181 
DEBUG:   Verifying        : python3-oslo-messaging-14.9.1-0.20241028171801.4    28/181 
DEBUG:   Verifying        : python3-oslo-metrics-0.9.0-0.20240917083307.e7ea    29/181 
DEBUG:   Verifying        : python3-oslo-middleware-6.2.0-0.20240918100307.6    30/181 
DEBUG:   Verifying        : python3-oslo-policy-4.4.0-0.20240917084907.206ae    31/181 
DEBUG:   Verifying        : python3-oslo-serialization-5.5.0-0.2024091708560    32/181 
DEBUG:   Verifying        : python3-oslo-service-3.5.0-0.20240923080952.a84a    33/181 
DEBUG:   Verifying        : python3-oslo-upgradecheck-2.4.0-0.20240917083559    34/181 
DEBUG:   Verifying        : python3-oslo-utils-7.3.0-0.20240918091147.d37a16    35/181 
DEBUG:   Verifying        : python3-osprofiler-4.2.0-0.20240918093518.3fb048    36/181 
DEBUG:   Verifying        : python3-reno-4.1.0-0.20240923084806.47651ec.el9.    37/181 
DEBUG:   Verifying        : python3-requestsexceptions-1.4.0-0.2024092309125    38/181 
DEBUG:   Verifying        : python3-keystoneauth1-5.8.0-0.20240917093744.cca    39/181 
DEBUG:   Verifying        : bash-completion-1:2.11-5.el9.noarch                 40/181 
DEBUG:   Verifying        : libyaml-0.2.5-7.el9.x86_64                          41/181 
DEBUG:   Verifying        : python3-cffi-1.14.5-5.el9.x86_64                    42/181 
DEBUG:   Verifying        : python3-cryptography-36.0.1-4.el9.x86_64            43/181 
DEBUG:   Verifying        : python3-dateutil-1:2.8.1-7.el9.noarch               44/181 
DEBUG:   Verifying        : python3-decorator-4.4.2-6.el9.noarch                45/181 
DEBUG:   Verifying        : python3-ply-3.11-14.el9.noarch                      46/181 
DEBUG:   Verifying        : python3-pycparser-2.20-6.el9.noarch                 47/181 
DEBUG:   Verifying        : python3-pyyaml-5.4.1-6.el9.x86_64                   48/181 
DEBUG:   Verifying        : python3-attrs-20.3.0-7.el9.noarch                   49/181 
DEBUG:   Verifying        : python3-iniconfig-1.1.1-7.el9.noarch                50/181 
DEBUG:   Verifying        : python3-jsonpatch-1.21-16.el9.noarch                51/181 
DEBUG:   Verifying        : python3-jsonpointer-2.0-4.el9.noarch                52/181 
DEBUG:   Verifying        : python3-mako-1.1.4-6.el9.noarch                     53/181 
DEBUG:   Verifying        : python3-netifaces-0.10.6-15.el9.x86_64              54/181 
DEBUG:   Verifying        : python3-prettytable-0.7.2-27.el9.noarch             55/181 
DEBUG:   Verifying        : python3-pyrsistent-0.17.3-8.el9.x86_64              56/181 
DEBUG:   Verifying        : python3-pytest-6.2.2-7.el9.noarch                   57/181 
DEBUG:   Verifying        : web-assets-filesystem-5-15.el9.noarch               58/181 
DEBUG:   Verifying        : XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch     59/181 
DEBUG:   Verifying        : bootswatch-common-3.3.7.0-15.el9s.noarch            60/181 
DEBUG:   Verifying        : bootswatch-fonts-3.3.7.0-15.el9s.noarch             61/181 
DEBUG:   Verifying        : mdi-common-1.6.50.2-4.el9s.noarch                   62/181 
DEBUG:   Verifying        : mdi-fonts-1.6.50.2-4.el9s.noarch                    63/181 
DEBUG:   Verifying        : python-django-bash-completion-4.2.14-3.el9s.noar    64/181 
DEBUG:   Verifying        : python3-XStatic-1.0.1-23.el9s.noarch                65/181 
DEBUG:   Verifying        : python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch    66/181 
DEBUG:   Verifying        : python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9    67/181 
DEBUG:   Verifying        : python3-XStatic-Angular-FileUpload-12.0.4.0-18.e    68/181 
DEBUG:   Verifying        : python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.n    69/181 
DEBUG:   Verifying        : python3-XStatic-Angular-Schema-Form-0.8.13.0-2.e    70/181 
DEBUG:   Verifying        : python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.e    71/181 
DEBUG:   Verifying        : python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.    72/181 
DEBUG:   Verifying        : python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.n    73/181 
DEBUG:   Verifying        : python3-XStatic-D3-3.5.17.0-14.el9s.noarch          74/181 
DEBUG:   Verifying        : python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noa    75/181 
DEBUG:   Verifying        : python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch        76/181 
DEBUG:   Verifying        : python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.n    77/181 
DEBUG:   Verifying        : python3-XStatic-JQuery-TableSorter-2.14.5.1-21.e    78/181 
DEBUG:   Verifying        : python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9    79/181 
DEBUG:   Verifying        : python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch    80/181 
DEBUG:   Verifying        : python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch      81/181 
DEBUG:   Verifying        : python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch     82/181 
DEBUG:   Verifying        : python3-XStatic-Spin-1.2.5.2-22.el9s.noarch         83/181 
DEBUG:   Verifying        : python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarc    84/181 
DEBUG:   Verifying        : python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch     85/181 
DEBUG:   Verifying        : python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarc    86/181 
DEBUG:   Verifying        : python3-XStatic-mdi-1.6.50.2-4.el9s.noarch          87/181 
DEBUG:   Verifying        : python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch    88/181 
DEBUG:   Verifying        : python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.    89/181 
DEBUG:   Verifying        : python3-XStatic-smart-table-1.4.13.2-13.el9s.noa    90/181 
DEBUG:   Verifying        : python3-XStatic-termjs-0.0.7.0-13.el9s.noarch       91/181 
DEBUG:   Verifying        : python3-XStatic-tv4-1.2.7.0-2.el9s.noarch           92/181 
DEBUG:   Verifying        : python3-amqp-5.2.0-2.el9s.noarch                    93/181 
DEBUG:   Verifying        : python3-asgiref-3.8.1-1.el9s.noarch                 94/181 
DEBUG:   Verifying        : python3-autopage-0.5.2-3.el9s.noarch                95/181 
DEBUG:   Verifying        : python3-bcrypt-3.2.2-4.el9s.x86_64                  96/181 
DEBUG:   Verifying        : python3-cachetools-5.4.0-2.el9s.noarch              97/181 
DEBUG:   Verifying        : python3-cmd2-2.4.2-1.el9s.noarch                    98/181 
DEBUG:   Verifying        : python3-coverage-7.3.2-2.el9s.x86_64                99/181 
DEBUG:   Verifying        : python3-django-4.2.14-3.el9s.noarch                100/181 
DEBUG:   Verifying        : python3-django-appconf-1.0.6-2.el9s.noarch         101/181 
DEBUG:   Verifying        : python3-django-compressor-4.4-2.el9s.noarch        102/181 
DEBUG:   Verifying        : python3-django-debreach-2.1.0-2.el9s.noarch        103/181 
DEBUG:   Verifying        : python3-django-pyscss-2.0.3-1.el9s.noarch          104/181 
DEBUG:   Verifying        : python3-dogpile-cache-1.3.1-1.el9s.noarch          105/181 
DEBUG:   Verifying        : python3-dulwich-0.21.7-2.el9s.x86_64               106/181 
DEBUG:   Verifying        : python3-fasteners-0.19-1.el9s.noarch               107/181 
DEBUG:   Verifying        : python3-html5lib-1:1.1-4.el9s.noarch               108/181 
DEBUG:   Verifying        : python3-importlib-metadata-6.8.0-1.el9s.noarch     109/181 
DEBUG:   Verifying        : python3-iso8601-1.1.0-1.el9s.noarch                110/181 
DEBUG:   Verifying        : python3-jaraco-8.2.1-4.el9s.noarch                 111/181 
DEBUG:   Verifying        : python3-jaraco-classes-3.2.1-5.el9s.noarch         112/181 
DEBUG:   Verifying        : python3-jeepney-0.8.0-3.el9s.noarch                113/181 
DEBUG:   Verifying        : python3-jmespath-1.0.1-1.el9s.noarch               114/181 
DEBUG:   Verifying        : python3-jsonschema-4.16.0-2.el9s.noarch            115/181 
DEBUG:   Verifying        : python3-keyring+completion-24.3.0-4.el9s.noarch    116/181 
DEBUG:   Verifying        : python3-keyring-24.3.0-4.el9s.noarch               117/181 
DEBUG:   Verifying        : python3-kombu-1:5.3.7-1.el9s.noarch                118/181 
DEBUG:   Verifying        : python3-mock-4.0.3-5.el9s.noarch                   119/181 
DEBUG:   Verifying        : python3-more-itertools-10.1.0-1.el9s.noarch        120/181 
DEBUG:   Verifying        : python3-msgpack-1.0.7-1.el9s.x86_64                121/181 
DEBUG:   Verifying        : python3-netaddr-0.10.1-5.el9s.noarch               122/181 
DEBUG:   Verifying        : python3-paste-3.10.1-1.el9s.noarch                 123/181 
DEBUG:   Verifying        : python3-paste-deploy-3.1.0-2.el9s.noarch           124/181 
DEBUG:   Verifying        : python3-platformdirs-4.2.2-1.el9s.noarch           125/181 
DEBUG:   Verifying        : python3-prometheus_client-0.19.0-2.el9s.noarch     126/181 
DEBUG:   Verifying        : python3-pyOpenSSL-20.0.1-2.el9s.noarch             127/181 
DEBUG:   Verifying        : python3-pymemcache-4.0.0-1.el9s.noarch             128/181 
DEBUG:   Verifying        : python3-pyngus-2.3.0-8.el9s.noarch                 129/181 
DEBUG:   Verifying        : python3-pyperclip-1.8.2-2.el9s.noarch              130/181 
DEBUG:   Verifying        : python3-qpid-proton-0.35.0-2.el9s.x86_64           131/181 
DEBUG:   Verifying        : python3-rcssmin-1.1.1-1.el9s.x86_64                132/181 
DEBUG:   Verifying        : python3-repoze-lru-0.7-10.el9s.noarch              133/181 
DEBUG:   Verifying        : python3-rfc3986-1.5.0-1.el9s.noarch                134/181 
DEBUG:   Verifying        : python3-rjsmin-1.2.1-2.el9s.x86_64                 135/181 
DEBUG:   Verifying        : python3-routes-2.5.1-1.el9s.noarch                 136/181 
DEBUG:   Verifying        : python3-scss-1.4.0-1.el9s.x86_64                   137/181 
DEBUG:   Verifying        : python3-secretstorage-3.3.1-1.el9s.noarch          138/181 
DEBUG:   Verifying        : python3-semantic_version-2.10.0-4.el9s.noarch      139/181 
DEBUG:   Verifying        : python3-sqlparse-0.4.2-4.el9s.noarch               140/181 
DEBUG:   Verifying        : python3-statsd-3.2.1-20.el9s.noarch                141/181 
DEBUG:   Verifying        : python3-tempita-0.5.2-2.el9s.noarch                142/181 
DEBUG:   Verifying        : python3-testscenarios-0.5.0-21.el9s.noarch         143/181 
DEBUG:   Verifying        : python3-testtools-2.7.1-1.el9s.noarch              144/181 
DEBUG:   Verifying        : python3-vine-5.1.0-1.el9s.noarch                   145/181 
DEBUG:   Verifying        : python3-warlock-2.0.1-3.el9s.noarch                146/181 
DEBUG:   Verifying        : python3-wcwidth-0.2.13-1.el9s.noarch               147/181 
DEBUG:   Verifying        : python3-webencodings-0.5.1-15.el9s.noarch          148/181 
DEBUG:   Verifying        : python3-webob-1.8.8-2.el9s.noarch                  149/181 
DEBUG:   Verifying        : python3-wrapt-1.16.0-1.el9s.x86_64                 150/181 
DEBUG:   Verifying        : python3-yappi-1.6.0-1.el9s.x86_64                  151/181 
DEBUG:   Verifying        : python3-zipp-3.6.0-1.el9s.noarch                   152/181 
DEBUG:   Verifying        : qpid-proton-c-0.35.0-2.el9s.x86_64                 153/181 
DEBUG:   Verifying        : roboto-fontface-common-0.5.0.0-17.el9s.noarch      154/181 
DEBUG:   Verifying        : roboto-fontface-fonts-0.5.0.0-17.el9s.noarch       155/181 
DEBUG:   Verifying        : xstatic-angular-bootstrap-common-2.2.0.0-14.el9s   156/181 
DEBUG:   Verifying        : xstatic-angular-fileupload-common-12.0.4.0-18.el   157/181 
DEBUG:   Verifying        : xstatic-angular-gettext-common-2.3.8.0-1.el9s.no   158/181 
DEBUG:   Verifying        : xstatic-angular-lrdragndrop-common-1.0.2.2-20.el   159/181 
DEBUG:   Verifying        : xstatic-angular-schema-form-common-0.8.13.0-2.el   160/181 
DEBUG:   Verifying        : xstatic-bootstrap-datepicker-common-1.3.1.0-20.e   161/181 
DEBUG:   Verifying        : xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.no   162/181 
DEBUG:   Verifying        : xstatic-d3-common-3.5.17.0-14.el9s.noarch          163/181 
DEBUG:   Verifying        : xstatic-hogan-common-2.0.0.2-21.el9s.noarch        164/181 
DEBUG:   Verifying        : xstatic-jasmine-common-2.4.1.1-13.el9s.noarch      165/181 
DEBUG:   Verifying        : xstatic-jquery-migrate-common-1.2.1.1-21.el9s.no   166/181 
DEBUG:   Verifying        : xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s   167/181 
DEBUG:   Verifying        : xstatic-jquery-tablesorter-common-2.14.5.1-21.el   168/181 
DEBUG:   Verifying        : xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch   169/181 
DEBUG:   Verifying        : xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch    170/181 
DEBUG:   Verifying        : xstatic-objectpath-common-1.2.1.0-2.el9s.noarch    171/181 
DEBUG:   Verifying        : xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch     172/181 
DEBUG:   Verifying        : xstatic-smart-table-common-1.4.13.2-13.el9s.noar   173/181 
DEBUG:   Verifying        : xstatic-spin-common-1.2.5.2-22.el9s.noarch         174/181 
DEBUG:   Verifying        : xstatic-termjs-common-0.0.7.0-13.el9s.noarch       175/181 
DEBUG:   Verifying        : xstatic-tv4-common-1.2.7.0-2.el9s.noarch           176/181 
DEBUG:   Verifying        : python3-freezegun-1.2.2-1.el9s.noarch              177/181 
DEBUG:   Verifying        : python3-isodate-0.6.0-8.el9s.noarch                178/181 
DEBUG:   Verifying        : python3-openstackdocstheme-3.0.0-1.el9s.noarch     179/181 
DEBUG:   Verifying        : python3-rdflib-5.0.0-1.el9s.noarch                 180/181 
DEBUG:   Verifying        : python3-selenium-3.141.0-1.el9s.noarch             181/181 
DEBUG: Installed:
DEBUG:   XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch                               
DEBUG:   bash-completion-1:2.11-5.el9.noarch                                           
DEBUG:   bootswatch-common-3.3.7.0-15.el9s.noarch                                      
DEBUG:   bootswatch-fonts-3.3.7.0-15.el9s.noarch                                       
DEBUG:   libyaml-0.2.5-7.el9.x86_64                                                    
DEBUG:   mdi-common-1.6.50.2-4.el9s.noarch                                             
DEBUG:   mdi-fonts-1.6.50.2-4.el9s.noarch                                              
DEBUG:   python-django-bash-completion-4.2.14-3.el9s.noarch                            
DEBUG:   python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch        
DEBUG:   python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch               
DEBUG:   python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch                
DEBUG:   python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch         
DEBUG:   python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch             
DEBUG:   python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch              
DEBUG:   python3-XStatic-1.0.1-23.el9s.noarch                                          
DEBUG:   python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch                              
DEBUG:   python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch                      
DEBUG:   python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch                    
DEBUG:   python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch                         
DEBUG:   python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch                    
DEBUG:   python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch                    
DEBUG:   python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch                   
DEBUG:   python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch                         
DEBUG:   python3-XStatic-D3-3.5.17.0-14.el9s.noarch                                    
DEBUG:   python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch                           
DEBUG:   python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch                                  
DEBUG:   python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch                         
DEBUG:   python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch                    
DEBUG:   python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch                      
DEBUG:   python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch                              
DEBUG:   python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch                                
DEBUG:   python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch                               
DEBUG:   python3-XStatic-Spin-1.2.5.2-22.el9s.noarch                                   
DEBUG:   python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch                             
DEBUG:   python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch                               
DEBUG:   python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch                             
DEBUG:   python3-XStatic-mdi-1.6.50.2-4.el9s.noarch                                    
DEBUG:   python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch                              
DEBUG:   python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch                        
DEBUG:   python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch                           
DEBUG:   python3-XStatic-termjs-0.0.7.0-13.el9s.noarch                                 
DEBUG:   python3-XStatic-tv4-1.2.7.0-2.el9s.noarch                                     
DEBUG:   python3-amqp-5.2.0-2.el9s.noarch                                              
DEBUG:   python3-asgiref-3.8.1-1.el9s.noarch                                           
DEBUG:   python3-attrs-20.3.0-7.el9.noarch                                             
DEBUG:   python3-autopage-0.5.2-3.el9s.noarch                                          
DEBUG:   python3-bcrypt-3.2.2-4.el9s.x86_64                                            
DEBUG:   python3-cachetools-5.4.0-2.el9s.noarch                                        
DEBUG:   python3-cffi-1.14.5-5.el9.x86_64                                              
DEBUG:   python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch                
DEBUG:   python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch                       
DEBUG:   python3-cmd2-2.4.2-1.el9s.noarch                                              
DEBUG:   python3-coverage-7.3.2-2.el9s.x86_64                                          
DEBUG:   python3-cryptography-36.0.1-4.el9.x86_64                                      
DEBUG:   python3-dateutil-1:2.8.1-7.el9.noarch                                         
DEBUG:   python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch               
DEBUG:   python3-decorator-4.4.2-6.el9.noarch                                          
DEBUG:   python3-django-4.2.14-3.el9s.noarch                                           
DEBUG:   python3-django-appconf-1.0.6-2.el9s.noarch                                    
DEBUG:   python3-django-compressor-4.4-2.el9s.noarch                                   
DEBUG:   python3-django-debreach-2.1.0-2.el9s.noarch                                   
DEBUG:   python3-django-pyscss-2.0.3-1.el9s.noarch                                     
DEBUG:   python3-dogpile-cache-1.3.1-1.el9s.noarch                                     
DEBUG:   python3-dulwich-0.21.7-2.el9s.x86_64                                          
DEBUG:   python3-fasteners-0.19-1.el9s.noarch                                          
DEBUG:   python3-freezegun-1.2.2-1.el9s.noarch                                         
DEBUG:   python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch                    
DEBUG:   python3-glanceclient-1:4.7.0-0.20240917085916.4439db2.el9.noarch              
DEBUG:   python3-html5lib-1:1.1-4.el9s.noarch                                          
DEBUG:   python3-importlib-metadata-6.8.0-1.el9s.noarch                                
DEBUG:   python3-iniconfig-1.1.1-7.el9.noarch                                          
DEBUG:   python3-iso8601-1.1.0-1.el9s.noarch                                           
DEBUG:   python3-isodate-0.6.0-8.el9s.noarch                                           
DEBUG:   python3-jaraco-8.2.1-4.el9s.noarch                                            
DEBUG:   python3-jaraco-classes-3.2.1-5.el9s.noarch                                    
DEBUG:   python3-jeepney-0.8.0-3.el9s.noarch                                           
DEBUG:   python3-jmespath-1.0.1-1.el9s.noarch                                          
DEBUG:   python3-jsonpatch-1.21-16.el9.noarch                                          
DEBUG:   python3-jsonpointer-2.0-4.el9.noarch                                          
DEBUG:   python3-jsonschema-4.16.0-2.el9s.noarch                                       
DEBUG:   python3-keyring-24.3.0-4.el9s.noarch                                          
DEBUG:   python3-keyring+completion-24.3.0-4.el9s.noarch                               
DEBUG:   python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch               
DEBUG:   python3-keystoneclient-1:5.5.0-0.20240917074642.a635649.el9.noarch            
DEBUG:   python3-kombu-1:5.3.7-1.el9s.noarch                                           
DEBUG:   python3-mako-1.1.4-6.el9.noarch                                               
DEBUG:   python3-mock-4.0.3-5.el9s.noarch                                              
DEBUG:   python3-more-itertools-10.1.0-1.el9s.noarch                                   
DEBUG:   python3-msgpack-1.0.7-1.el9s.x86_64                                           
DEBUG:   python3-netaddr-0.10.1-5.el9s.noarch                                          
DEBUG:   python3-netifaces-0.10.6-15.el9.x86_64                                        
DEBUG:   python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch              
DEBUG:   python3-novaclient-1:18.7.0-0.20240918091954.42ded0a.el9.noarch               
DEBUG:   python3-openstackdocstheme-3.0.0-1.el9s.noarch                                
DEBUG:   python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch                
DEBUG:   python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch            
DEBUG:   python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch            
DEBUG:   python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch                     
DEBUG:   python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch            
DEBUG:   python3-oslo-config-2:9.6.0-0.20241028120320.beb7b6c.el9.noarch               
DEBUG:   python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch                
DEBUG:   python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch                   
DEBUG:   python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch                    
DEBUG:   python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch             
DEBUG:   python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch       
DEBUG:   python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch                
DEBUG:   python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch             
DEBUG:   python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch                 
DEBUG:   python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch          
DEBUG:   python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch                
DEBUG:   python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch           
DEBUG:   python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch                  
DEBUG:   python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch                  
DEBUG:   python3-paste-3.10.1-1.el9s.noarch                                            
DEBUG:   python3-paste-deploy-3.1.0-2.el9s.noarch                                      
DEBUG:   python3-platformdirs-4.2.2-1.el9s.noarch                                      
DEBUG:   python3-ply-3.11-14.el9.noarch                                                
DEBUG:   python3-prettytable-0.7.2-27.el9.noarch                                       
DEBUG:   python3-prometheus_client-0.19.0-2.el9s.noarch                                
DEBUG:   python3-pyOpenSSL-20.0.1-2.el9s.noarch                                        
DEBUG:   python3-pycparser-2.20-6.el9.noarch                                           
DEBUG:   python3-pymemcache-4.0.0-1.el9s.noarch                                        
DEBUG:   python3-pyngus-2.3.0-8.el9s.noarch                                            
DEBUG:   python3-pyperclip-1.8.2-2.el9s.noarch                                         
DEBUG:   python3-pyrsistent-0.17.3-8.el9.x86_64                                        
DEBUG:   python3-pytest-6.2.2-7.el9.noarch                                             
DEBUG:   python3-pyyaml-5.4.1-6.el9.x86_64                                             
DEBUG:   python3-qpid-proton-0.35.0-2.el9s.x86_64                                      
DEBUG:   python3-rcssmin-1.1.1-1.el9s.x86_64                                           
DEBUG:   python3-rdflib-5.0.0-1.el9s.noarch                                            
DEBUG:   python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch                        
DEBUG:   python3-repoze-lru-0.7-10.el9s.noarch                                         
DEBUG:   python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch          
DEBUG:   python3-rfc3986-1.5.0-1.el9s.noarch                                           
DEBUG:   python3-rjsmin-1.2.1-2.el9s.x86_64                                            
DEBUG:   python3-routes-2.5.1-1.el9s.noarch                                            
DEBUG:   python3-scss-1.4.0-1.el9s.x86_64                                              
DEBUG:   python3-secretstorage-3.3.1-1.el9s.noarch                                     
DEBUG:   python3-selenium-3.141.0-1.el9s.noarch                                        
DEBUG:   python3-semantic_version-2.10.0-4.el9s.noarch                                 
DEBUG:   python3-sqlparse-0.4.2-4.el9s.noarch                                          
DEBUG:   python3-statsd-3.2.1-20.el9s.noarch                                           
DEBUG:   python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch                   
DEBUG:   python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch                 
DEBUG:   python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch        
DEBUG:   python3-tempita-0.5.2-2.el9s.noarch                                           
DEBUG:   python3-testscenarios-0.5.0-21.el9s.noarch                                    
DEBUG:   python3-testtools-2.7.1-1.el9s.noarch                                         
DEBUG:   python3-vine-5.1.0-1.el9s.noarch                                              
DEBUG:   python3-warlock-2.0.1-3.el9s.noarch                                           
DEBUG:   python3-wcwidth-0.2.13-1.el9s.noarch                                          
DEBUG:   python3-webencodings-0.5.1-15.el9s.noarch                                     
DEBUG:   python3-webob-1.8.8-2.el9s.noarch                                             
DEBUG:   python3-wrapt-1.16.0-1.el9s.x86_64                                            
DEBUG:   python3-yappi-1.6.0-1.el9s.x86_64                                             
DEBUG:   python3-zipp-3.6.0-1.el9s.noarch                                              
DEBUG:   qpid-proton-c-0.35.0-2.el9s.x86_64                                            
DEBUG:   roboto-fontface-common-0.5.0.0-17.el9s.noarch                                 
DEBUG:   roboto-fontface-fonts-0.5.0.0-17.el9s.noarch                                  
DEBUG:   web-assets-filesystem-5-15.el9.noarch                                         
DEBUG:   xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch                       
DEBUG:   xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch                     
DEBUG:   xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch                          
DEBUG:   xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch                     
DEBUG:   xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch                     
DEBUG:   xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch                    
DEBUG:   xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch                          
DEBUG:   xstatic-d3-common-3.5.17.0-14.el9s.noarch                                     
DEBUG:   xstatic-hogan-common-2.0.0.2-21.el9s.noarch                                   
DEBUG:   xstatic-jasmine-common-2.4.1.1-13.el9s.noarch                                 
DEBUG:   xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch                          
DEBUG:   xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch                       
DEBUG:   xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch                     
DEBUG:   xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch                              
DEBUG:   xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch                               
DEBUG:   xstatic-objectpath-common-1.2.1.0-2.el9s.noarch                               
DEBUG:   xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch                                
DEBUG:   xstatic-smart-table-common-1.4.13.2-13.el9s.noarch                            
DEBUG:   xstatic-spin-common-1.2.5.2-22.el9s.noarch                                    
DEBUG:   xstatic-termjs-common-0.0.7.0-13.el9s.noarch                                  
DEBUG:   xstatic-tv4-common-1.2.7.0-2.el9s.noarch                                      
DEBUG: Complete!
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: libtirpc-1.3.3-9.el9.x86_64
DEBUG: libnsl2-2.0.0-1.el9.x86_64
DEBUG: python3-filelock-3.15.4-1.el9s.noarch
DEBUG: mpdecimal-2.5.1-3.el9.x86_64
DEBUG: python3-distlib-0.3.7-1.el9s.noarch
DEBUG: python3-wheel-wheel-0.36.2-8.el9.noarch
DEBUG: python3.12-pip-wheel-23.2.1-4.el9.noarch
DEBUG: python3.12-3.12.10-1.el9.x86_64
DEBUG: python3.12-libs-3.12.10-1.el9.x86_64
DEBUG: python3.12-devel-3.12.10-1.el9.x86_64
DEBUG: python3.11-setuptools-wheel-65.5.1-4.el9.noarch
DEBUG: python3.11-pip-wheel-22.3.1-5.el9.noarch
DEBUG: python3.11-3.11.11-2.el9.x86_64
DEBUG: python3.11-libs-3.11.11-2.el9.x86_64
DEBUG: python3.11-devel-3.11.11-2.el9.x86_64
DEBUG: python3-toml-0.10.2-6.el9.noarch
DEBUG: python3-py-1.10.0-6.el9.noarch
DEBUG: python3-pluggy-0.13.1-7.el9.noarch
DEBUG: python3-appdirs-1.4.4-4.el9.noarch
DEBUG: python3-virtualenv-20.4.4-1.el9s.noarch
DEBUG: tox-3.23.0-2.el9s.noarch
DEBUG: python3-tox-current-env-0.0.8-1.el9s.noarch
DEBUG: python3-XStatic-1.0.1-23.el9s.noarch
DEBUG: web-assets-filesystem-5-15.el9.noarch
DEBUG: python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch
DEBUG: python3-prettytable-0.7.2-27.el9.noarch
DEBUG: python3-iso8601-1.1.0-1.el9s.noarch
DEBUG: python3-webob-1.8.8-2.el9s.noarch
DEBUG: python3-netaddr-0.10.1-5.el9s.noarch
DEBUG: python3-jeepney-0.8.0-3.el9s.noarch
DEBUG: python3-attrs-20.3.0-7.el9.noarch
DEBUG: python3-decorator-4.4.2-6.el9.noarch
DEBUG: python3-wrapt-1.16.0-1.el9s.x86_64
DEBUG: python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch
DEBUG: python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch
DEBUG: python3-vine-5.1.0-1.el9s.noarch
DEBUG: python3-amqp-5.2.0-2.el9s.noarch
DEBUG: python3-dulwich-0.21.7-2.el9s.x86_64
DEBUG: python3-netifaces-0.10.6-15.el9.x86_64
DEBUG: python3-dateutil-2.8.1-7.el9.noarch
DEBUG: python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch
DEBUG: python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch
DEBUG: python3-kombu-5.3.7-1.el9s.noarch
DEBUG: python3-prometheus_client-0.19.0-2.el9s.noarch
DEBUG: XStatic-Angular-common-1.5.8.0-14.el9s.noarch
DEBUG: bootswatch-common-3.3.7.0-15.el9s.noarch
DEBUG: mdi-common-1.6.50.2-4.el9s.noarch
DEBUG: roboto-fontface-common-0.5.0.0-17.el9s.noarch
DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch
DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch
DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch
DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch
DEBUG: xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch
DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch
DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch
DEBUG: xstatic-d3-common-3.5.17.0-14.el9s.noarch
DEBUG: xstatic-hogan-common-2.0.0.2-21.el9s.noarch
DEBUG: xstatic-jasmine-common-2.4.1.1-13.el9s.noarch
DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch
DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch
DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch
DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch
DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch
DEBUG: xstatic-objectpath-common-1.2.1.0-2.el9s.noarch
DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch
DEBUG: xstatic-smart-table-common-1.4.13.2-13.el9s.noarch
DEBUG: xstatic-spin-common-1.2.5.2-22.el9s.noarch
DEBUG: xstatic-termjs-common-0.0.7.0-13.el9s.noarch
DEBUG: xstatic-tv4-common-1.2.7.0-2.el9s.noarch
DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch
DEBUG: python3-isodate-0.6.0-8.el9s.noarch
DEBUG: roboto-fontface-fonts-0.5.0.0-17.el9s.noarch
DEBUG: qpid-proton-c-0.35.0-2.el9s.x86_64
DEBUG: python3-qpid-proton-0.35.0-2.el9s.x86_64
DEBUG: python3-pyngus-2.3.0-8.el9s.noarch
DEBUG: python3-zipp-3.6.0-1.el9s.noarch
DEBUG: python3-importlib-metadata-6.8.0-1.el9s.noarch
DEBUG: python3-yappi-1.6.0-1.el9s.x86_64
DEBUG: python3-webencodings-0.5.1-15.el9s.noarch
DEBUG: python3-html5lib-1.1-4.el9s.noarch
DEBUG: python3-rdflib-5.0.0-1.el9s.noarch
DEBUG: python3-wcwidth-0.2.13-1.el9s.noarch
DEBUG: python3-testtools-2.7.1-1.el9s.noarch
DEBUG: python3-tempita-0.5.2-2.el9s.noarch
DEBUG: python3-statsd-3.2.1-20.el9s.noarch
DEBUG: python3-sqlparse-0.4.2-4.el9s.noarch
DEBUG: python3-scss-1.4.0-1.el9s.x86_64
DEBUG: python3-rjsmin-1.2.1-2.el9s.x86_64
DEBUG: python3-rfc3986-1.5.0-1.el9s.noarch
DEBUG: python3-repoze-lru-0.7-10.el9s.noarch
DEBUG: python3-routes-2.5.1-1.el9s.noarch
DEBUG: python3-rcssmin-1.1.1-1.el9s.x86_64
DEBUG: python3-pyperclip-1.8.2-2.el9s.noarch
DEBUG: python3-cmd2-2.4.2-1.el9s.noarch
DEBUG: python3-platformdirs-4.2.2-1.el9s.noarch
DEBUG: python3-paste-deploy-3.1.0-2.el9s.noarch
DEBUG: python3-msgpack-1.0.7-1.el9s.x86_64
DEBUG: python3-more-itertools-10.1.0-1.el9s.noarch
DEBUG: python3-jmespath-1.0.1-1.el9s.noarch
DEBUG: python3-jaraco-8.2.1-4.el9s.noarch
DEBUG: python3-jaraco-classes-3.2.1-5.el9s.noarch
DEBUG: python3-fasteners-0.19-1.el9s.noarch
DEBUG: python3-cachetools-5.4.0-2.el9s.noarch
DEBUG: python3-autopage-0.5.2-3.el9s.noarch
DEBUG: python3-asgiref-3.8.1-1.el9s.noarch
DEBUG: mdi-fonts-1.6.50.2-4.el9s.noarch
DEBUG: bootswatch-fonts-3.3.7.0-15.el9s.noarch
DEBUG: python3-pyrsistent-0.17.3-8.el9.x86_64
DEBUG: python3-jsonschema-4.16.0-2.el9s.noarch
DEBUG: python3-mako-1.1.4-6.el9.noarch
DEBUG: python3-dogpile-cache-1.3.1-1.el9s.noarch
DEBUG: python3-jsonpointer-2.0-4.el9.noarch
DEBUG: python3-jsonpatch-1.21-16.el9.noarch
DEBUG: python3-warlock-2.0.1-3.el9s.noarch
DEBUG: python3-iniconfig-1.1.1-7.el9.noarch
DEBUG: python3-ply-3.11-14.el9.noarch
DEBUG: python3-pycparser-2.20-6.el9.noarch
DEBUG: python3-cffi-1.14.5-5.el9.x86_64
DEBUG: python3-cryptography-36.0.1-4.el9.x86_64
DEBUG: python3-pyOpenSSL-20.0.1-2.el9s.noarch
DEBUG: python3-secretstorage-3.3.1-1.el9s.noarch
DEBUG: python3-keyring+completion-24.3.0-4.el9s.noarch
DEBUG: python3-keyring-24.3.0-4.el9s.noarch
DEBUG: python3-paste-3.10.1-1.el9s.noarch
DEBUG: python3-bcrypt-3.2.2-4.el9s.x86_64
DEBUG: libyaml-0.2.5-7.el9.x86_64
DEBUG: python3-pyyaml-5.4.1-6.el9.x86_64
DEBUG: python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch
DEBUG: bash-completion-2.11-5.el9.noarch
DEBUG: python-django-bash-completion-4.2.14-3.el9s.noarch
DEBUG: python3-django-4.2.14-3.el9s.noarch
DEBUG: python3-django-appconf-1.0.6-2.el9s.noarch
DEBUG: python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch
DEBUG: python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch
DEBUG: python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch
DEBUG: python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch
DEBUG: python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch
DEBUG: python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch
DEBUG: python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch
DEBUG: python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch
DEBUG: python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch
DEBUG: python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch
DEBUG: python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch
DEBUG: python3-oslo-config-9.6.0-0.20241028120320.beb7b6c.el9.noarch
DEBUG: python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch
DEBUG: python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch
DEBUG: python3-keystoneclient-5.5.0-0.20240917074642.a635649.el9.noarch
DEBUG: python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch
DEBUG: python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch
DEBUG: python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch
DEBUG: python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch
DEBUG: python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch
DEBUG: python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch
DEBUG: python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch
DEBUG: python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch
DEBUG: python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch
DEBUG: python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch
DEBUG: python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch
DEBUG: python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch
DEBUG: python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch
DEBUG: python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch
DEBUG: python3-novaclient-18.7.0-0.20240918091954.42ded0a.el9.noarch
DEBUG: python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch
DEBUG: python3-glanceclient-4.7.0-0.20240917085916.4439db2.el9.noarch
DEBUG: python3-django-compressor-4.4-2.el9s.noarch
DEBUG: python3-django-debreach-2.1.0-2.el9s.noarch
DEBUG: python3-django-pyscss-2.0.3-1.el9s.noarch
DEBUG: python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch
DEBUG: python3-pytest-6.2.2-7.el9.noarch
DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch
DEBUG: python3-XStatic-mdi-1.6.50.2-4.el9s.noarch
DEBUG: python3-testscenarios-0.5.0-21.el9s.noarch
DEBUG: python3-selenium-3.141.0-1.el9s.noarch
DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch
DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch
DEBUG: python3-XStatic-tv4-1.2.7.0-2.el9s.noarch
DEBUG: python3-XStatic-termjs-0.0.7.0-13.el9s.noarch
DEBUG: python3-XStatic-Spin-1.2.5.2-22.el9s.noarch
DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch
DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch
DEBUG: python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch
DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch
DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch
DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch
DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch
DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch
DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch
DEBUG: python3-XStatic-D3-3.5.17.0-14.el9s.noarch
DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch
DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch
DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch
DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch
DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch
DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch
DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch
DEBUG: python3-XStatic-Angular-1.5.8.0-14.el9s.noarch
DEBUG: python3-freezegun-1.2.2-1.el9s.noarch
DEBUG: python3-openstackdocstheme-3.0.0-1.el9s.noarch
DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch
DEBUG: python3-semantic_version-2.10.0-4.el9s.noarch
DEBUG: python3-pymemcache-4.0.0-1.el9s.noarch
DEBUG: python3-mock-4.0.3-5.el9s.noarch
DEBUG: python3-coverage-7.3.2-2.el9s.x86_64
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: libtirpc-1.3.3-9.el9.x86_64
DEBUG: libnsl2-2.0.0-1.el9.x86_64
DEBUG: python3-filelock-3.15.4-1.el9s.noarch
DEBUG: mpdecimal-2.5.1-3.el9.x86_64
DEBUG: python3-distlib-0.3.7-1.el9s.noarch
DEBUG: python3-wheel-wheel-0.36.2-8.el9.noarch
DEBUG: python3.12-pip-wheel-23.2.1-4.el9.noarch
DEBUG: python3.12-3.12.10-1.el9.x86_64
DEBUG: python3.12-libs-3.12.10-1.el9.x86_64
DEBUG: python3.12-devel-3.12.10-1.el9.x86_64
DEBUG: python3.11-setuptools-wheel-65.5.1-4.el9.noarch
DEBUG: python3.11-pip-wheel-22.3.1-5.el9.noarch
DEBUG: python3.11-3.11.11-2.el9.x86_64
DEBUG: python3.11-libs-3.11.11-2.el9.x86_64
DEBUG: python3.11-devel-3.11.11-2.el9.x86_64
DEBUG: python3-toml-0.10.2-6.el9.noarch
DEBUG: python3-py-1.10.0-6.el9.noarch
DEBUG: python3-pluggy-0.13.1-7.el9.noarch
DEBUG: python3-appdirs-1.4.4-4.el9.noarch
DEBUG: python3-virtualenv-20.4.4-1.el9s.noarch
DEBUG: tox-3.23.0-2.el9s.noarch
DEBUG: python3-tox-current-env-0.0.8-1.el9s.noarch
DEBUG: python3-XStatic-1.0.1-23.el9s.noarch
DEBUG: web-assets-filesystem-5-15.el9.noarch
DEBUG: python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch
DEBUG: python3-prettytable-0.7.2-27.el9.noarch
DEBUG: python3-iso8601-1.1.0-1.el9s.noarch
DEBUG: python3-webob-1.8.8-2.el9s.noarch
DEBUG: python3-netaddr-0.10.1-5.el9s.noarch
DEBUG: python3-jeepney-0.8.0-3.el9s.noarch
DEBUG: python3-attrs-20.3.0-7.el9.noarch
DEBUG: python3-decorator-4.4.2-6.el9.noarch
DEBUG: python3-wrapt-1.16.0-1.el9s.x86_64
DEBUG: python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch
DEBUG: python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch
DEBUG: python3-vine-5.1.0-1.el9s.noarch
DEBUG: python3-amqp-5.2.0-2.el9s.noarch
DEBUG: python3-dulwich-0.21.7-2.el9s.x86_64
DEBUG: python3-netifaces-0.10.6-15.el9.x86_64
DEBUG: python3-dateutil-2.8.1-7.el9.noarch
DEBUG: python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch
DEBUG: python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch
DEBUG: python3-kombu-5.3.7-1.el9s.noarch
DEBUG: python3-prometheus_client-0.19.0-2.el9s.noarch
DEBUG: XStatic-Angular-common-1.5.8.0-14.el9s.noarch
DEBUG: bootswatch-common-3.3.7.0-15.el9s.noarch
DEBUG: mdi-common-1.6.50.2-4.el9s.noarch
DEBUG: roboto-fontface-common-0.5.0.0-17.el9s.noarch
DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch
DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch
DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch
DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch
DEBUG: xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch
DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch
DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch
DEBUG: xstatic-d3-common-3.5.17.0-14.el9s.noarch
DEBUG: xstatic-hogan-common-2.0.0.2-21.el9s.noarch
DEBUG: xstatic-jasmine-common-2.4.1.1-13.el9s.noarch
DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch
DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch
DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch
DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch
DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch
DEBUG: xstatic-objectpath-common-1.2.1.0-2.el9s.noarch
DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch
DEBUG: xstatic-smart-table-common-1.4.13.2-13.el9s.noarch
DEBUG: xstatic-spin-common-1.2.5.2-22.el9s.noarch
DEBUG: xstatic-termjs-common-0.0.7.0-13.el9s.noarch
DEBUG: xstatic-tv4-common-1.2.7.0-2.el9s.noarch
DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch
DEBUG: python3-isodate-0.6.0-8.el9s.noarch
DEBUG: roboto-fontface-fonts-0.5.0.0-17.el9s.noarch
DEBUG: qpid-proton-c-0.35.0-2.el9s.x86_64
DEBUG: python3-qpid-proton-0.35.0-2.el9s.x86_64
DEBUG: python3-pyngus-2.3.0-8.el9s.noarch
DEBUG: python3-zipp-3.6.0-1.el9s.noarch
DEBUG: python3-importlib-metadata-6.8.0-1.el9s.noarch
DEBUG: python3-yappi-1.6.0-1.el9s.x86_64
DEBUG: python3-webencodings-0.5.1-15.el9s.noarch
DEBUG: python3-html5lib-1.1-4.el9s.noarch
DEBUG: python3-rdflib-5.0.0-1.el9s.noarch
DEBUG: python3-wcwidth-0.2.13-1.el9s.noarch
DEBUG: python3-testtools-2.7.1-1.el9s.noarch
DEBUG: python3-tempita-0.5.2-2.el9s.noarch
DEBUG: python3-statsd-3.2.1-20.el9s.noarch
DEBUG: python3-sqlparse-0.4.2-4.el9s.noarch
DEBUG: python3-scss-1.4.0-1.el9s.x86_64
DEBUG: python3-rjsmin-1.2.1-2.el9s.x86_64
DEBUG: python3-rfc3986-1.5.0-1.el9s.noarch
DEBUG: python3-repoze-lru-0.7-10.el9s.noarch
DEBUG: python3-routes-2.5.1-1.el9s.noarch
DEBUG: python3-rcssmin-1.1.1-1.el9s.x86_64
DEBUG: python3-pyperclip-1.8.2-2.el9s.noarch
DEBUG: python3-cmd2-2.4.2-1.el9s.noarch
DEBUG: python3-platformdirs-4.2.2-1.el9s.noarch
DEBUG: python3-paste-deploy-3.1.0-2.el9s.noarch
DEBUG: python3-msgpack-1.0.7-1.el9s.x86_64
DEBUG: python3-more-itertools-10.1.0-1.el9s.noarch
DEBUG: python3-jmespath-1.0.1-1.el9s.noarch
DEBUG: python3-jaraco-8.2.1-4.el9s.noarch
DEBUG: python3-jaraco-classes-3.2.1-5.el9s.noarch
DEBUG: python3-fasteners-0.19-1.el9s.noarch
DEBUG: python3-cachetools-5.4.0-2.el9s.noarch
DEBUG: python3-autopage-0.5.2-3.el9s.noarch
DEBUG: python3-asgiref-3.8.1-1.el9s.noarch
DEBUG: mdi-fonts-1.6.50.2-4.el9s.noarch
DEBUG: bootswatch-fonts-3.3.7.0-15.el9s.noarch
DEBUG: python3-pyrsistent-0.17.3-8.el9.x86_64
DEBUG: python3-jsonschema-4.16.0-2.el9s.noarch
DEBUG: python3-mako-1.1.4-6.el9.noarch
DEBUG: python3-dogpile-cache-1.3.1-1.el9s.noarch
DEBUG: python3-jsonpointer-2.0-4.el9.noarch
DEBUG: python3-jsonpatch-1.21-16.el9.noarch
DEBUG: python3-warlock-2.0.1-3.el9s.noarch
DEBUG: python3-iniconfig-1.1.1-7.el9.noarch
DEBUG: python3-ply-3.11-14.el9.noarch
DEBUG: python3-pycparser-2.20-6.el9.noarch
DEBUG: python3-cffi-1.14.5-5.el9.x86_64
DEBUG: python3-cryptography-36.0.1-4.el9.x86_64
DEBUG: python3-pyOpenSSL-20.0.1-2.el9s.noarch
DEBUG: python3-secretstorage-3.3.1-1.el9s.noarch
DEBUG: python3-keyring+completion-24.3.0-4.el9s.noarch
DEBUG: python3-keyring-24.3.0-4.el9s.noarch
DEBUG: python3-paste-3.10.1-1.el9s.noarch
DEBUG: python3-bcrypt-3.2.2-4.el9s.x86_64
DEBUG: libyaml-0.2.5-7.el9.x86_64
DEBUG: python3-pyyaml-5.4.1-6.el9.x86_64
DEBUG: python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch
DEBUG: bash-completion-2.11-5.el9.noarch
DEBUG: python-django-bash-completion-4.2.14-3.el9s.noarch
DEBUG: python3-django-4.2.14-3.el9s.noarch
DEBUG: python3-django-appconf-1.0.6-2.el9s.noarch
DEBUG: python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch
DEBUG: python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch
DEBUG: python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch
DEBUG: python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch
DEBUG: python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch
DEBUG: python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch
DEBUG: python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch
DEBUG: python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch
DEBUG: python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch
DEBUG: python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch
DEBUG: python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch
DEBUG: python3-oslo-config-9.6.0-0.20241028120320.beb7b6c.el9.noarch
DEBUG: python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch
DEBUG: python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch
DEBUG: python3-keystoneclient-5.5.0-0.20240917074642.a635649.el9.noarch
DEBUG: python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch
DEBUG: python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch
DEBUG: python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch
DEBUG: python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch
DEBUG: python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch
DEBUG: python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch
DEBUG: python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch
DEBUG: python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch
DEBUG: python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch
DEBUG: python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch
DEBUG: python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch
DEBUG: python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch
DEBUG: python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch
DEBUG: python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch
DEBUG: python3-novaclient-18.7.0-0.20240918091954.42ded0a.el9.noarch
DEBUG: python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch
DEBUG: python3-glanceclient-4.7.0-0.20240917085916.4439db2.el9.noarch
DEBUG: python3-django-compressor-4.4-2.el9s.noarch
DEBUG: python3-django-debreach-2.1.0-2.el9s.noarch
DEBUG: python3-django-pyscss-2.0.3-1.el9s.noarch
DEBUG: python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch
DEBUG: python3-pytest-6.2.2-7.el9.noarch
DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch
DEBUG: python3-XStatic-mdi-1.6.50.2-4.el9s.noarch
DEBUG: python3-testscenarios-0.5.0-21.el9s.noarch
DEBUG: python3-selenium-3.141.0-1.el9s.noarch
DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch
DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch
DEBUG: python3-XStatic-tv4-1.2.7.0-2.el9s.noarch
DEBUG: python3-XStatic-termjs-0.0.7.0-13.el9s.noarch
DEBUG: python3-XStatic-Spin-1.2.5.2-22.el9s.noarch
DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch
DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch
DEBUG: python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch
DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch
DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch
DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch
DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch
DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch
DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch
DEBUG: python3-XStatic-D3-3.5.17.0-14.el9s.noarch
DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch
DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch
DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch
DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch
DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch
DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch
DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch
DEBUG: python3-XStatic-Angular-1.5.8.0-14.el9s.noarch
DEBUG: python3-freezegun-1.2.2-1.el9s.noarch
DEBUG: python3-openstackdocstheme-3.0.0-1.el9s.noarch
DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch
DEBUG: python3-semantic_version-2.10.0-4.el9s.noarch
DEBUG: python3-pymemcache-4.0.0-1.el9s.noarch
DEBUG: python3-mock-4.0.3-5.el9s.noarch
DEBUG: python3-coverage-7.3.2-2.el9s.x86_64
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fd1f9df7430>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.E7ULhP
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
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.1.1.dev12/.pyproject-builddir
DEBUG: + echo -n
DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64:
DEBUG: + CC=gcc
DEBUG: + CXX=g++
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + RPM_TOXENV=py39,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.1.1.dev12/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires -t -e py39,docs
DEBUG: Handling setuptools >= 40.8 from default build backend
DEBUG: Requirement satisfied: setuptools >= 40.8
DEBUG:    (installed: setuptools 65.5.1)
DEBUG: Handling wheel from get_requires_for_build_wheel
DEBUG: Requirement satisfied: wheel
DEBUG:    (installed: wheel 0.36.2)
DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel
DEBUG: Requirement satisfied: pbr>=2.0.0
DEBUG:    (installed: pbr 6.0.0)
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.8)
DEBUG: ___________________________________ summary ____________________________________
DEBUG:   py39: commands succeeded
DEBUG:   docs: commands succeeded
DEBUG:   congratulations :)
DEBUG: Handling coverage>=4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: coverage>=4.0
DEBUG:    (installed: coverage 7.3.2)
DEBUG: Handling freezegun>=0.3.15 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: freezegun>=0.3.15
DEBUG:    (installed: freezegun 1.2.2)
DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pytest>=5.3.5
DEBUG:    (installed: pytest 6.2.2)
DEBUG: Handling pymemcache>=4.0.0 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: selenium>=2.50.1
DEBUG:    (installed: selenium 3.141.0)
DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: testscenarios>=0.4
DEBUG:    (installed: testscenarios 0.5.0)
DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: testtools>=2.2.0
DEBUG:    (installed: testtools 2.7.1)
DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pbr>=5.5.0
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel>=2.6.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: Babel>=2.6.0
DEBUG:    (installed: Babel 2.9.1)
DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: django-compressor>=4.4
DEBUG:    (installed: django-compressor 4.4)
DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-debreach>=1.4.2
DEBUG:    (installed: django-debreach 2.1.0)
DEBUG: Handling django-pyscss>=2.0.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-pyscss>=2.0.3
DEBUG:    (installed: django-pyscss 2.0.3)
DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: futurist>=1.2.0
DEBUG:    (installed: futurist 3.0.0)
DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: iso8601>=0.1.11
DEBUG:    (installed: iso8601 1.1.0)
DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: keystoneauth1>=4.3.1
DEBUG:    (installed: keystoneauth1 5.8.0)
DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: netaddr>=0.7.18
DEBUG:    (installed: netaddr 0.10.1)
DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0
DEBUG:    (installed: oslo.concurrency 6.1.0)
DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.config>=8.8.0
DEBUG:    (installed: oslo.config 9.6.0)
DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.i18n>=5.1.0
DEBUG:    (installed: oslo.i18n 6.4.0)
DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.policy>=3.11.0
DEBUG:    (installed: oslo.policy 4.4.0)
DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.serialization>=4.3.0
DEBUG:    (installed: oslo.serialization 5.5.0)
DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0
DEBUG:    (installed: oslo.upgradecheck 2.4.0)
DEBUG: Handling oslo.utils>=4.12.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.utils>=4.12.0
DEBUG:    (installed: oslo.utils 7.3.0)
DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: osprofiler>=3.4.2
DEBUG:    (installed: osprofiler 4.2.0)
DEBUG: Handling pyScss>=1.4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pyScss>=1.4.0
DEBUG:    (installed: pyScss 1.4.0)
DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-cinderclient>=8.0.0
DEBUG:    (installed: python-cinderclient 9.6.0)
DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-glanceclient>=2.8.0
DEBUG:    (installed: python-glanceclient 4.7.0)
DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0
DEBUG:    (installed: python-keystoneclient 5.5.0)
DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-neutronclient>=8.1.0
DEBUG:    (installed: python-neutronclient 11.3.1)
DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-novaclient>=9.1.0
DEBUG:    (installed: python-novaclient 18.7.0)
DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-swiftclient>=3.2.0
DEBUG:    (installed: python-swiftclient 4.6.0)
DEBUG: Handling PyYAML from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: PyYAML
DEBUG:    (installed: PyYAML 5.4.1)
DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: semantic-version>=2.3.1
DEBUG:    (installed: semantic-version 2.10.0)
DEBUG: Handling XStatic from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: XStatic
DEBUG:    (installed: XStatic 1.0.1)
DEBUG: Handling XStatic-Angular from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-jQuery
DEBUG:    (installed: XStatic-jQuery 1.10.2.1)
DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0
DEBUG:    (installed: XStatic-tv4 1.2.7.0)
DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pbr>=5.5.0
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel>=2.6.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: Babel>=2.6.0
DEBUG:    (installed: Babel 2.9.1)
DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: django-compressor>=4.4
DEBUG:    (installed: django-compressor 4.4)
DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-debreach>=1.4.2
DEBUG:    (installed: django-debreach 2.1.0)
DEBUG: Handling django-pyscss>=2.0.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-pyscss>=2.0.3
DEBUG:    (installed: django-pyscss 2.0.3)
DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: futurist>=1.2.0
DEBUG:    (installed: futurist 3.0.0)
DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: iso8601>=0.1.11
DEBUG:    (installed: iso8601 1.1.0)
DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: keystoneauth1>=4.3.1
DEBUG:    (installed: keystoneauth1 5.8.0)
DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: netaddr>=0.7.18
DEBUG:    (installed: netaddr 0.10.1)
DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0
DEBUG:    (installed: oslo.concurrency 6.1.0)
DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.config>=8.8.0
DEBUG:    (installed: oslo.config 9.6.0)
DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.i18n>=5.1.0
DEBUG:    (installed: oslo.i18n 6.4.0)
DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.policy>=3.11.0
DEBUG:    (installed: oslo.policy 4.4.0)
DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.serialization>=4.3.0
DEBUG:    (installed: oslo.serialization 5.5.0)
DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0
DEBUG:    (installed: oslo.upgradecheck 2.4.0)
DEBUG: Handling oslo.utils>=4.12.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.utils>=4.12.0
DEBUG:    (installed: oslo.utils 7.3.0)
DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: osprofiler>=3.4.2
DEBUG:    (installed: osprofiler 4.2.0)
DEBUG: Handling pyScss>=1.4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pyScss>=1.4.0
DEBUG:    (installed: pyScss 1.4.0)
DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-cinderclient>=8.0.0
DEBUG:    (installed: python-cinderclient 9.6.0)
DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-glanceclient>=2.8.0
DEBUG:    (installed: python-glanceclient 4.7.0)
DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0
DEBUG:    (installed: python-keystoneclient 5.5.0)
DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-neutronclient>=8.1.0
DEBUG:    (installed: python-neutronclient 11.3.1)
DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-novaclient>=9.1.0
DEBUG:    (installed: python-novaclient 18.7.0)
DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-swiftclient>=3.2.0
DEBUG:    (installed: python-swiftclient 4.6.0)
DEBUG: Handling PyYAML from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: PyYAML
DEBUG:    (installed: PyYAML 5.4.1)
DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: semantic-version>=2.3.1
DEBUG:    (installed: semantic-version 2.10.0)
DEBUG: Handling XStatic from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: XStatic
DEBUG:    (installed: XStatic 1.0.1)
DEBUG: Handling XStatic-Angular from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-jQuery
DEBUG:    (installed: XStatic-jQuery 1.10.2.1)
DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0
DEBUG:    (installed: XStatic-tv4 1.2.7.0)
DEBUG: Handling openstackdocstheme>=2.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: openstackdocstheme>=2.2.0
DEBUG:    (installed: openstackdocstheme 3.0.0)
DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: sphinx>=2.0.0
DEBUG:    (installed: sphinx 3.4.3)
DEBUG: Handling mock>=2.0.0 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: pytest>=5.3.5
DEBUG:    (installed: pytest 6.2.2)
DEBUG: /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
DEBUG:   warnings.warn(
DEBUG: /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
DEBUG:   warnings.warn(
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: reading manifest template 'MANIFEST.in'
DEBUG: warning: no files found matching '*.scss' under directory 'doc'
DEBUG: warning: no files found matching '*.js' under directory 'doc'
DEBUG: warning: no files found matching '*.html' under directory 'doc'
DEBUG: warning: no files found matching '*.conf' under directory 'doc'
DEBUG: warning: no files found matching '*.jpg' under directory 'doc'
DEBUG: warning: no files found matching '*.gif' under directory 'doc'
DEBUG: warning: no files found matching '*.csv' under directory 'horizon'
DEBUG: warning: no files found matching '*.template' under directory 'horizon'
DEBUG: warning: no files found matching '*.mo' under directory 'horizon'
DEBUG: warning: no files found matching '*.mo' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.eot' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.ttf' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.woff' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.wsgi' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching 'doc/source/_templates/.placeholder'
DEBUG: warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
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.1.1.dev12/horizon-25.1.1.dev12.dist-info'
DEBUG: adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
DEBUG: adding license file "AUTHORS" (matched pattern "AUTHORS*")
DEBUG: Handling pbr (>=5.5.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: pbr (>=5.5.0)
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel (>=2.6.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: Babel (>=2.6.0)
DEBUG:    (installed: Babel 2.9.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.4)
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 django-pyscss (>=2.0.3) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: django-pyscss (>=2.0.3)
DEBUG:    (installed: django-pyscss 2.0.3)
DEBUG: Handling futurist (>=1.2.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: futurist (>=1.2.0)
DEBUG:    (installed: futurist 3.0.0)
DEBUG: Handling iso8601 (>=0.1.11) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: iso8601 (>=0.1.11)
DEBUG:    (installed: iso8601 1.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.8.0)
DEBUG: Handling netaddr (>=0.7.18) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: netaddr (>=0.7.18)
DEBUG:    (installed: netaddr 0.10.1)
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 6.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.6.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.4.0)
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.4.0)
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.5.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.4.0)
DEBUG: Handling oslo.utils (>=4.12.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: oslo.utils (>=4.12.0)
DEBUG:    (installed: oslo.utils 7.3.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 pyScss (>=1.4.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: pyScss (>=1.4.0)
DEBUG:    (installed: pyScss 1.4.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.6.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.7.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.5.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.3.1)
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.7.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.6.0)
DEBUG: Handling PyYAML from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: PyYAML
DEBUG:    (installed: PyYAML 5.4.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.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires
DEBUG: + rm -rfv horizon-25.1.1.dev12.dist-info/
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/LICENSE'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/AUTHORS'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/METADATA'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/top_level.txt'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/pbr.json'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/entry_points.txt'
DEBUG: removed directory 'horizon-25.1.1.dev12.dist-info/'
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm
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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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:01:18 ago on Tue Apr 29 19:29:45 2025.
DEBUG: Package python3-django-4.2.14-3.el9s.noarch is already installed.
DEBUG: Package fontawesome-fonts-web-1:4.7.0-13.el9.noarch is already installed.
DEBUG: Package gettext-0.21-8.el9.x86_64 is already installed.
DEBUG: Package git-core-2.47.1-1.el9.x86_64 is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package pyproject-rpm-macros-1.16.2-1.el9.noarch is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-devel-3.9.21-2.el9.x86_64 is already installed.
DEBUG: Package python3-babel-2.9.1-2.el9.noarch is already installed.
DEBUG: Package python3-coverage-7.3.2-2.el9s.x86_64 is already installed.
DEBUG: Package python3-django-compressor-4.4-2.el9s.noarch is already installed.
DEBUG: Package python3-django-debreach-2.1.0-2.el9s.noarch is already installed.
DEBUG: Package python3-django-pyscss-2.0.3-1.el9s.noarch is already installed.
DEBUG: Package python3-freezegun-1.2.2-1.el9s.noarch is already installed.
DEBUG: Package python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch is already installed.
DEBUG: Package python3-iso8601-1.1.0-1.el9s.noarch is already installed.
DEBUG: Package python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch is already installed.
DEBUG: Package python3-mock-4.0.3-5.el9s.noarch is already installed.
DEBUG: Package python3-netaddr-0.10.1-5.el9s.noarch is already installed.
DEBUG: Package python3-openstackdocstheme-3.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch is already installed.
DEBUG: Package python3-oslo-config-2:9.6.0-0.20241028120320.beb7b6c.el9.noarch is already installed.
DEBUG: Package python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch is already installed.
DEBUG: Package python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch is already installed.
DEBUG: Package python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch is already installed.
DEBUG: Package python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch is already installed.
DEBUG: Package python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch is already installed.
DEBUG: Package python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch is already installed.
DEBUG: Package python3-packaging-20.9-5.el9.noarch is already installed.
DEBUG: Package python3-pbr-6.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-pbr-6.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-pip-21.3.1-1.el9.noarch is already installed.
DEBUG: Package python3-pymemcache-4.0.0-1.el9s.noarch is already installed.
DEBUG: Package python3-scss-1.4.0-1.el9s.x86_64 is already installed.
DEBUG: Package python3-pytest-6.2.2-7.el9.noarch is already installed.
DEBUG: Package python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch is already installed.
DEBUG: Package python3-glanceclient-1:4.7.0-0.20240917085916.4439db2.el9.noarch is already installed.
DEBUG: Package python3-keystoneclient-1:5.5.0-0.20240917074642.a635649.el9.noarch is already installed.
DEBUG: Package python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch is already installed.
DEBUG: Package python3-novaclient-1:18.7.0-0.20240918091954.42ded0a.el9.noarch is already installed.
DEBUG: Package python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch is already installed.
DEBUG: Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed.
DEBUG: Package python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch is already installed.
DEBUG: Package python3-requests-2.32.3-3.el9s.noarch is already installed.
DEBUG: Package python3-selenium-3.141.0-1.el9s.noarch is already installed.
DEBUG: Package python3-semantic_version-2.10.0-4.el9s.noarch is already installed.
DEBUG: Package python3-setuptools-65.5.1-2.el9s.noarch is already installed.
DEBUG: Package python3-sphinx-1:3.4.3-8.el9.noarch is already installed.
DEBUG: Package python3-testscenarios-0.5.0-21.el9s.noarch is already installed.
DEBUG: Package python3-testtools-2.7.1-1.el9s.noarch is already installed.
DEBUG: Package python3-tox-current-env-0.0.8-1.el9s.noarch is already installed.
DEBUG: Package python3-wheel-1:0.36.2-8.el9.noarch is already installed.
DEBUG: Package python3-XStatic-1.0.1-23.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-D3-3.5.17.0-14.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch is already installed.
DEBUG: Package python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-mdi-1.6.50.2-4.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-Spin-1.2.5.2-22.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-termjs-0.0.7.0-13.el9s.noarch is already installed.
DEBUG: Package python3-XStatic-tv4-1.2.7.0-2.el9s.noarch is already installed.
DEBUG: Package systemd-252-53.el9.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-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: libgcc-11.5.0-5.el9.x86_64
DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch
DEBUG: tzdata-2025b-1.el9.noarch
DEBUG: hwdata-0.348-9.18.el9.noarch
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch
DEBUG: osinfo-db-20250124-1.el9.noarch
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch
DEBUG: xkeyboard-config-2.33-2.el9.noarch
DEBUG: rust-srpm-macros-17-4.el9.noarch
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch
DEBUG: poppler-data-0.4.9-9.el9.noarch
DEBUG: perl-srpm-macros-1-41.el9.noarch
DEBUG: openblas-srpm-macros-2-11.el9.noarch
DEBUG: ocaml-srpm-macros-6-6.el9.noarch
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64
DEBUG: libX11-common-1.7.0-11.el9.noarch
DEBUG: kernel-headers-5.14.0-580.el9.x86_64
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch
DEBUG: pcre2-syntax-10.40-6.el9.noarch
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch
DEBUG: libssh-config-0.10.4-13.el9.noarch
DEBUG: kbd-misc-2.4.0-11.el9.noarch
DEBUG: kbd-legacy-2.4.0-11.el9.noarch
DEBUG: fuse-common-3.10.2-9.el9.x86_64
DEBUG: coreutils-common-8.32-39.el9.x86_64
DEBUG: centos-gpg-keys-9.0-26.el9.noarch
DEBUG: centos-stream-repos-9.0-26.el9.noarch
DEBUG: centos-stream-release-9.0-26.el9.noarch
DEBUG: setup-2.13.7-10.el9.noarch
DEBUG: filesystem-3.16-5.el9.x86_64
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch
DEBUG: basesystem-11-13.el9.noarch
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64
DEBUG: glibc-common-2.34-187.el9.x86_64
DEBUG: glibc-2.34-187.el9.x86_64
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64
DEBUG: bash-5.1.8-9.el9.x86_64
DEBUG: zlib-1.2.11-41.el9.x86_64
DEBUG: libstdc++-11.5.0-5.el9.x86_64
DEBUG: libzstd-1.5.5-1.el9.x86_64
DEBUG: xz-libs-5.2.5-8.el9.x86_64
DEBUG: libxml2-2.9.13-9.el9.x86_64
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64
DEBUG: libxcrypt-4.4.18-3.el9.x86_64
DEBUG: libpng-1.6.37-12.el9.x86_64
DEBUG: expat-2.5.0-4.el9.x86_64
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64
DEBUG: libcap-2.48-9.el9.x86_64
DEBUG: libuuid-2.37.4-21.el9.x86_64
DEBUG: elfutils-libelf-0.192-5.el9.x86_64
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64
DEBUG: libffi-3.4.2-8.el9.x86_64
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch
DEBUG: gmp-6.2.0-13.el9.x86_64
DEBUG: libgpg-error-1.42-5.el9.x86_64
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64
DEBUG: lcms2-2.12-3.el9.x86_64
DEBUG: nspr-4.35.0-17.el9.x86_64
DEBUG: mpfr-4.1.0-7.el9.x86_64
DEBUG: readline-8.1-4.el9.x86_64
DEBUG: libogg-1.3.4-6.el9.x86_64
DEBUG: libvorbis-1.3.7-5.el9.x86_64
DEBUG: nss-util-3.101.0-10.el9.x86_64
DEBUG: libgcrypt-1.10.0-11.el9.x86_64
DEBUG: libwayland-client-1.21.0-1.el9.x86_64
DEBUG: libicu-67.1-9.el9.x86_64
DEBUG: libattr-2.5.1-3.el9.x86_64
DEBUG: libacl-2.3.1-4.el9.x86_64
DEBUG: libgomp-11.5.0-5.el9.x86_64
DEBUG: lz4-libs-1.9.3-5.el9.x86_64
DEBUG: popt-1.18-8.el9.x86_64
DEBUG: alsa-lib-1.2.13-2.el9.x86_64
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64
DEBUG: libwebp-1.2.0-8.el9.x86_64
DEBUG: libassuan-2.5.5-3.el9.x86_64
DEBUG: gdbm-libs-1.23-1.el9.x86_64
DEBUG: json-c-0.14-11.el9.x86_64
DEBUG: libbrotli-1.0.9-7.el9.x86_64
DEBUG: libcap-ng-0.8.2-7.el9.x86_64
DEBUG: audit-libs-3.1.5-7.el9.x86_64
DEBUG: libcom_err-1.46.5-7.el9.x86_64
DEBUG: libseccomp-2.5.2-2.el9.x86_64
DEBUG: libtasn1-4.16.0-9.el9.x86_64
DEBUG: p11-kit-0.25.3-3.el9.x86_64
DEBUG: libtdb-1.4.12-1.el9.x86_64
DEBUG: libunistring-0.9.10-15.el9.x86_64
DEBUG: libidn2-2.3.0-7.el9.x86_64
DEBUG: lua-libs-5.4.4-4.el9.x86_64
DEBUG: pcre2-10.40-6.el9.x86_64
DEBUG: fribidi-1.0.10-6.el9.2.x86_64
DEBUG: libICE-1.0.10-8.el9.x86_64
DEBUG: libstemmer-0-18.585svn.el9.x86_64
DEBUG: libxshmfence-1.3-10.el9.x86_64
DEBUG: openjpeg2-2.4.0-8.el9.x86_64
DEBUG: opus-1.3.1-10.el9.x86_64
DEBUG: libSM-1.2.3-10.el9.x86_64
DEBUG: libpsl-0.21.1-5.el9.x86_64
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64
DEBUG: libmpc-1.2.1-4.el9.x86_64
DEBUG: libwayland-server-1.21.0-1.el9.x86_64
DEBUG: dwz-0.14-3.el9.x86_64
DEBUG: exiv2-0.27.5-2.el9.x86_64
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64
DEBUG: unzip-6.0-58.el9.x86_64
DEBUG: xml-common-0.6.3-58.el9.noarch
DEBUG: libproxy-0.4.15-35.el9.x86_64
DEBUG: imath-3.1.2-1.el9.x86_64
DEBUG: file-libs-5.39-16.el9.x86_64
DEBUG: file-5.39-16.el9.x86_64
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64
DEBUG: llvm-libs-20.1.1-3.el9.x86_64
DEBUG: alternatives-1.24-2.el9.x86_64
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64
DEBUG: fuse-libs-2.9.9-17.el9.x86_64
DEBUG: libsepol-3.6-3.el9.x86_64
DEBUG: libselinux-3.6-3.el9.x86_64
DEBUG: sed-4.8-9.el9.x86_64
DEBUG: findutils-4.8.0-7.el9.x86_64
DEBUG: libsigsegv-2.13-4.el9.x86_64
DEBUG: gawk-5.1.0-6.el9.x86_64
DEBUG: libsmartcols-2.37.4-21.el9.x86_64
DEBUG: pcre-8.44-4.el9.x86_64
DEBUG: grep-3.6-5.el9.x86_64
DEBUG: openssl-libs-3.5.0-1.el9.x86_64
DEBUG: coreutils-8.32-39.el9.x86_64
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch
DEBUG: systemd-libs-252-53.el9.x86_64
DEBUG: libarchive-3.5.3-4.el9.x86_64
DEBUG: dbus-libs-1.12.20-8.el9.x86_64
DEBUG: libblkid-2.37.4-21.el9.x86_64
DEBUG: libmount-2.37.4-21.el9.x86_64
DEBUG: libfdisk-2.37.4-21.el9.x86_64
DEBUG: util-linux-core-2.37.4-21.el9.x86_64
DEBUG: libusbx-1.0.26-1.el9.x86_64
DEBUG: gzip-1.12-1.el9.x86_64
DEBUG: cracklib-2.9.6-27.el9.x86_64
DEBUG: kmod-libs-28-10.el9.x86_64
DEBUG: libevent-2.1.12-8.el9.x86_64
DEBUG: avahi-libs-0.8-21.el9.x86_64
DEBUG: xz-5.2.5-8.el9.x86_64
DEBUG: jbigkit-libs-2.1-23.el9.x86_64
DEBUG: libtiff-4.4.0-13.el9.x86_64
DEBUG: libXau-1.0.9-8.el9.x86_64
DEBUG: libxcb-1.13.1-9.el9.x86_64
DEBUG: libX11-1.7.0-11.el9.x86_64
DEBUG: libXext-1.3.4-8.el9.x86_64
DEBUG: libXrender-0.9.10-16.el9.x86_64
DEBUG: libXi-1.7.10-8.el9.x86_64
DEBUG: libXfixes-5.0.3-16.el9.x86_64
DEBUG: libXt-1.2.0-6.el9.x86_64
DEBUG: libXmu-1.1.3-8.el9.x86_64
DEBUG: libXcursor-1.2.0-7.el9.x86_64
DEBUG: libXdamage-1.1.5-7.el9.x86_64
DEBUG: libXrandr-1.5.2-8.el9.x86_64
DEBUG: libXinerama-1.1.4-10.el9.x86_64
DEBUG: libXcomposite-0.4.5-7.el9.x86_64
DEBUG: libXpm-3.5.13-10.el9.x86_64
DEBUG: libglvnd-1.3.4-1.el9.x86_64
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64
DEBUG: pixman-0.40.0-6.el9.x86_64
DEBUG: libXaw-1.0.13-19.el9.x86_64
DEBUG: libXtst-1.2.3-16.el9.x86_64
DEBUG: libXv-1.0.11-16.el9.x86_64
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch
DEBUG: python3-3.9.21-2.el9.x86_64
DEBUG: python3-libs-3.9.21-2.el9.x86_64
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch
DEBUG: python3-idna-2.10-7.el9.1.noarch
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch
DEBUG: python3-pip-21.3.1-1.el9.noarch
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch
DEBUG: python3-dns-2.6.1-3.el9.noarch
DEBUG: python3-pysocks-1.7.1-12.el9.noarch
DEBUG: python3-six-1.15.0-9.el9.noarch
DEBUG: python3-urllib3-1.26.5-6.el9.noarch
DEBUG: python3-requests-2.32.3-3.el9s.noarch
DEBUG: python3-docutils-0.16-6.el9.noarch
DEBUG: python3-pytz-2021.1-5.el9.noarch
DEBUG: python3-babel-2.9.1-2.el9.noarch
DEBUG: python3-tomli-2.0.1-5.el9.noarch
DEBUG: python3-imagesize-1.2.0-6.el9.noarch
DEBUG: python3-pygments-2.7.4-4.el9.noarch
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch
DEBUG: python3-packaging-20.9-5.el9.noarch
DEBUG: openssl-3.5.0-1.el9.x86_64
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch
DEBUG: kmod-28-10.el9.x86_64
DEBUG: composefs-libs-1.0.8-1.el9.x86_64
DEBUG: bubblewrap-0.4.1-8.el9.x86_64
DEBUG: libsemanage-3.6-5.el9.x86_64
DEBUG: shadow-utils-4.9-12.el9.x86_64
DEBUG: libutempter-1.2.1-6.el9.x86_64
DEBUG: tar-1.34-7.el9.x86_64
DEBUG: openexr-libs-3.1.1-3.el9.x86_64
DEBUG: iso-codes-4.6.0-3.el9.noarch
DEBUG: zip-3.0-35.el9.x86_64
DEBUG: cpp-11.5.0-5.el9.x86_64
DEBUG: zstd-1.5.5-1.el9.x86_64
DEBUG: acl-2.3.1-4.el9.x86_64
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64
DEBUG: nss-softokn-3.101.0-10.el9.x86_64
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64
DEBUG: nss-3.101.0-10.el9.x86_64
DEBUG: flac-libs-1.3.3-12.el9.x86_64
DEBUG: libtheora-1.1.1-31.el9.x86_64
DEBUG: libksba-1.5.1-7.el9.x86_64
DEBUG: jasper-libs-2.0.28-3.el9.x86_64
DEBUG: LibRaw-0.21.1-1.el9.x86_64
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64
DEBUG: bzip2-1.0.8-10.el9.x86_64
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64
DEBUG: libxslt-1.1.34-12.el9.x86_64
DEBUG: graphite2-1.3.14-9.el9.x86_64
DEBUG: groff-base-1.22.4-10.el9.x86_64
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64
DEBUG: info-6.7-15.el9.x86_64
DEBUG: ed-1.14.2-12.el9.x86_64
DEBUG: patch-2.7.6-16.el9.x86_64
DEBUG: libfontenc-1.1.3-17.el9.x86_64
DEBUG: less-590-5.el9.x86_64
DEBUG: systemd-rpm-macros-252-53.el9.noarch
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch
DEBUG: libpaper-1.1.28-4.el9.x86_64
DEBUG: ncurses-6.2-10.20210508.el9.x86_64
DEBUG: perl-Digest-1.19-4.el9.noarch
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64
DEBUG: perl-B-1.80-481.el9.x86_64
DEBUG: perl-FileHandle-2.03-481.el9.noarch
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64
DEBUG: perl-libnet-3.13-4.el9.noarch
DEBUG: perl-AutoLoader-5.74-481.el9.noarch
DEBUG: perl-base-2.27-481.el9.noarch
DEBUG: perl-URI-5.09-3.el9.noarch
DEBUG: perl-if-0.60.800-481.el9.noarch
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch
DEBUG: perl-Time-Local-1.300-7.el9.noarch
DEBUG: perl-File-Path-2.18-4.el9.noarch
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64
DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch
DEBUG: perl-Class-Struct-0.66-481.el9.noarch
DEBUG: perl-POSIX-1.94-481.el9.x86_64
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch
DEBUG: perl-IPC-Open3-1.21-481.el9.noarch
DEBUG: perl-subs-1.03-481.el9.noarch
DEBUG: perl-File-Temp-0.231.100-4.el9.noarch
DEBUG: perl-Term-Cap-1.17-460.el9.noarch
DEBUG: perl-Pod-Simple-3.42-4.el9.noarch
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch
DEBUG: perl-Socket-2.031-4.el9.x86_64
DEBUG: perl-SelectSaver-1.02-481.el9.noarch
DEBUG: perl-Symbol-1.08-481.el9.noarch
DEBUG: perl-File-stat-1.09-481.el9.noarch
DEBUG: perl-podlators-4.14-460.el9.noarch
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch
DEBUG: perl-Fcntl-1.13-481.el9.x86_64
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch
DEBUG: perl-mro-1.23-481.el9.x86_64
DEBUG: perl-IO-1.43-481.el9.x86_64
DEBUG: perl-overloading-0.02-481.el9.noarch
DEBUG: perl-Pod-Usage-2.01-4.el9.noarch
DEBUG: perl-Errno-1.30-481.el9.x86_64
DEBUG: perl-File-Basename-2.85-481.el9.noarch
DEBUG: perl-Getopt-Std-1.12-481.el9.noarch
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64
DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64
DEBUG: perl-constant-1.33-461.el9.noarch
DEBUG: perl-Storable-3.21-460.el9.x86_64
DEBUG: perl-overload-1.31-481.el9.noarch
DEBUG: perl-parent-0.238-460.el9.noarch
DEBUG: perl-vars-1.05-481.el9.noarch
DEBUG: perl-Getopt-Long-2.52-4.el9.noarch
DEBUG: perl-Carp-1.50-460.el9.noarch
DEBUG: perl-Exporter-5.74-461.el9.noarch
DEBUG: perl-PathTools-3.78-461.el9.x86_64
DEBUG: perl-NDBM_File-1.15-481.el9.x86_64
DEBUG: perl-Encode-3.08-462.el9.x86_64
DEBUG: perl-libs-5.32.1-481.el9.x86_64
DEBUG: perl-interpreter-5.32.1-481.el9.x86_64
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch
DEBUG: bluez-libs-5.56-6.el9.x86_64
DEBUG: cpio-2.13-16.el9.x86_64
DEBUG: diffutils-3.7-12.el9.x86_64
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64
DEBUG: libatomic-11.5.0-5.el9.x86_64
DEBUG: libcbor-0.7.0-5.el9.x86_64
DEBUG: libdb-5.3.28-55.el9.x86_64
DEBUG: libeconf-0.4.1-4.el9.x86_64
DEBUG: libpwquality-1.4.4-8.el9.x86_64
DEBUG: pam-1.5.1-23.el9.x86_64
DEBUG: util-linux-2.37.4-21.el9.x86_64
DEBUG: dbus-1.12.20-8.el9.x86_64
DEBUG: systemd-pam-252-53.el9.x86_64
DEBUG: systemd-252-53.el9.x86_64
DEBUG: dbus-common-1.12.20-8.el9.noarch
DEBUG: dbus-broker-28-7.el9.x86_64
DEBUG: device-mapper-libs-1.02.202-6.el9.x86_64
DEBUG: device-mapper-1.02.202-6.el9.x86_64
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch
DEBUG: elfutils-libs-0.192-5.el9.x86_64
DEBUG: openssh-8.7p1-45.el9.x86_64
DEBUG: kbd-2.4.0-11.el9.x86_64
DEBUG: libnghttp2-1.43.0-6.el9.x86_64
DEBUG: libpciaccess-0.16-7.el9.x86_64
DEBUG: libdrm-2.4.123-2.el9.x86_64
DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64
DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64
DEBUG: libpkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-1.7.3-10.el9.x86_64
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64
DEBUG: libverto-0.3.2-3.el9.x86_64
DEBUG: krb5-libs-1.21.1-6.el9.x86_64
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64
DEBUG: openldap-2.6.8-4.el9.x86_64
DEBUG: libssh-0.10.4-13.el9.x86_64
DEBUG: libcurl-7.76.1-31.el9.x86_64
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64
DEBUG: binutils-gold-2.35.2-63.el9.x86_64
DEBUG: binutils-2.35.2-63.el9.x86_64
DEBUG: elfutils-0.192-5.el9.x86_64
DEBUG: gdb-minimal-14.2-4.el9.x86_64
DEBUG: debugedit-5.0-10.el9.x86_64
DEBUG: curl-7.76.1-31.el9.x86_64
DEBUG: rpm-4.16.1.3-37.el9.x86_64
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64
DEBUG: efi-srpm-macros-6-2.el9.noarch
DEBUG: lua-srpm-macros-1-6.el9.noarch
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64
DEBUG: systemd-udev-252-53.el9.x86_64
DEBUG: libfido2-1.13.0-2.el9.x86_64
DEBUG: openssh-clients-8.7p1-45.el9.x86_64
DEBUG: git-core-2.47.1-1.el9.x86_64
DEBUG: make-4.3-8.el9.x86_64
DEBUG: nettle-3.10.1-1.el9.x86_64
DEBUG: gnutls-3.8.3-6.el9.x86_64
DEBUG: glib2-2.68.4-16.el9.x86_64
DEBUG: freetype-2.10.4-9.el9.x86_64
DEBUG: harfbuzz-2.7.4-10.el9.x86_64
DEBUG: fontconfig-2.14.0-2.el9.x86_64
DEBUG: cairo-1.17.4-7.el9.x86_64
DEBUG: json-glib-1.6.6-1.el9.x86_64
DEBUG: atk-2.36.0-5.el9.x86_64
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64
DEBUG: polkit-libs-0.117-13.el9.x86_64
DEBUG: gstreamer1-1.22.12-3.el9.x86_64
DEBUG: cups-libs-2.3.3op2-33.el9.x86_64
DEBUG: polkit-0.117-13.el9.x86_64
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64
DEBUG: libgudev-237-1.el9.x86_64
DEBUG: dconf-0.40.0-6.el9.x86_64
DEBUG: rtkit-0.11-29.el9.x86_64
DEBUG: libgxps-0.3.2-3.el9.x86_64
DEBUG: gd-2.3.2-3.el9.x86_64
DEBUG: libXft-2.3.3-8.el9.x86_64
DEBUG: poppler-21.01.0-21.el9.x86_64
DEBUG: poppler-glib-21.01.0-21.el9.x86_64
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch
DEBUG: urw-base35-fonts-20200910-6.el9.noarch
DEBUG: libraqm-0.7.0-7.el9s.x86_64
DEBUG: mkfontscale-1.2.1-3.el9.x86_64
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64
DEBUG: NetworkManager-libnm-1.53.3-1.el9.x86_64
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64
DEBUG: upower-0.99.11-11.el9.x86_64
DEBUG: libgusb-0.3.8-2.el9.x86_64
DEBUG: colord-libs-1.4.5-4.el9.x86_64
DEBUG: shared-mime-info-2.1-5.el9.x86_64
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64
DEBUG: libgsf-1.14.47-5.el9.x86_64
DEBUG: libnotify-0.7.9-8.el9.x86_64
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64
DEBUG: avahi-glib-0.8-21.el9.x86_64
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64
DEBUG: graphene-1.10.6-2.el9.x86_64
DEBUG: libgexiv2-0.12.3-1.el9.x86_64
DEBUG: low-memory-monitor-2.1-4.el9.x86_64
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64
DEBUG: glib-networking-2.68.3-3.el9.x86_64
DEBUG: libsoup-2.72.0-10.el9.x86_64
DEBUG: geoclue2-2.6.0-7.el9.x86_64
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64
DEBUG: libosinfo-1.10.0-1.el9.x86_64
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64
DEBUG: npth-1.6-8.el9.x86_64
DEBUG: gnupg2-2.3.3-4.el9.x86_64
DEBUG: gpgme-1.15.1-6.el9.x86_64
DEBUG: ostree-libs-2025.2-1.el9.x86_64
DEBUG: which-2.21-29.el9.x86_64
DEBUG: fuse-2.9.9-17.el9.x86_64
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64
DEBUG: giflib-5.2.1-9.el9.x86_64
DEBUG: glibc-headers-2.34-187.el9.x86_64
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64
DEBUG: glibc-devel-2.34-187.el9.x86_64
DEBUG: gcc-11.5.0-5.el9.x86_64
DEBUG: annobin-12.92-2.el9.x86_64
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64
DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch
DEBUG: python-srpm-macros-3.9-54.el9.noarch
DEBUG: redhat-rpm-config-209-1.el9.noarch
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch
DEBUG: python-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-macros-3.9-54.el9.noarch
DEBUG: python3-rpm-generators-12-9.el9.noarch
DEBUG: gsm-1.0.19-6.el9.x86_64
DEBUG: libsndfile-1.0.31-9.el9.x86_64
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64
DEBUG: libasyncns-0.8-22.el9.x86_64
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64
DEBUG: libcanberra-0.30-27.el9.x86_64
DEBUG: libdatrie-0.2.13-4.el9.x86_64
DEBUG: libthai-0.1.28-8.el9.x86_64
DEBUG: pango-1.48.7-3.el9.x86_64
DEBUG: librsvg2-2.50.7-3.el9.x86_64
DEBUG: libepoxy-1.5.5-4.el9.x86_64
DEBUG: libexif-0.6.22-6.el9.x86_64
DEBUG: libijs-0.35-15.el9.x86_64
DEBUG: libgs-9.54.0-17.el9.x86_64
DEBUG: libiptcdata-1.0.5-10.el9.x86_64
DEBUG: libldac-2.0.2.3-10.el9.x86_64
DEBUG: libsbc-1.4-9.el9.x86_64
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64
DEBUG: pipewire-1.0.1-1.el9.x86_64
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64
DEBUG: wireplumber-0.4.14-1.el9.x86_64
DEBUG: flatpak-1.12.9-4.el9.x86_64
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64
DEBUG: orc-0.4.31-8.el9.x86_64
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64
DEBUG: tracker-3.1.2-3.el9.x86_64
DEBUG: tracker-miners-3.1.2-4.el9.x86_64
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64
DEBUG: gtk3-3.24.31-5.el9.x86_64
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64
DEBUG: gtk2-2.24.33-8.el9.x86_64
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64
DEBUG: graphviz-2.44.0-26.el9.x86_64
DEBUG: ImageMagick-libs-6.9.12.98-1.el9s.x86_64
DEBUG: ImageMagick-6.9.12.98-1.el9s.x86_64
DEBUG: python3-sphinx-3.4.3-8.el9.noarch
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64
DEBUG: python3-devel-3.9.21-2.el9.x86_64
DEBUG: python3-pbr-6.0.0-1.el9s.noarch
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch
DEBUG: fontawesome-fonts-4.7.0-13.el9.noarch
DEBUG: gettext-libs-0.21-8.el9.x86_64
DEBUG: gettext-0.21-8.el9.x86_64
DEBUG: fontawesome-fonts-web-4.7.0-13.el9.noarch
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch
DEBUG: python3-wheel-0.36.2-8.el9.noarch
DEBUG: libtirpc-1.3.3-9.el9.x86_64
DEBUG: libnsl2-2.0.0-1.el9.x86_64
DEBUG: python3-filelock-3.15.4-1.el9s.noarch
DEBUG: mpdecimal-2.5.1-3.el9.x86_64
DEBUG: python3-distlib-0.3.7-1.el9s.noarch
DEBUG: python3-wheel-wheel-0.36.2-8.el9.noarch
DEBUG: python3.12-pip-wheel-23.2.1-4.el9.noarch
DEBUG: python3.12-3.12.10-1.el9.x86_64
DEBUG: python3.12-libs-3.12.10-1.el9.x86_64
DEBUG: python3.12-devel-3.12.10-1.el9.x86_64
DEBUG: python3.11-setuptools-wheel-65.5.1-4.el9.noarch
DEBUG: python3.11-pip-wheel-22.3.1-5.el9.noarch
DEBUG: python3.11-3.11.11-2.el9.x86_64
DEBUG: python3.11-libs-3.11.11-2.el9.x86_64
DEBUG: python3.11-devel-3.11.11-2.el9.x86_64
DEBUG: python3-toml-0.10.2-6.el9.noarch
DEBUG: python3-py-1.10.0-6.el9.noarch
DEBUG: python3-pluggy-0.13.1-7.el9.noarch
DEBUG: python3-appdirs-1.4.4-4.el9.noarch
DEBUG: python3-virtualenv-20.4.4-1.el9s.noarch
DEBUG: tox-3.23.0-2.el9s.noarch
DEBUG: python3-tox-current-env-0.0.8-1.el9s.noarch
DEBUG: python3-XStatic-1.0.1-23.el9s.noarch
DEBUG: web-assets-filesystem-5-15.el9.noarch
DEBUG: python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch
DEBUG: python3-prettytable-0.7.2-27.el9.noarch
DEBUG: python3-iso8601-1.1.0-1.el9s.noarch
DEBUG: python3-webob-1.8.8-2.el9s.noarch
DEBUG: python3-netaddr-0.10.1-5.el9s.noarch
DEBUG: python3-jeepney-0.8.0-3.el9s.noarch
DEBUG: python3-attrs-20.3.0-7.el9.noarch
DEBUG: python3-decorator-4.4.2-6.el9.noarch
DEBUG: python3-wrapt-1.16.0-1.el9s.x86_64
DEBUG: python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch
DEBUG: python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch
DEBUG: python3-vine-5.1.0-1.el9s.noarch
DEBUG: python3-amqp-5.2.0-2.el9s.noarch
DEBUG: python3-dulwich-0.21.7-2.el9s.x86_64
DEBUG: python3-netifaces-0.10.6-15.el9.x86_64
DEBUG: python3-dateutil-2.8.1-7.el9.noarch
DEBUG: python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch
DEBUG: python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch
DEBUG: python3-kombu-5.3.7-1.el9s.noarch
DEBUG: python3-prometheus_client-0.19.0-2.el9s.noarch
DEBUG: XStatic-Angular-common-1.5.8.0-14.el9s.noarch
DEBUG: bootswatch-common-3.3.7.0-15.el9s.noarch
DEBUG: mdi-common-1.6.50.2-4.el9s.noarch
DEBUG: roboto-fontface-common-0.5.0.0-17.el9s.noarch
DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch
DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch
DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch
DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch
DEBUG: xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch
DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch
DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch
DEBUG: xstatic-d3-common-3.5.17.0-14.el9s.noarch
DEBUG: xstatic-hogan-common-2.0.0.2-21.el9s.noarch
DEBUG: xstatic-jasmine-common-2.4.1.1-13.el9s.noarch
DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch
DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch
DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch
DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch
DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch
DEBUG: xstatic-objectpath-common-1.2.1.0-2.el9s.noarch
DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch
DEBUG: xstatic-smart-table-common-1.4.13.2-13.el9s.noarch
DEBUG: xstatic-spin-common-1.2.5.2-22.el9s.noarch
DEBUG: xstatic-termjs-common-0.0.7.0-13.el9s.noarch
DEBUG: xstatic-tv4-common-1.2.7.0-2.el9s.noarch
DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch
DEBUG: python3-isodate-0.6.0-8.el9s.noarch
DEBUG: roboto-fontface-fonts-0.5.0.0-17.el9s.noarch
DEBUG: qpid-proton-c-0.35.0-2.el9s.x86_64
DEBUG: python3-qpid-proton-0.35.0-2.el9s.x86_64
DEBUG: python3-pyngus-2.3.0-8.el9s.noarch
DEBUG: python3-zipp-3.6.0-1.el9s.noarch
DEBUG: python3-importlib-metadata-6.8.0-1.el9s.noarch
DEBUG: python3-yappi-1.6.0-1.el9s.x86_64
DEBUG: python3-webencodings-0.5.1-15.el9s.noarch
DEBUG: python3-html5lib-1.1-4.el9s.noarch
DEBUG: python3-rdflib-5.0.0-1.el9s.noarch
DEBUG: python3-wcwidth-0.2.13-1.el9s.noarch
DEBUG: python3-testtools-2.7.1-1.el9s.noarch
DEBUG: python3-tempita-0.5.2-2.el9s.noarch
DEBUG: python3-statsd-3.2.1-20.el9s.noarch
DEBUG: python3-sqlparse-0.4.2-4.el9s.noarch
DEBUG: python3-scss-1.4.0-1.el9s.x86_64
DEBUG: python3-rjsmin-1.2.1-2.el9s.x86_64
DEBUG: python3-rfc3986-1.5.0-1.el9s.noarch
DEBUG: python3-repoze-lru-0.7-10.el9s.noarch
DEBUG: python3-routes-2.5.1-1.el9s.noarch
DEBUG: python3-rcssmin-1.1.1-1.el9s.x86_64
DEBUG: python3-pyperclip-1.8.2-2.el9s.noarch
DEBUG: python3-cmd2-2.4.2-1.el9s.noarch
DEBUG: python3-platformdirs-4.2.2-1.el9s.noarch
DEBUG: python3-paste-deploy-3.1.0-2.el9s.noarch
DEBUG: python3-msgpack-1.0.7-1.el9s.x86_64
DEBUG: python3-more-itertools-10.1.0-1.el9s.noarch
DEBUG: python3-jmespath-1.0.1-1.el9s.noarch
DEBUG: python3-jaraco-8.2.1-4.el9s.noarch
DEBUG: python3-jaraco-classes-3.2.1-5.el9s.noarch
DEBUG: python3-fasteners-0.19-1.el9s.noarch
DEBUG: python3-cachetools-5.4.0-2.el9s.noarch
DEBUG: python3-autopage-0.5.2-3.el9s.noarch
DEBUG: python3-asgiref-3.8.1-1.el9s.noarch
DEBUG: mdi-fonts-1.6.50.2-4.el9s.noarch
DEBUG: bootswatch-fonts-3.3.7.0-15.el9s.noarch
DEBUG: python3-pyrsistent-0.17.3-8.el9.x86_64
DEBUG: python3-jsonschema-4.16.0-2.el9s.noarch
DEBUG: python3-mako-1.1.4-6.el9.noarch
DEBUG: python3-dogpile-cache-1.3.1-1.el9s.noarch
DEBUG: python3-jsonpointer-2.0-4.el9.noarch
DEBUG: python3-jsonpatch-1.21-16.el9.noarch
DEBUG: python3-warlock-2.0.1-3.el9s.noarch
DEBUG: python3-iniconfig-1.1.1-7.el9.noarch
DEBUG: python3-ply-3.11-14.el9.noarch
DEBUG: python3-pycparser-2.20-6.el9.noarch
DEBUG: python3-cffi-1.14.5-5.el9.x86_64
DEBUG: python3-cryptography-36.0.1-4.el9.x86_64
DEBUG: python3-pyOpenSSL-20.0.1-2.el9s.noarch
DEBUG: python3-secretstorage-3.3.1-1.el9s.noarch
DEBUG: python3-keyring+completion-24.3.0-4.el9s.noarch
DEBUG: python3-keyring-24.3.0-4.el9s.noarch
DEBUG: python3-paste-3.10.1-1.el9s.noarch
DEBUG: python3-bcrypt-3.2.2-4.el9s.x86_64
DEBUG: libyaml-0.2.5-7.el9.x86_64
DEBUG: python3-pyyaml-5.4.1-6.el9.x86_64
DEBUG: python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch
DEBUG: bash-completion-2.11-5.el9.noarch
DEBUG: python-django-bash-completion-4.2.14-3.el9s.noarch
DEBUG: python3-django-4.2.14-3.el9s.noarch
DEBUG: python3-django-appconf-1.0.6-2.el9s.noarch
DEBUG: python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch
DEBUG: python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch
DEBUG: python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch
DEBUG: python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch
DEBUG: python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch
DEBUG: python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch
DEBUG: python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch
DEBUG: python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch
DEBUG: python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch
DEBUG: python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch
DEBUG: python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch
DEBUG: python3-oslo-config-9.6.0-0.20241028120320.beb7b6c.el9.noarch
DEBUG: python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch
DEBUG: python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch
DEBUG: python3-keystoneclient-5.5.0-0.20240917074642.a635649.el9.noarch
DEBUG: python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch
DEBUG: python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch
DEBUG: python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch
DEBUG: python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch
DEBUG: python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch
DEBUG: python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch
DEBUG: python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch
DEBUG: python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch
DEBUG: python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch
DEBUG: python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch
DEBUG: python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch
DEBUG: python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch
DEBUG: python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch
DEBUG: python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch
DEBUG: python3-novaclient-18.7.0-0.20240918091954.42ded0a.el9.noarch
DEBUG: python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch
DEBUG: python3-glanceclient-4.7.0-0.20240917085916.4439db2.el9.noarch
DEBUG: python3-django-compressor-4.4-2.el9s.noarch
DEBUG: python3-django-debreach-2.1.0-2.el9s.noarch
DEBUG: python3-django-pyscss-2.0.3-1.el9s.noarch
DEBUG: python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch
DEBUG: python3-pytest-6.2.2-7.el9.noarch
DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch
DEBUG: python3-XStatic-mdi-1.6.50.2-4.el9s.noarch
DEBUG: python3-testscenarios-0.5.0-21.el9s.noarch
DEBUG: python3-selenium-3.141.0-1.el9s.noarch
DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch
DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch
DEBUG: python3-XStatic-tv4-1.2.7.0-2.el9s.noarch
DEBUG: python3-XStatic-termjs-0.0.7.0-13.el9s.noarch
DEBUG: python3-XStatic-Spin-1.2.5.2-22.el9s.noarch
DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch
DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch
DEBUG: python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch
DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch
DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch
DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch
DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch
DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch
DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch
DEBUG: python3-XStatic-D3-3.5.17.0-14.el9s.noarch
DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch
DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch
DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch
DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch
DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch
DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch
DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch
DEBUG: python3-XStatic-Angular-1.5.8.0-14.el9s.noarch
DEBUG: python3-freezegun-1.2.2-1.el9s.noarch
DEBUG: python3-openstackdocstheme-3.0.0-1.el9s.noarch
DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch
DEBUG: python3-semantic_version-2.10.0-4.el9s.noarch
DEBUG: python3-pymemcache-4.0.0-1.el9s.noarch
DEBUG: python3-mock-4.0.3-5.el9s.noarch
DEBUG: python3-coverage-7.3.2-2.el9s.x86_64
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True
DEBUG: libgcc-11.5.0-5.el9.x86_64 1738962702 198756 ef5ba5501eee67da0af56d104fe4dbf1 installed
DEBUG: fonts-filesystem-1:2.0.5-7.el9.1.noarch 1631794425 0 1f223cb786e15b443f5ae9792adc3d8b installed
DEBUG: tzdata-2025b-1.el9.noarch 1742921709 1664708 7eb678b8b8996b03478104aba8b5513b installed
DEBUG: hwdata-0.348-9.18.el9.noarch 1739349553 9872258 f6531d54dc636bfb7a9964036e587abb installed
DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch 1628539909 5930958 03240144ad8b868c22f9168a70823562 installed
DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch 1628536914 13746679 e083c7da82ac4d6a8ba78b34e0888e13 installed
DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch 1628536914 596942 b947ffef4f22a6e3d579b3a14cb16e73 installed
DEBUG: langpacks-core-font-en-3.0-16.el9.noarch 1628548327 351 c459dbf4f89e14c3866201d92a22003f installed
DEBUG: osinfo-db-20250124-1.el9.noarch 1737982675 4044828 d0f1e4b8e5b2d3d1e76ee0d481330d4c installed
DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch 1655270554 1886539 3fc548ed612acde8d3b41b4b385c3143 installed
DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch 1628536854 722408 2732783fee86c9b991c6cd860dd2c453 installed
DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch 1631700183 6557604 d242e1bff048ee93c8785049f06a1b44 installed
DEBUG: python3-setuptools-wheel-65.5.1-2.el9s.noarch 1709721990 880926 f3b191e83073dbfcc12c71393ed579cc installed
DEBUG: xkeyboard-config-2.33-2.el9.noarch 1628575594 6083876 88ea8a43851daebce64e0f78a3cb495f installed
DEBUG: rust-srpm-macros-17-4.el9.noarch 1628569449 2447 73293207465a7961b68686701a149929 installed
DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch 1681714691 492 8ec89c93045f3fb6df7200c1acc02777 installed
DEBUG: poppler-data-0.4.9-9.el9.noarch 1628566347 12058151 ae8a3356650b67950bb9170591b59a6e installed
DEBUG: perl-srpm-macros-1-41.el9.noarch 1628565179 862 6cccf4e84e8d8ff1bfd99a5b08bc765b installed
DEBUG: openblas-srpm-macros-2-11.el9.noarch 1628560331 104 472d4c6b239cbdfa1a4a1e7465c3878e installed
DEBUG: ocaml-srpm-macros-6-6.el9.noarch 1628559705 745 621a996cbcddd8e3d3492467821c5a8b installed
DEBUG: mesa-filesystem-24.2.8-2.el9.x86_64 1740985077 3682 61e76245f869c1f9601a331f3400688b installed
DEBUG: llvm-filesystem-20.1.1-3.el9.x86_64 1744296173 0 d3668a9af19493a6039cfd2c9cdbe36a installed
DEBUG: libX11-common-1.7.0-11.el9.noarch 1734094023 1335069 99562bd76ead88233fc1fdad7d0177c6 installed
DEBUG: kernel-headers-5.14.0-580.el9.x86_64 1745351970 6460923 eead146673e82858fb7bba73f3f74817 installed
DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch 1628543357 535 3c30c63eb24feef9d64bfe022fbf9f23 installed
DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64 1645036530 1205149 40b1cb78f729044823f20b7ad90c67b4 installed
DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch 1637316977 12103345 d3b18c32d2219b99074b27745ccd308f installed
DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch 1628536977 4398414 472ec3c2382d57a2651109823210e159 installed
DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch 1644512729 68815 a486e7e01444e3373cb6e6b9418720c7 installed
DEBUG: pkgconf-m4-1.7.3-10.el9.noarch 1663762969 14187 a4fe05470faa432bdf2bc0da90a72878 installed
DEBUG: pcre2-syntax-10.40-6.el9.noarch 1722440460 234324 4748e7d5d1f12ed1df41c89d35b3a058 installed
DEBUG: ncurses-base-6.2-10.20210508.el9.noarch 1692626709 307293 ef98b393ba4b55cb87e80f4c95e8ac73 installed
DEBUG: libssh-config-0.10.4-13.el9.noarch 1708363378 277 5605f4240d6ed111340ef0be4b55fd71 installed
DEBUG: kbd-misc-2.4.0-11.el9.noarch 1736411876 2573480 faf2fbf44a345feda79761ed0ae32103 installed
DEBUG: kbd-legacy-2.4.0-11.el9.noarch 1736411876 557448 df5d6c1fd425a521caf48cddfc69084d installed
DEBUG: fuse-common-3.10.2-9.el9.x86_64 1718665815 38 b709260551729ee3006850af4c0ebfe7 installed
DEBUG: coreutils-common-8.32-39.el9.x86_64 1733748622 10880476 f36d8328981ccacfc95e0894b38f99cc installed
DEBUG: centos-gpg-keys-9.0-26.el9.noarch 1710957528 6047 c1a88474b7d1c126c8d0e341f1c3984c installed
DEBUG: centos-stream-repos-9.0-26.el9.noarch 1710957528 6854 46af9dec99c17573b2ee5faf8f0f1448 installed
DEBUG: centos-stream-release-9.0-26.el9.noarch 1710957528 30255 a98a9c5da68e0be2e29c63bdcbbba158 installed
DEBUG: setup-2.13.7-10.el9.noarch 1707295246 725932 fd3173da9bafb6e1d6afffea47d55a3f installed
DEBUG: filesystem-3.16-5.el9.x86_64 1719325383 106 f9382852ec0acc644aa2248d02286438 installed
DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch 1628573895 38280 a4ec9b61bb3e59b1961f6480b6ea1220 installed
DEBUG: basesystem-11-13.el9.noarch 1628537561 0 7bfb02cc1aeca822f9e4d9405c010142 installed
DEBUG: glibc-gconv-extra-2.34-187.el9.x86_64 1744134948 7880044 851c14862cb0bf8ad3d8230879a02e87 installed
DEBUG: glibc-minimal-langpack-2.34-187.el9.x86_64 1744134948 0 016616638e044b52527b079ab45f09d7 installed
DEBUG: glibc-common-2.34-187.el9.x86_64 1744134948 1066214 8cd157fc4b6344f778088283191bd4c0 installed
DEBUG: glibc-2.34-187.el9.x86_64 1744134948 6355059 3adb0dddc289760cb4be0bd92a8cde74 installed
DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64 1692626693 994375 e4c34faf5c547c4edf566fe4517c5e12 installed
DEBUG: bash-5.1.8-9.el9.x86_64 1708011409 7738778 681f5fc99cb4c0027cc7dd860547dd4c installed
DEBUG: zlib-1.2.11-41.el9.x86_64 1698657353 203041 786016493b8145ee743212c37a255951 installed
DEBUG: libstdc++-11.5.0-5.el9.x86_64 1738962702 2537694 7a09b5538bde97e4b72f443f4f5e175c installed
DEBUG: libzstd-1.5.5-1.el9.x86_64 1731924265 773894 c9ef1d17604ef1812b4c8396a52057a4 installed
DEBUG: xz-libs-5.2.5-8.el9.x86_64 1654006189 181557 65b27c8fdb646cb879de885e8d8f9d1e installed
DEBUG: libxml2-2.9.13-9.el9.x86_64 1740564017 1955204 5ffcba2c3c8509225800b42a48ab9940 installed
DEBUG: bzip2-libs-1.0.8-10.el9.x86_64 1736942078 78228 650ee83e37f6d9de775145f6530275ba installed
DEBUG: libxcrypt-4.4.18-3.el9.x86_64 1628554484 270692 17b62bc0bda4316e3dcf3662261685d4 installed
DEBUG: libpng-2:1.6.37-12.el9.x86_64 1628552275 232119 3bbeb3eba89728caac0a661ff6640bc6 installed
DEBUG: expat-2.5.0-4.el9.x86_64 1731057686 309418 29f78a1e3264939b0fad5ee4aa785496 installed
DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64 1705311609 647849 eb9c83b25a447c5902664052f79a5bae installed
DEBUG: libcap-2.48-9.el9.x86_64 1689167967 177447 5a226acbb6342918efccf73a4fced219 installed
DEBUG: libuuid-2.37.4-21.el9.x86_64 1737046711 38109 23ac8f6ea7826ce55b3973d3c24b7d7b installed
DEBUG: elfutils-libelf-0.192-5.el9.x86_64 1736981094 1220072 fa877702f3a1790915bba02c9df2eff1 installed
DEBUG: sqlite-libs-3.34.1-7.el9.x86_64 1704382370 1310936 26da3e9a9c03773b4b29c0d8e3514e80 installed
DEBUG: libffi-3.4.2-8.el9.x86_64 1681740417 65761 4bb756aae8cbb82168f5d2245c5a969b installed
DEBUG: crypto-policies-20250128-1.git5269e22.el9.noarch 1738090056 91854 54f51bd1c65b60b45c2b78aba20363df installed
DEBUG: gmp-1:6.2.0-13.el9.x86_64 1691058138 816844 44dbc752662788b6d7d5115cb6d0dc92 installed
DEBUG: libgpg-error-1.42-5.el9.x86_64 1638889587 837088 366d999be50089a74158b7f0463f8531 installed
DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64 1717763595 71568 9ff2fd24225e187217494936e56576dc installed
DEBUG: lcms2-2.12-3.el9.x86_64 1628549005 408572 34bf2942c65d262dff1506aa16b1f721 installed
DEBUG: nspr-4.35.0-17.el9.x86_64 1734451874 321296 76f1920c04286d642826678ecc8493ec installed
DEBUG: mpfr-4.1.0-7.el9.x86_64 1628557531 802539 88da3a99a529f63efff8ada0eb13b87f installed
DEBUG: readline-8.1-4.el9.x86_64 1628568923 492844 04ea87f7f650b71b09c3c80fbbc1263d installed
DEBUG: libogg-2:1.3.4-6.el9.x86_64 1628552055 50186 c37cdc45e445d19b618747d12e4a85bc installed
DEBUG: libvorbis-1:1.3.7-5.el9.x86_64 1628554367 924357 97f0e94761e756f39b738a3f77520045 installed
DEBUG: nss-util-3.101.0-10.el9.x86_64 1734451874 238160 177e8bf5b7a446535a83a9b2cff26014 installed
DEBUG: libgcrypt-1.10.0-11.el9.x86_64 1722525565 1398402 a0781794779b169a78184364aee1f2eb installed
DEBUG: libwayland-client-1.21.0-1.el9.x86_64 1667401001 71360 366182addb754f3e390ead562fd358f1 installed
DEBUG: libicu-67.1-9.el9.x86_64 1629785371 34109009 759ba2412d5676d3412b8b16734abb2f installed
DEBUG: libattr-2.5.1-3.el9.x86_64 1628537434 29429 aec8b9f183816020e45285f0143e8850 installed
DEBUG: libacl-2.3.1-4.el9.x86_64 1696594612 40554 c708b2c282e929084ec0f0efc372898b installed
DEBUG: libgomp-11.5.0-5.el9.x86_64 1738962702 421685 b6948161e2ad4e56906d77eec9a04642 installed
DEBUG: lz4-libs-1.9.3-5.el9.x86_64 1628555809 145483 7d3dca7640cf3d38ba0f9f9615d050cd installed
DEBUG: popt-1.18-8.el9.x86_64 1628566366 130360 f6d016fe6a99581d6c0ec0e43955c05b installed
DEBUG: alsa-lib-1.2.13-2.el9.x86_64 1734447136 1516779 52a4d06be241c045e28dd186205b2825 installed
DEBUG: libX11-xcb-1.7.0-11.el9.x86_64 1734094010 15076 725672dde29475cba430f93c18dace7b installed
DEBUG: libwebp-1.2.0-8.el9.x86_64 1695044490 787616 58fba1cdbfed92c5e6e661598dd0a449 installed
DEBUG: libassuan-2.5.5-3.el9.x86_64 1628549434 171165 2ea61cf9eb18aefe03c18facfa6e5980 installed
DEBUG: gdbm-libs-1:1.23-1.el9.x86_64 1712672345 128586 b9b3a18b49984ae02961c57d5847b88c installed
DEBUG: json-c-0.14-11.el9.x86_64 1631617016 79282 3be710938d8b71abae0b12826f2b27d5 installed
DEBUG: libbrotli-1.0.9-7.el9.x86_64 1726053399 782498 652d40bc7c4b213bc0bc670a6bcd1318 installed
DEBUG: libcap-ng-0.8.2-7.el9.x86_64 1644930750 75196 46e0b55fb2904dfe43b24ee2c94b3c1a installed
DEBUG: audit-libs-3.1.5-7.el9.x86_64 1744382185 334617 e77d0ace3fffd8b16a8620501a512613 installed
DEBUG: libcom_err-1.46.5-7.el9.x86_64 1737749176 68513 4df7bddea7d4b9013348b7aceb261a9a installed
DEBUG: libseccomp-2.5.2-2.el9.x86_64 1636474241 175293 020a54cdbf220f3d6b9889593d0cbb88 installed
DEBUG: libtasn1-4.16.0-9.el9.x86_64 1739768779 183364 a0a8ab91984108c1b0d2b9bb4fe03609 installed
DEBUG: p11-kit-0.25.3-3.el9.x86_64 1729865803 2530395 ca7c2cbd5799f46f7a92405741c63532 installed
DEBUG: libtdb-1.4.12-1.el9.x86_64 1727434563 103302 bc8a29908c7a0e976023e4b6f63336ca installed
DEBUG: libunistring-0.9.10-15.el9.x86_64 1628553516 1643051 df2997eefd8b00af79f36b60155d2564 installed
DEBUG: libidn2-2.3.0-7.el9.x86_64 1628550537 253460 b999cef1924e493741546dad040d6b64 installed
DEBUG: lua-libs-5.4.4-4.el9.x86_64 1681732544 287331 d580b400a364fe10ae66719a1533cfff installed
DEBUG: pcre2-10.40-6.el9.x86_64 1722440456 652298 222f5febd3e951089e8cd09010c01787 installed
DEBUG: fribidi-1.0.10-6.el9.2.x86_64 1649935865 347380 1a4bad4b26de656b0ab2b35694a6b88a installed
DEBUG: libICE-1.0.10-8.el9.x86_64 1628550523 174826 b92da4724c87af34f174760835f6c461 installed
DEBUG: libstemmer-0-18.585svn.el9.x86_64 1628553005 352513 93e9ba1d2f28344ab4c7e3de4a0d0578 installed
DEBUG: libxshmfence-1.3-10.el9.x86_64 1628554718 15936 1541f0109361779510ce1a64b464d733 installed
DEBUG: openjpeg2-2.4.0-8.el9.x86_64 1737667310 385252 6c8ffd5bbfbe2034dc2e97ae8da0c3fc installed
DEBUG: opus-1.3.1-10.el9.x86_64 1628561143 363598 40da76c2d6ce4525c03c2037784abb72 installed
DEBUG: libSM-1.2.3-10.el9.x86_64 1628552822 95269 90c43a5efe3bdbc6de7e6b8eb711d153 installed
DEBUG: libpsl-0.21.1-5.el9.x86_64 1628552331 78600 48e5ec8c64476be40b82088b405be4ae installed
DEBUG: libwayland-cursor-1.21.0-1.el9.x86_64 1667401001 37464 c725fc2424cd1d93bc940cb5d57bcb74 installed
DEBUG: libmpc-1.2.1-4.el9.x86_64 1628551818 138637 e5e40dad676b06cd7f5ce6e6f6278138 installed
DEBUG: libwayland-server-1.21.0-1.el9.x86_64 1667401001 88232 87e9b1d87c1006fca353ba9e67010f1b installed
DEBUG: dwz-0.14-3.el9.x86_64 1628540256 281758 f72e5de5cbebad4a19641f7e9c312c6d installed
DEBUG: exiv2-0.27.5-2.el9.x86_64 1636985354 4632497 bec8af9af0888f31db7af16f7bc4c8bb installed
DEBUG: exiv2-libs-0.27.5-2.el9.x86_64 1636985354 2794722 9d85f037ac697f35712d3a8404bba519 installed
DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64 1628554484 202824 5cc1d82aabed2601b8a39f3f49d50093 installed
DEBUG: unzip-6.0-58.el9.x86_64 1738583836 398483 d49dc7f24d62bc610a92fb614809a403 installed
DEBUG: xml-common-0.6.3-58.el9.noarch 1628570071 80280 e30dff7e045445c260fddaf4c82eb1fe installed
DEBUG: libproxy-0.4.15-35.el9.x86_64 1629990582 166674 cfaea8d129b2046f49d386a30a2a5b8a installed
DEBUG: imath-3.1.2-1.el9.x86_64 1629104544 371882 0f497264fb6125739d15f377a5c678c2 installed
DEBUG: file-libs-5.39-16.el9.x86_64 1701276394 8086748 8aa56edc919434f49112430700256021 installed
DEBUG: file-5.39-16.el9.x86_64 1701276394 102728 0e2e1cff99a9714823cb5f40f07bf4f3 installed
DEBUG: hicolor-icon-theme-0.17-13.el9.noarch 1653477225 73932 acdfc37badce9a922e7cd15ecb790c30 installed
DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64 1689761962 251847 13d64bf1aeccaccc6db6bef9ea473a2c installed
DEBUG: llvm-libs-20.1.1-3.el9.x86_64 1744296173 233239731 f35fe3cf6c8dd4feb01142683d3115dd installed
DEBUG: alternatives-1.24-2.el9.x86_64 1725536489 63489 233ce51ed15e69cb4909a1a13eaa4dd2 installed
DEBUG: p11-kit-trust-0.25.3-3.el9.x86_64 1729865803 478100 762c2790c21ba887b5d26d3a010920c1 installed
DEBUG: fuse-libs-2.9.9-17.el9.x86_64 1733159864 311934 c401efdd30b6246d670fd83f70452a26 installed
DEBUG: libsepol-3.6-3.el9.x86_64 1742818154 829131 72eb8de3c8fdc36560da85a76b9e8feb installed
DEBUG: libselinux-3.6-3.el9.x86_64 1738072423 176845 b59de2c8413f3c82e82c7525f8105fdb installed
DEBUG: sed-4.8-9.el9.x86_64 1628569875 813599 8f2001ef117e096e5b2cb761dbe56226 installed
DEBUG: findutils-1:4.8.0-7.el9.x86_64 1720104673 1756958 f10df4e7c5fcd83ef35d96c86d9b034a installed
DEBUG: libsigsegv-2.13-4.el9.x86_64 1628552820 50338 8d6efb1981489cae3ba03919e0a84d34 installed
DEBUG: gawk-5.1.0-6.el9.x86_64 1645036530 1685726 49d54aeca4767b4c1f096902535f8e65 installed
DEBUG: libsmartcols-2.37.4-21.el9.x86_64 1737046711 134899 e803aa1192e7c69f98a67ac9b9ae3c65 installed
DEBUG: pcre-8.44-4.el9.x86_64 1713357639 537728 b1ea83d87fcb8d3d5586d59af686cd44 installed
DEBUG: grep-3.6-5.el9.x86_64 1628545386 857840 b1783007ca41c6a5e2a2a6b09c72ee49 installed
DEBUG: openssl-libs-1:3.5.0-1.el9.x86_64 1744836101 9861602 2f2e2ec93fbc3d0081e1ae614cd3703a installed
DEBUG: coreutils-8.32-39.el9.x86_64 1733748622 5985314 7639ba5ccc81a1f5e8cbc0f5947e8aa0 installed
DEBUG: ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch 1724075159 2692239 e93b6ab8b6308a64633f727a130d7436 installed
DEBUG: systemd-libs-252-53.el9.x86_64 1744725058 1778208 f12e93b18180a54ff425c43d0492472e installed
DEBUG: libarchive-3.5.3-4.el9.x86_64 1670334275 906150 d8567679cfb8225dc2e349cb0ced7f90 installed
DEBUG: dbus-libs-1:1.12.20-8.el9.x86_64 1686561892 372990 52ea9b6b6c067fc779ab24fb611ac26c installed
DEBUG: libblkid-2.37.4-21.el9.x86_64 1737046711 229849 143f04a1d305d8e6e85b34e4a5066457 installed
DEBUG: libmount-2.37.4-21.el9.x86_64 1737046711 318437 66388911c3a80d730380519f5d9c46e7 installed
DEBUG: libfdisk-2.37.4-21.el9.x86_64 1737046711 367867 db410635ffc006ea56c71743f13724a6 installed
DEBUG: util-linux-core-2.37.4-21.el9.x86_64 1737046711 1268095 cde63acd68bea689db00118269490839 installed
DEBUG: libusbx-1.0.26-1.el9.x86_64 1650890875 169790 e42efbfacf911799e5c8d24d5565a35d installed
DEBUG: gzip-1.12-1.el9.x86_64 1650569887 377013 d100c7f7b4f855aeb3d8676072292699 installed
DEBUG: cracklib-2.9.6-27.el9.x86_64 1628539381 251850 6b30fcc5f113bfe3977cfb728e495423 installed
DEBUG: kmod-libs-28-10.el9.x86_64 1723815729 134014 84c839642486007aa1fe20ed61de3940 installed
DEBUG: libevent-2.1.12-8.el9.x86_64 1724156211 928082 fbe29f4553f3028b488d425e5fe289cf installed
DEBUG: avahi-libs-0.8-21.el9.x86_64 1724689277 177830 c2c92f52ff62afaef356d64254fcef24 installed
DEBUG: xz-5.2.5-8.el9.x86_64 1654006189 685923 7a3a1c534311e848d76428a6daddd7c0 installed
DEBUG: jbigkit-libs-2.1-23.el9.x86_64 1628547667 116759 fc59a2fbc5993faa2c50a2fee3ca890f installed
DEBUG: libtiff-4.4.0-13.el9.x86_64 1724391455 586505 89ef7308f8ad8fa25b32c0af5710878e installed
DEBUG: libXau-1.0.9-8.el9.x86_64 1628554479 64960 d29cb4a4741cc1c0d0676dbae6e78998 installed
DEBUG: libxcb-1.13.1-9.el9.x86_64 1628554525 1124254 51f3f8fe3db81337ba4a07430421c3ee installed
DEBUG: libX11-1.7.0-11.el9.x86_64 1734094010 1355052 57f9c92e819b9c7c7b1ff7e7294bd595 installed
DEBUG: libXext-1.3.4-8.el9.x86_64 1628554624 95724 36ef108c2804669f53bf41f5d7a12d3c installed
DEBUG: libXrender-0.9.10-16.el9.x86_64 1628554702 51543 1238322e38dd9b9aa5cce9a9d3ac8458 installed
DEBUG: libXi-1.7.10-8.el9.x86_64 1628554634 74757 bd2b6b3e709f17777a5d0e2097366c43 installed
DEBUG: libXfixes-5.0.3-16.el9.x86_64 1628554623 35681 06ff23960463555e5f8af61d13f71a2f installed
DEBUG: libXt-1.2.0-6.el9.x86_64 1628554747 453249 e7a4f272de4504efd24ddb90b533cf5b installed
DEBUG: libXmu-1.1.3-8.el9.x86_64 1628554669 188562 5879579377fd4468c1927636debd938c installed
DEBUG: libXcursor-1.2.0-7.el9.x86_64 1628554551 50861 7a058c13f6a9927cf4f6394049026de7 installed
DEBUG: libXdamage-1.1.5-7.el9.x86_64 1628554609 37259 119e8aef392b8008b8046e3ecc9dccab installed
DEBUG: libXrandr-1.5.2-8.el9.x86_64 1628554694 53332 2864163841b9f9634b602a32e0120853 installed
DEBUG: libXinerama-1.1.4-10.el9.x86_64 1628554595 19725 a29c4891e6ef396577c08db8c5a28ab5 installed
DEBUG: libXcomposite-0.4.5-7.el9.x86_64 1628554506 42445 4ff5ce3944de9ac0736fd23fefd642f8 installed
DEBUG: libXpm-3.5.13-10.el9.x86_64 1697029641 128632 143c8682ce0cbfb70df0ed5d852c4516 installed
DEBUG: libglvnd-1:1.3.4-1.el9.x86_64 1637623169 797162 6caa4083900d93e621a90c9f55312fd1 installed
DEBUG: libwayland-egl-1.21.0-1.el9.x86_64 1667401001 16466 6491c616c2a85a6da68cf36b154d74f9 installed
DEBUG: pixman-0.40.0-6.el9.x86_64 1696425141 710279 aede16298bd4d68bf8b81b92b7f4ff9f installed
DEBUG: libXaw-1.0.13-19.el9.x86_64 1628554542 510031 51fb88af4c8549b837fa52cf7348b1e4 installed
DEBUG: libXtst-1.2.3-16.el9.x86_64 1628554736 38680 28b0e6a42eb89fea8382dc1046a6e85b installed
DEBUG: libXv-1.0.11-16.el9.x86_64 1628554734 26929 72198c80e9062f01f7c8b6a56d1511d0 installed
DEBUG: libXxf86vm-1.1.4-18.el9.x86_64 1628554796 26316 9d5c88dac190e4f66857b2fab49ea44e installed
DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64 1628539381 9815154 097793bbff0b03b3ce0e2afaf462bbf5 installed
DEBUG: p11-kit-server-0.25.3-3.el9.x86_64 1729865803 1399705 63751c38ca1e2aef2c9520d9173a52cd installed
DEBUG: python3-pip-wheel-21.3.1-1.el9.noarch 1711479877 1232785 de13bdae4eecc1bcef2b53e631acb1c4 installed
DEBUG: python-unversioned-command-3.9.21-2.el9.noarch 1739293093 23 3fe4649435b52dabc994b18f938f109b installed
DEBUG: python3-3.9.21-2.el9.x86_64 1739293130 32837 0a6743fe7c389150955f7178343302a2 installed
DEBUG: python3-libs-3.9.21-2.el9.x86_64 1739293130 33059979 f5760a5367c03f315c63cee400eca37e installed
DEBUG: python3-setuptools-65.5.1-2.el9s.noarch 1709721990 7061954 c328c97d490495fecf34d494466a0925 installed
DEBUG: python3-idna-2.10-7.el9.1.noarch 1714045925 525633 302392bf155d99a5c6e49572bf1aede8 installed
DEBUG: python3-greenlet-3.0.3-2.el9s.x86_64 1706030025 834046 35a71652bad0173d065d881070a913f9 installed
DEBUG: python3-typing-extensions-4.12.2-2.el9s.noarch 1720780421 394089 9893ad79f3b274abaa6393eaaa9d61c1 installed
DEBUG: python3-pip-21.3.1-1.el9.noarch 1711479877 9189701 cb84f7a3b54d721b47851813ae14248e installed
DEBUG: crypto-policies-scripts-20250128-1.git5269e22.el9.noarch 1738090056 253705 53a181e6ee6048922f5c3a10948be114 installed
DEBUG: python3-dns-2.6.1-3.el9.noarch 1724187585 2233107 4a255a289b4896df953b4fd48b7fe638 installed
DEBUG: python3-pysocks-1.7.1-12.el9.noarch 1645030777 90512 e685632709558359a9a8dd9f087a6dba installed
DEBUG: python3-six-1.15.0-9.el9.noarch 1645014051 106876 ddb649ce7f23e052677037e6a3f1c03a installed
DEBUG: python3-urllib3-1.26.5-6.el9.noarch 1719998658 747323 e016429450c4aab8f06bbe5462dd414c installed
DEBUG: python3-requests-2.32.3-3.el9s.noarch 1725363608 437367 89b310a16477bb5ae67918e9d32ce2c3 installed
DEBUG: python3-docutils-0.16-6.el9.noarch 1628567136 6219958 444c8a45743579bfd963f306274d8903 installed
DEBUG: python3-pytz-2021.1-5.el9.noarch 1689250584 180371 e6b4e1f7bee95c39ce357b2feffca88a installed
DEBUG: python3-babel-2.9.1-2.el9.noarch 1628537498 28258458 7afe89f1e820f27155449468f908596e installed
DEBUG: python3-tomli-2.0.1-5.el9.noarch 1678873507 68777 23a7daa8bc9a0b429b38a928fe6de505 installed
DEBUG: python3-imagesize-1.2.0-6.el9.noarch 1628567186 22802 d39da8dc61e5ab41826837915a72cad8 installed
DEBUG: python3-pygments-2.7.4-4.el9.noarch 1628567572 8130001 cb702f6944ebf573a262210131a887d7 installed
DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch 1628567669 1175595 67ed16a77bea012e7ae506393454568f installed
DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch 1628567719 38853 4ba706d7fa269358f11f434cc32b3c6d installed
DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch 1628567667 62833 3b2c009918387ef7210eba186ca1806e installed
DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch 1628567666 46533 b2e795a36aef2c55de88074414b761be installed
DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch 1628567685 65376 fa4c300323f21943678c7f68e26f5838 installed
DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch 1628567715 12208 947d809e58f156601d53cc6203a7590c installed
DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch 1628567718 57306 2d6584bea4d8c410fe98524de6c1f16c installed
DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch 1628567696 54286 8e949b872c3ec55e9a6db87cbc9c9731 installed
DEBUG: python3-markupsafe-2.1.5-1.el9s.x86_64 1721740363 51809 7ece0d82efab238fd37642faa2bb334e installed
DEBUG: python3-jinja2-3.0.1-2.el9s.noarch 1631290225 2924051 b6ff5fd468f8b5a0c72e414a67ca863b installed
DEBUG: python3-pyparsing-3.1.2-7.el9s.noarch 1726557153 901817 937abaf779cb98eaca32de7b0d375040 installed
DEBUG: python3-packaging-20.9-5.el9.noarch 1644942056 254019 1278d05af2b02528944bef7b199b356c installed
DEBUG: openssl-1:3.5.0-1.el9.x86_64 1744836101 2254983 56cf0376ca2c142501c97b5fa6631a21 installed
DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch 1628570710 471450 e6f7781c74c99fcbcf41d1a012108db5 installed
DEBUG: kmod-28-10.el9.x86_64 1723815729 254125 e4bdac6a50b6e622b9a27c622dc360f3 installed
DEBUG: composefs-libs-1.0.8-1.el9.x86_64 1735937869 146629 012dc339e136d1226da8c9a5a5ce3c78 installed
DEBUG: bubblewrap-0.4.1-8.el9.x86_64 1725046598 103841 6edb7f9f21be934d0919a68ebf03b7b1 installed
DEBUG: libsemanage-3.6-5.el9.x86_64 1740730263 307174 eaed00d10a849df19b5d55bb349ca60a installed
DEBUG: shadow-utils-2:4.9-12.el9.x86_64 1730812755 3816549 0305a44c829ab7a414f2ab197a477667 installed
DEBUG: libutempter-1.2.1-6.el9.x86_64 1628554085 59409 ce999580e2b5f894fc54fe1b4bd09850 installed
DEBUG: tar-2:1.34-7.el9.x86_64 1723805420 3155442 e7841b90e100f95ed6fd8629bbecc0e5 installed
DEBUG: openexr-libs-3.1.1-3.el9.x86_64 1729669290 4878852 6ab86635d27080840a7240ffa5afb6d1 installed
DEBUG: iso-codes-4.6.0-3.el9.noarch 1628547387 19591019 f6ef364699f9b8f3bffb69d3c0d67b34 installed
DEBUG: zip-3.0-35.el9.x86_64 1676457149 741159 07aa037eb9408f2f848569827cd3559f installed
DEBUG: cpp-11.5.0-5.el9.x86_64 1738962702 30642286 6c8919a2a630e80c9de10218bf07194c installed
DEBUG: zstd-1.5.5-1.el9.x86_64 1731924265 1672813 0ec558f56473b9d9543419b96b0fcd53 installed
DEBUG: acl-2.3.1-4.el9.x86_64 1696594612 212167 ea68b93d2c6237673747706514381ad4 installed
DEBUG: nss-softokn-freebl-3.101.0-10.el9.x86_64 1734451874 840406 9ef9c944a8dfeb11ee9ae63f84bc2697 installed
DEBUG: nss-softokn-3.101.0-10.el9.x86_64 1734451874 1318963 bdcd1c54303b773b39c7831184350c46 installed
DEBUG: nss-sysinit-3.101.0-10.el9.x86_64 1734451874 18290 2ecc718d8da99b4a3492e0c0d70becb4 installed
DEBUG: nss-3.101.0-10.el9.x86_64 1734451874 1968702 085c9e647a00e95885ba0e25929139f8 installed
DEBUG: flac-libs-1.3.3-12.el9.x86_64 1695638696 561684 40e4f24683955d41c3d3da68c2452c34 installed
DEBUG: libtheora-1:1.1.1-31.el9.x86_64 1628553380 474222 b8127b03ee1f999ef62271ee2b4be850 installed
DEBUG: libksba-1.5.1-7.el9.x86_64 1722345509 394486 1cf232c15fda749343499c2edba8845a installed
DEBUG: jasper-libs-2.0.28-3.el9.x86_64 1628547517 333940 a8cabff1260ab3da238161ae0bdbe1e1 installed
DEBUG: LibRaw-0.21.1-1.el9.x86_64 1696285065 2493670 a82620ac65090460e8c9bd5a0c6b413e installed
DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 1635927371 1412953 d1d6378d392aaebf8f8e69d797903cff installed
DEBUG: bzip2-1.0.8-10.el9.x86_64 1736942078 95088 c1a93987041cd6a62f2cb8ca57e07fb8 installed
DEBUG: libxkbcommon-1.0.3-4.el9.x86_64 1628554663 324826 5f75063e425d48b3397b4217aff67fde installed
DEBUG: libxslt-1.1.34-12.el9.x86_64 1743712785 761167 4c04915e57bc1d8506f92ee220f44213 installed
DEBUG: graphite2-1.3.14-9.el9.x86_64 1628545340 201583 bee1c7d7f006f520847ff1f5b9f768e6 installed
DEBUG: groff-base-1.22.4-10.el9.x86_64 1633944960 4040774 6f382ca641a7b920bd2f194a36b9a1ef installed
DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64 1628574725 751654 f187c6b50c3612d6252e43eabf48abfd installed
DEBUG: info-6.7-15.el9.x86_64 1645432912 508035 4d0af4faf66f30b8126abd3410cdd719 installed
DEBUG: ed-1.14.2-12.el9.x86_64 1628540213 129923 038028fe8dfd324b820e16200786a15e installed
DEBUG: patch-2.7.6-16.el9.x86_64 1628561618 265522 4efdeefb054a89e177b517c3d3ed1147 installed
DEBUG: libfontenc-1.1.3-17.el9.x86_64 1628550261 64225 931267996fd577695291cbc512f16582 installed
DEBUG: less-590-5.el9.x86_64 1723015912 365264 55c1c8d8b9c16b20ccf1599247d89abe installed
DEBUG: systemd-rpm-macros-252-53.el9.noarch 1744725053 10405 9ed888d023d98cd268fe8eca45dc85b6 installed
DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch 1637316977 11533842 f148596fcfc2b39ba256f2a5e7bc6a19 installed
DEBUG: libpaper-1.1.28-4.el9.x86_64 1628552165 96772 5cac748655ed7916695475b9b0be51b8 installed
DEBUG: ncurses-6.2-10.20210508.el9.x86_64 1692626693 624684 3e1d871c5e43b7efd27d114ba95af330 installed
DEBUG: perl-Digest-1.19-4.el9.noarch 1628563396 36844 556e6f718ba9a6360fa39fb18d536aa0 installed
DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 1628563473 61522 2300fd882680ee0c7c1abb1ae6b8ccb4 installed
DEBUG: perl-B-0:1.80-481.el9.x86_64 1701177561 504555 97d255f5630b145e073fcda0f6cd3673 installed
DEBUG: perl-FileHandle-0:2.03-481.el9.noarch 1701177577 10529 cd446c4929e49051eacb7c809f916aa1 installed
DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 1628562913 111869 7ecb1b2e3a41395091b00413afff991d installed
DEBUG: perl-libnet-3.13-4.el9.noarch 1628564496 299357 3a4d318a43520c1ea611000b968a597c installed
DEBUG: perl-AutoLoader-0:5.74-481.el9.noarch 1701177577 22037 6b156f8bbe757a9a98edcbe7434ffd32 installed
DEBUG: perl-base-0:2.27-481.el9.noarch 1701177577 13819 7af91f5d6f97d736f20bd2b89937b3c6 installed
DEBUG: perl-URI-5.09-3.el9.noarch 1628565665 216915 b03fb11680933808dbfa5ed1bc6be6cf installed
DEBUG: perl-if-0:0.60.800-481.el9.noarch 1701177577 6874 c7499524c56ca9285541fdbb3ace9d60 installed
DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch 1628564340 100240 fc6b5e9831a4bbafe3036ad6c07bd0cd installed
DEBUG: perl-Time-Local-2:1.300-7.el9.noarch 1628565569 67344 56255d762b27e3f619c7ef093df999a5 installed
DEBUG: perl-File-Path-2.18-4.el9.noarch 1628563880 65333 e84dcd48672e858db99bf4abb31adefd installed
DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch 1718787831 616300 68df4118b07154d902cbeb71e46799e0 installed
DEBUG: perl-Net-SSLeay-1.94-1.el9.x86_64 1718690659 1520386 ca318d1749e9fb3737c39ac51287629a installed
DEBUG: perl-Pod-Escapes-1:1.07-460.el9.noarch 1628565069 25764 977f680f4ab8e6be26696f8e005328be installed
DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 1629764707 24828 4ddd39d2645c0d3a03a7fc505a69d03f installed
DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch 1628564841 5866 f3ba115f552765dda50122093731bdae installed
DEBUG: perl-Class-Struct-0:0.66-481.el9.noarch 1701177577 26954 01273c932f833550aa1a9b2a32961acf installed
DEBUG: perl-POSIX-0:1.94-481.el9.x86_64 1701177561 240147 bac99ffdb50863a993a8e4d89960f3d2 installed
DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch 1628565314 100303 0bdc632c00af8ea7fccf10c3a8aeb385 installed
DEBUG: perl-IPC-Open3-0:1.21-481.el9.noarch 1701177577 25044 233f261fe09ffc951336d8e038874e15 installed
DEBUG: perl-subs-0:1.03-481.el9.noarch 1701177577 3060 3f8e2d78aeeebc857fb48d88f5331af4 installed
DEBUG: perl-File-Temp-1:0.231.100-4.el9.noarch 1628563998 166550 668718b957c97d218cd0ce87b6d3e36d installed
DEBUG: perl-Term-Cap-1.17-460.el9.noarch 1628565308 29851 df13642162893be1ec21d401f866b7f7 installed
DEBUG: perl-Pod-Simple-1:3.42-4.el9.noarch 1628565108 577293 051f5b7ae5eb9bcca2b122291f9bd378 installed
DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch 1705477316 150675 3c54aff636d01b3b76e48030d477d990 installed
DEBUG: perl-Socket-4:2.031-4.el9.x86_64 1628565134 124969 0d5788854b6ccd115da6a227466baf78 installed
DEBUG: perl-SelectSaver-0:1.02-481.el9.noarch 1701177577 3170 988959df5a2887cfa7c2708eedbc18ac installed
DEBUG: perl-Symbol-0:1.08-481.el9.noarch 1701177577 7846 a911f0b217f7e27bb96e91f024a4a7c6 installed
DEBUG: perl-File-stat-0:1.09-481.el9.noarch 1701177577 13948 0022795a994ca9437a525e241e2032fe installed
DEBUG: perl-podlators-1:4.14-460.el9.noarch 1628565077 288742 ad2f3ada468688fbe129418e39eaac37 installed
DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch 1628565124 170960 7e2f1a7c0900c86834fc555f5c3bd0b9 installed
DEBUG: perl-Fcntl-0:1.13-481.el9.x86_64 1701177561 30235 daf4de7b8a3496d89780f5f6b1764ff3 installed
DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch 1628565448 13101 51cd796a12a1506353fefddcf48ede0a installed
DEBUG: perl-mro-0:1.23-481.el9.x86_64 1701177561 43587 c8e536919ee9acdb88b0ed487f13c291 installed
DEBUG: perl-IO-0:1.43-481.el9.x86_64 1701177561 163239 f091c4e270102a4fc611fb2b88069f7d installed
DEBUG: perl-overloading-0:0.02-481.el9.noarch 1701177577 5893 9c337d0eec9980ab0736c2e9a5e295fe installed
DEBUG: perl-Pod-Usage-4:2.01-4.el9.noarch 1628565107 87186 cf143f7c6da00856ecd8ce53db1b388f installed
DEBUG: perl-Errno-0:1.30-481.el9.x86_64 1701177561 9533 0d42d993af70cee6142c2dc407dd4962 installed
DEBUG: perl-File-Basename-0:2.85-481.el9.noarch 1701177577 15339 a0985a1a87665bf8f6d71f78aaf6ef4f installed
DEBUG: perl-Getopt-Std-0:1.12-481.el9.noarch 1701177577 12107 768fa74b8510a3a08bb95805114a222d installed
DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 1628564750 48145 1190c3bd08b43b3064f439bca71ca347 installed
DEBUG: perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 1711036238 143128 d1a7c9b708d7a64e63cd365c3603e604 installed
DEBUG: perl-constant-1.33-461.el9.noarch 1628562746 27104 ee5c312a7c1613a45b24c022d97fb08e installed
DEBUG: perl-Storable-1:3.21-460.el9.x86_64 1628565166 228532 119c254a858a4e8225a8f4f1b95a6fc8 installed
DEBUG: perl-overload-0:1.31-481.el9.noarch 1701177577 72821 225f3e52850e2049d4513cf1f47a6631 installed
DEBUG: perl-parent-1:0.238-460.el9.noarch 1628565026 9535 a35e48b4559776d182fedbd2b93f0867 installed
DEBUG: perl-vars-0:1.05-481.el9.noarch 1701177577 4926 24298c2d943794c3ee342af784462bad installed
DEBUG: perl-Getopt-Long-1:2.52-4.el9.noarch 1628564041 139937 0084d602dd5f3a3a608b8aa2d7d2784a installed
DEBUG: perl-Carp-1.50-460.el9.noarch 1628562498 47889 8aa3a6891f26697353b428ce0a184f8d installed
DEBUG: perl-Exporter-5.74-461.el9.noarch 1628563640 55359 600faf3d3db9096efa1de68bfe07d62d installed
DEBUG: perl-PathTools-3.78-461.el9.x86_64 1628565073 182534 367a2f6e64401c56f25dc4559c5806f6 installed
DEBUG: perl-NDBM_File-0:1.15-481.el9.x86_64 1701177561 30080 930a693ffe65c3f35b32ac6d42e42f25 installed
DEBUG: perl-Encode-4:3.08-462.el9.x86_64 1628580079 10235418 464fc08748c13d9698ad06bba18ae510 installed
DEBUG: perl-libs-4:5.32.1-481.el9.x86_64 1701177561 8958842 845752f1a2bae7269ddb30aa1aa7cb89 installed
DEBUG: perl-interpreter-4:5.32.1-481.el9.x86_64 1701177561 120268 9dbf64cde223abe3a939798189b24beb installed
DEBUG: kernel-srpm-macros-1.0-13.el9.noarch 1686576375 16918 0162dee60ae979d7e2da3d6ebbc2c48c installed
DEBUG: bluez-libs-5.56-6.el9.x86_64 1628537753 215704 a45c3fa7ebe4bb2255e74570c64e7348 installed
DEBUG: cpio-2.13-16.el9.x86_64 1631604799 1088156 8743fccbe23852587a7ef16a73f19f85 installed
DEBUG: diffutils-3.7-12.el9.x86_64 1628539960 1467825 507f1a0f06465e7a20379fffcb5a941e installed
DEBUG: keyutils-libs-1.6.3-1.el9.x86_64 1666019242 55267 3c9b8438c14c5b6dd89db849f2233459 installed
DEBUG: libatomic-11.5.0-5.el9.x86_64 1738962702 29234 d81879ea9bbc72ad501b12e4f0be2e80 installed
DEBUG: libcbor-0.7.0-5.el9.x86_64 1628549688 99993 595519f7b2452af7db9b5062131acaa3 installed
DEBUG: libdb-5.3.28-55.el9.x86_64 1726562596 1897910 a8d4534af5ac9fc790a002c380a1c2c1 installed
DEBUG: libeconf-0.4.1-4.el9.x86_64 1713168417 45811 9cb3d29c1594cf384a53e582916bac7e installed
DEBUG: libpwquality-1.4.4-8.el9.x86_64 1628552427 416376 0b62322fb735de082781bbefe37e1e6e installed
DEBUG: pam-1.5.1-23.el9.x86_64 1732184610 1909347 a4ba74cd270f1a77e19552ccae0241f0 installed
DEBUG: util-linux-2.37.4-21.el9.x86_64 1737046711 11160694 2b544ecbda7d68758a840c4b607dec84 installed
DEBUG: dbus-1:1.12.20-8.el9.x86_64 1686561892 0 e3a0cea0ef5d61d5d05c31ccab5a91f1 installed
DEBUG: systemd-pam-252-53.el9.x86_64 1744725058 512963 399e41c1e237d7b99430683df2e07c39 installed
DEBUG: systemd-252-53.el9.x86_64 1744725058 12664843 0d875ccefa6c944ea749f2074dc8d609 installed
DEBUG: dbus-common-1:1.12.20-8.el9.noarch 1686561915 11394 cb70323eee868f9715c3a3aad81e1149 installed
DEBUG: dbus-broker-28-7.el9.x86_64 1661245845 393994 e8c79633cf67b370e4698605d1acc8f4 installed
DEBUG: device-mapper-libs-9:1.02.202-6.el9.x86_64 1738605506 432001 ea09b91f80ed371acaa83b8931e3d551 installed
DEBUG: device-mapper-9:1.02.202-6.el9.x86_64 1738605506 359613 bdac6a2b6d66d1bffc1377e59b86fe07 installed
DEBUG: cryptsetup-libs-2.7.2-3.el9.x86_64 1725294027 2326294 15ee0f232546ddbb21b9785d729be8f2 installed
DEBUG: elfutils-default-yama-scope-0.192-5.el9.noarch 1736981058 1810 ff56d2242041759dfdc3b0fca40c27ae installed
DEBUG: elfutils-libs-0.192-5.el9.x86_64 1736981094 735149 9851d1793842f5c8bac557d820fde1ed installed
DEBUG: openssh-8.7p1-45.el9.x86_64 1739876398 1991724 4bf40fb99d45d8e879d9bcd950016715 installed
DEBUG: kbd-2.4.0-11.el9.x86_64 1736411880 1568949 2ada16529ebadd12437d61a0aa911795 installed
DEBUG: libnghttp2-1.43.0-6.el9.x86_64 1712746707 169892 a9d1d100c0ba602881b44cbf1a18ff66 installed
DEBUG: libpciaccess-0.16-7.el9.x86_64 1710934775 49451 245fe7637ad4840fefd299881500def1 installed
DEBUG: libdrm-2.4.123-2.el9.x86_64 1731488947 416380 de06d3ac2e8ba4bec44e810783ee33a5 installed
DEBUG: libglvnd-egl-1:1.3.4-1.el9.x86_64 1637623169 70708 f36fd901951072d8b6dc7b9b7b680993 installed
DEBUG: mesa-libgbm-24.2.8-2.el9.x86_64 1740985077 66012 363a4070835a1a38966d3f7690ff1ca9 installed
DEBUG: mesa-dri-drivers-24.2.8-2.el9.x86_64 1740985077 38531915 76dbf9f8a66eb3ffdaaab6a08ab637d2 installed
DEBUG: mesa-libglapi-24.2.8-2.el9.x86_64 1740985077 221720 43d64f8c07f67e170c879c5d4bbaacaf installed
DEBUG: mesa-libEGL-24.2.8-2.el9.x86_64 1740985077 403927 8f73d29cb9c7accf2968db9ac7837027 installed
DEBUG: libglvnd-glx-1:1.3.4-1.el9.x86_64 1637623169 694030 df6b17eab5aca2f17d3ec25cf90c1bd4 installed
DEBUG: mesa-libGL-24.2.8-2.el9.x86_64 1740985077 519801 9ffc8387d2b609ea8c71203b97848f9b installed
DEBUG: libpkgconf-1.7.3-10.el9.x86_64 1663762953 75425 6d784dbd338488f9a990f3870ce06e48 installed
DEBUG: pkgconf-1.7.3-10.el9.x86_64 1663762953 77890 c27775732875e2aaaa07204046b2e0ae installed
DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64 1663762953 1203 557e5f2bf85dce295401d6e30f51eabe installed
DEBUG: libverto-0.3.2-3.el9.x86_64 1628554245 30365 49717f919565ae8f0e70dc4def4d01f6 installed
DEBUG: krb5-libs-1.21.1-6.el9.x86_64 1738154970 2504201 849213cdf62b3060e3b3515cf7c33268 installed
DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64 1663006598 2380384 30b42ad4b265d75bc95db77acd35598e installed
DEBUG: openldap-2.6.8-4.el9.x86_64 1739381086 1087281 7a6fd8b2f946b5882a2bc52b669d746b installed
DEBUG: libssh-0.10.4-13.el9.x86_64 1708363436 535899 b02ff39361e3fb9a444260b10e181891 installed
DEBUG: libcurl-7.76.1-31.el9.x86_64 1724328878 667622 c266b4c0a875cf8f55471abbf28cf78c installed
DEBUG: elfutils-debuginfod-client-0.192-5.el9.x86_64 1736981094 81405 dd3721f47483648aece33ecf88d8923b installed
DEBUG: binutils-gold-2.35.2-63.el9.x86_64 1738943398 2128619 22a9817aa447c655f702ec9763006682 installed
DEBUG: binutils-2.35.2-63.el9.x86_64 1738943398 25214926 6242710591b025f4d7b2ada11a810d16 installed
DEBUG: elfutils-0.192-5.el9.x86_64 1736981094 3072094 0489e12806ed49dc7fda65cd3cb4d0de installed
DEBUG: gdb-minimal-14.2-4.el9.x86_64 1736797057 13952598 736e1af7d5dd7872e824f85e1e89e742 installed
DEBUG: debugedit-5.0-10.el9.x86_64 1744904216 192056 bb1651bf01d2d9840320bf8755c21237 installed
DEBUG: curl-7.76.1-31.el9.x86_64 1724328878 684689 a0346881de271e762d1190d55834cb0e installed
DEBUG: rpm-4.16.1.3-37.el9.x86_64 1736769212 2750727 f889a4e56ac038f9c7b4383bbcd13c71 installed
DEBUG: rpm-libs-4.16.1.3-37.el9.x86_64 1736769212 769188 8d02a5e969585b63f96852403fc69436 installed
DEBUG: rpm-build-libs-4.16.1.3-37.el9.x86_64 1736769212 198558 6613b73798ac894542040326061ebe0e installed
DEBUG: efi-srpm-macros-6-2.el9.noarch 1722274341 41044 6b119c8c97394a9441dec12fd8915fbb installed
DEBUG: lua-srpm-macros-1-6.el9.noarch 1628555741 1314 0fdd144bbbee9bc020012ff761b15a17 installed
DEBUG: tpm2-tss-3.2.3-1.el9.x86_64 1717683442 2232032 90e40332c6bb2b003fdff9aa221ee579 installed
DEBUG: systemd-udev-252-53.el9.x86_64 1744725058 11251836 f7cdd41937c01e37b14b1f386476e289 installed
DEBUG: libfido2-1.13.0-2.el9.x86_64 1699456888 246862 89903d7667844d756da1228185335b93 installed
DEBUG: openssh-clients-8.7p1-45.el9.x86_64 1739876398 2145525 f0e05766e796354853c6f0c8f9681097 installed
DEBUG: git-core-2.47.1-1.el9.x86_64 1735916175 23076260 9799d94654776bbe4973f3b1bf9535a5 installed
DEBUG: make-1:4.3-8.el9.x86_64 1706904750 1719894 63525a4cfacb7b409195d59d53450e4e installed
DEBUG: nettle-3.10.1-1.el9.x86_64 1739531674 1169592 885616c139aecc15d1a17ca5e971abbb installed
DEBUG: gnutls-3.8.3-6.el9.x86_64 1739756039 3452581 9265afdbf616cc4d671993a0a4326b5b installed
DEBUG: glib2-2.68.4-16.el9.x86_64 1727428325 13445086 693a7329174fce9a46919b98346af14f installed
DEBUG: freetype-2.10.4-9.el9.x86_64 1654071485 840612 eb49c3e16b2281a6af4531ea392af8d5 installed
DEBUG: harfbuzz-2.7.4-10.el9.x86_64 1695037531 1705461 c1679c0fe827db886e817382b72eb6af installed
DEBUG: fontconfig-2.14.0-2.el9.x86_64 1670223487 837217 449ed09ac88eaeb9a30ba214b9981e87 installed
DEBUG: cairo-1.17.4-7.el9.x86_64 1645512144 1714807 9fef2bc3657f2c34016b51a532acc8d9 installed
DEBUG: json-glib-1.6.6-1.el9.x86_64 1629809706 555868 fe4576ce40b422e833b0850db1a3e07f installed
DEBUG: atk-2.36.0-5.el9.x86_64 1628537391 1304627 bd9aeb354c9610e81f272d7222808571 installed
DEBUG: cairo-gobject-1.17.4-7.el9.x86_64 1645512144 44432 9aabd9bcc00fd6431ede021358bcb4ef installed
DEBUG: polkit-libs-0.117-13.el9.x86_64 1716987337 29394737 1cda75c2833288c68b91ed75536bce16 installed
DEBUG: gstreamer1-1.22.12-3.el9.x86_64 1731143409 5083793 754f5cc7edaad3ab1eaa083b0850daa4 installed
DEBUG: cups-libs-1:2.3.3op2-33.el9.x86_64 1736348311 686489 f45cfa92930ebd9ba4c6dd5b69460996 installed
DEBUG: polkit-0.117-13.el9.x86_64 1716987337 442377 bdffe9ee19f233b05d5ce9f6f8bc7f45 installed
DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64 1628566241 96325 40f2701ed3ee93b221c4dfaa0a2928d0 installed
DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64 1671646004 4730586 8543d94d77db623126314e6728432790 installed
DEBUG: libgudev-237-1.el9.x86_64 1629362707 89888 3ae2ff97534847502dc9dc6e54769e32 installed
DEBUG: dconf-0.40.0-6.el9.x86_64 1628539769 311890 d110060115bde4f51444aa24238968ff installed
DEBUG: rtkit-0.11-29.el9.x86_64 1723817786 149334 1ee761b3e3f4c0b7bc4253644f69972b installed
DEBUG: libgxps-0.3.2-3.el9.x86_64 1628550450 197503 5d0ba1ab5bc4e31a13ee886d167b362c installed
DEBUG: gd-2.3.2-3.el9.x86_64 1628543005 422174 ff84c2c781e480e239e5c9ffd6376152 installed
DEBUG: libXft-2.3.3-8.el9.x86_64 1628554598 136020 9dd4afaf02c043020674bf5723eeec0b installed
DEBUG: poppler-21.01.0-21.el9.x86_64 1722007313 3760865 5edd38b9e02efc3aab5be5f30057f2e4 installed
DEBUG: poppler-glib-21.01.0-21.el9.x86_64 1722007313 488500 c22088459845448f15f1de6add8194ba installed
DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch 1628573895 1428570 ca19d0e098c193249d75aa2a16f84908 installed
DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch 1628573895 1460397 c7a3299906900e9634054c11a85f913a installed
DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch 1628573895 86625 16f0f27ee064f929f7cb3221881a5e1f installed
DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch 1628573895 1216723 60a564c67ac16e3b356a0ac499002beb installed
DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch 1628573895 1099808 1f85b60ff6e6c83153019702bf850931 installed
DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch 1628573895 1429732 81d7a185b0ada9a5ad0383043ccf2c76 installed
DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch 1628573895 2505850 6e0cd8553a6ab96b007e771ad1c17185 installed
DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch 1628573895 1557220 668671e23df63172d342d3969f9572fe installed
DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch 1628573895 45248 fd1753c92919fdc12154dc57ab487f7b installed
DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch 1628573895 400137 0fa9d01117b873b3aad533568edfb7ec installed
DEBUG: urw-base35-fonts-20200910-6.el9.noarch 1628573895 5478 192e5af4292c7614f1255fcdd61d1504 installed
DEBUG: libraqm-0.7.0-7.el9s.x86_64 1631084139 29499 76e4839ab4d91c7f7edf02c08d2dfade installed
DEBUG: mkfontscale-1.2.1-3.el9.x86_64 1628557177 54887 e55c107f8fd4546cd9c443713362fd90 installed
DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch 1628575762 1070851 7f8999a7b9556e8e40ca7b251960c077 installed
DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64 1670941191 1579276 41b8135cabe1c9496d51799643c4d37e installed
DEBUG: NetworkManager-libnm-1:1.53.3-1.el9.x86_64 1744695224 10549235 3fbf0c5baa75509ee01a23a508d0dc40 installed
DEBUG: gobject-introspection-1.68.0-11.el9.x86_64 1667572879 936649 f0cce33f7885a16bb7162d447c255809 installed
DEBUG: upower-0.99.11-11.el9.x86_64 1628573812 571536 4bc50b2c77c740c5ac72f1ba14729ebf installed
DEBUG: libgusb-0.3.8-2.el9.x86_64 1692013174 129332 41172fd21ee5baa9c8b84c2fe236bf14 installed
DEBUG: colord-libs-1.4.5-4.el9.x86_64 1628538970 857392 efbe5add1d1c940f9f00da30ad86e1a5 installed
DEBUG: shared-mime-info-2.1-5.el9.x86_64 1667822225 5187670 2de9dfcf7c8b566ac4caef5329cac708 installed
DEBUG: gdk-pixbuf2-2.42.6-4.el9.x86_64 1715764036 2608350 7402493dfccb37287645f9ca017020c2 installed
DEBUG: gdk-pixbuf2-modules-2.42.6-4.el9.x86_64 1715764036 271401 07d94ccb6361dd93d8a0e7303c61d28c installed
DEBUG: gtk-update-icon-cache-3.24.31-5.el9.x86_64 1721375726 67589 92564bb2fa489c800e5d9b025c2c0715 installed
DEBUG: libgsf-1.14.47-5.el9.x86_64 1628550426 963734 ed3526738da2d8fb971a65c9a9b8bc9f installed
DEBUG: libnotify-0.7.9-8.el9.x86_64 1640186875 101670 483ba13b155f617530adfa19b62982ff installed
DEBUG: at-spi2-core-2.40.3-1.el9.x86_64 1629746374 528135 b097546202f46405c17cbb596216eda2 installed
DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64 1628537393 278826 904b1dc4ca3ce42898a0352ce0644aa5 installed
DEBUG: avahi-glib-0.8-21.el9.x86_64 1724689277 19826 a8445f4334dcf9e35ac47fc91fbee595 installed
DEBUG: flatpak-session-helper-1.12.9-4.el9.x86_64 1741679737 215037 932912b808a4b51938eaf4f7f254c55d installed
DEBUG: graphene-1.10.6-2.el9.x86_64 1628545303 170747 834f692ccc980e04ac0d4376b0b9163d installed
DEBUG: libgexiv2-0.12.3-1.el9.x86_64 1629745530 230299 4413aeeb0b43120fcbd40ab9212fba25 installed
DEBUG: low-memory-monitor-2.1-4.el9.x86_64 1628555427 71942 7eb6ed0aadd9fe9e6deec38bf86080bd installed
DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64 1628573225 337376 3b2ae808b6f6aef6d85706bf3abb1576 installed
DEBUG: webkit2gtk3-jsc-2.44.3-2.el9.x86_64 1723752659 14953520 b6432a9e544326ae69ee9e71c3f0de08 installed
DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64 1629990582 33073 19ece62a63da90e07fa4f7dfe0889713 installed
DEBUG: glib-networking-2.68.3-3.el9.x86_64 1645725961 655538 a1f0e2c161d9f5a8ebf4ccd5267cbc51 installed
DEBUG: libsoup-2.72.0-10.el9.x86_64 1738098624 1259874 a08ff2f66ac096ce09cd538510b4d20d installed
DEBUG: geoclue2-2.6.0-7.el9.x86_64 1669833794 371262 7577fcf4f6c1c7b754eeeabd5cd16f9c installed
DEBUG: libappstream-glib-0.7.18-5.el9.x86_64 1714124815 1420392 5dcb4ad7d78ca66828abccfde8b32a88 installed
DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64 1669836900 181588 28e89ea88f62695d9ca277507f766e19 installed
DEBUG: libosinfo-1.10.0-1.el9.x86_64 1669824782 1225572 134a8eabade143ef211f58af60aefef2 installed
DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64 1647904775 87288 4ccfb99c9ba5e6128721c79aefe24759 installed
DEBUG: liblqr-1-0.4.2-17.el9s.x86_64 1631870165 99520 eab4072ca3cfa6060e0072403aaad1b7 installed
DEBUG: npth-1.6-8.el9.x86_64 1628558844 50619 ec2f6c8c45b97d50a2d00f1c3ae9f17b installed
DEBUG: gnupg2-2.3.3-4.el9.x86_64 1682510074 9227533 d384c35c7b3bb26db6c8e299893befc2 installed
DEBUG: gpgme-1.15.1-6.el9.x86_64 1645124220 576065 ecb8fc57f018677395265e37b7603b3c installed
DEBUG: ostree-libs-2025.2-1.el9.x86_64 1742847926 1217390 38445e54cfd87a47b091696b755f92b5 installed
DEBUG: which-2.21-29.el9.x86_64 1679928490 81813 9f0d5c6f27dad58821bbd23f4fb6ec18 installed
DEBUG: fuse-2.9.9-17.el9.x86_64 1733159864 219017 d3117b6b8b7dd555c5bfa7f517392521 installed
DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64 1628541105 602256 043bd67da6af245f437c39bc99ab7810 installed
DEBUG: giflib-5.2.1-9.el9.x86_64 1628543406 108576 9aa6dc5454f0eddcdf84a82dadd4e77c installed
DEBUG: glibc-headers-2.34-187.el9.x86_64 1744134948 2176235 a1b73de50c017ca7b5a81129127d2353 installed
DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 1628554484 31019 a63fe88a62be81dd45e3204f4612b177 installed
DEBUG: glibc-devel-2.34-187.el9.x86_64 1744134948 47536 7e721b824f26f3eac9972759eaadf4b0 installed
DEBUG: gcc-11.5.0-5.el9.x86_64 1738962702 89844056 e60d9c6be4366aae446ee71b77f5d754 installed
DEBUG: annobin-12.92-2.el9.x86_64 1742463813 1206890 3c51e35182648a33f1ff951861c48302 installed
DEBUG: gcc-plugin-annobin-11.5.0-5.el9.x86_64 1738962702 57762 2493169fa0fecde57bdebd826957d66e installed
DEBUG: fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 1631794425 56503 0be1ca4f9f113419a2dd328e5a5e5fef installed
DEBUG: go-srpm-macros-3.6.0-11.el9.noarch 1744722778 62484 185590decf8910c8a244722ba22a6ba3 installed
DEBUG: python-srpm-macros-3.9-54.el9.noarch 1719823107 37605 14999f3b83509523c25ed355decb1a1b installed
DEBUG: redhat-rpm-config-209-1.el9.noarch 1738079107 191560 03cafa13e60c9de501f771c610b2e700 installed
DEBUG: rpm-build-4.16.1.3-37.el9.x86_64 1736769212 150015 602e0b924c5a2f68a832ae9cde951e2b installed
DEBUG: pyproject-srpm-macros-1.16.2-1.el9.noarch 1731943319 1952 85d95fe6c8d7866c7e622d276dc84996 installed
DEBUG: python-rpm-macros-3.9-54.el9.noarch 1719823107 20079 686f68ca69550bf43cd5baf37845aa47 installed
DEBUG: python3-rpm-macros-3.9-54.el9.noarch 1719823107 6227 e3bd710b44c94699345e4577af239d0c installed
DEBUG: python3-rpm-generators-12-9.el9.noarch 1700828243 78358 e739a85b6967ac4d65e1a73a793b08b6 installed
DEBUG: gsm-1.0.19-6.el9.x86_64 1628545513 65995 49de30fbb92514fa46c4d910eaf234dd installed
DEBUG: libsndfile-1.0.31-9.el9.x86_64 1732023200 533968 ee8ec4826163807ecafbc52e50fea0c0 installed
DEBUG: jbig2dec-libs-0.19-7.el9.x86_64 1675090429 168059 be161807a56e90dcc214469ff6aa7b2e installed
DEBUG: libasyncns-0.8-22.el9.x86_64 1628549467 60822 fb0ec56fa9b86539768d634afb584e03 installed
DEBUG: pulseaudio-libs-15.0-3.el9.x86_64 1733217291 3382301 4a901aee8b3061b6b6100d1872598486 installed
DEBUG: libcanberra-0.30-27.el9.x86_64 1689255812 288247 43220d729b38ccdfe962c310d04c4fdf installed
DEBUG: libdatrie-0.2.13-4.el9.x86_64 1628549831 59521 99d5d94690935edf76557d007558e477 installed
DEBUG: libthai-0.1.28-8.el9.x86_64 1628553338 778570 de49304efecef4042eac62582830f479 installed
DEBUG: pango-1.48.7-3.el9.x86_64 1667448668 899563 cd97a559ad2aacfe754b19f2c3868cd3 installed
DEBUG: librsvg2-2.50.7-3.el9.x86_64 1696574847 10687283 42b7361c125bbec228b57b0543c24f68 installed
DEBUG: libepoxy-1.5.5-4.el9.x86_64 1628549922 1297595 33eff1eb283c34cede4b07749aa151b0 installed
DEBUG: libexif-0.6.22-6.el9.x86_64 1628550088 2461952 b3d08759fe45d4298b7354a3166d9fdc installed
DEBUG: libijs-0.35-15.el9.x86_64 1628550542 67428 73f5011374f112b59200d905aca8656c installed
DEBUG: libgs-9.54.0-17.el9.x86_64 1720711901 19642209 39507c6aff5550173c3dc60dae739fcb installed
DEBUG: libiptcdata-1.0.5-10.el9.x86_64 1720537100 175701 61c487ec0ca89390d72f96b0fdf77661 installed
DEBUG: libldac-2.0.2.3-10.el9.x86_64 1628551275 80669 eca9c29213c4265693172cb13dc648e4 installed
DEBUG: libsbc-1.4-9.el9.x86_64 1628569554 83034 5976df1103874c4002c033f63482aafb installed
DEBUG: pipewire-libs-1.0.1-1.el9.x86_64 1705673142 8006429 7e939a0baf3b081f9ffb358be2557abc installed
DEBUG: pipewire-1.0.1-1.el9.x86_64 1705673142 359327 607aadb93c4ed206c4d13fd17b5ca09e installed
DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64 1682343168 1220418 593e6aaf8906d28345fe25ec64f9b9a1 installed
DEBUG: wireplumber-0.4.14-1.el9.x86_64 1682343168 308626 e9315bacca4d3ae75d806b77e7582527 installed
DEBUG: flatpak-1.12.9-4.el9.x86_64 1741679737 8065976 d8e87dfeefb6224c5531a212d9165eb1 installed
DEBUG: xdg-desktop-portal-1.12.6-1.el9.x86_64 1699963919 1883764 bbf816d41fbabbd44a4eea51ad404ae7 installed
DEBUG: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64 1705673142 560698 692072d1a58d30d570477641978fd74c installed
DEBUG: libwmf-lite-0.2.12-10.el9.x86_64 1660550784 166926 6ecf8fe1504b57b8470021806def9a65 installed
DEBUG: orc-0.4.31-8.el9.x86_64 1722433005 614926 b3f4866779ae4bb79df6c2eb8361b7dc installed
DEBUG: gstreamer1-plugins-base-1.22.12-4.el9.x86_64 1734104828 7666279 bd6b8d253c1946b871d69923da00a8ac installed
DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64 1669159640 1040603 3cbb511732834507639c35c594154df7 installed
DEBUG: tracker-3.1.2-3.el9.x86_64 1669159640 2060361 44050518b1c9c07c379b0d75d9c31c58 installed
DEBUG: tracker-miners-3.1.2-4.el9.x86_64 1701359312 4190339 60edfa1ab3772326332ee70f85ce3e53 installed
DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64 1689255812 75947 86b031874e946aa4b4829a212b67c518 installed
DEBUG: gtk3-3.24.31-5.el9.x86_64 1721375726 20578874 46956b614ace0035afd1d409efbab20e installed
DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 1651780145 489960 efd56fe254ac29c6933a7290c5974090 installed
DEBUG: gtk2-2.24.33-8.el9.x86_64 1667881305 13889880 d6fa1c321a87fe437f55e5399991de8a installed
DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64 1689255812 55309 0bfcab1394282c6333cfbe9a94c99451 installed
DEBUG: graphviz-2.44.0-26.el9.x86_64 1701791988 12241992 ac92ed85ce249cf6357d446654150ea2 installed
DEBUG: ImageMagick-libs-0:6.9.12.98-1.el9s.x86_64 1696919402 8620244 987de17b924501a81809548e2dc7da63 installed
DEBUG: ImageMagick-0:6.9.12.98-1.el9s.x86_64 1696919402 243376 2b7502e96f91b06fae805336acda9e6d installed
DEBUG: python3-sphinx-1:3.4.3-8.el9.noarch 1701344504 10064068 7b60f0027d72365144fc141f3aca9bf4 installed
DEBUG: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64 1705673142 30 bcaced6ec1cd7b1965950220c813922d installed
DEBUG: pipewire-alsa-1.0.1-1.el9.x86_64 1705673142 177582 8ff6a7c1db400b4dd72a866b719676ae installed
DEBUG: pipewire-pulseaudio-1.0.1-1.el9.x86_64 1705673142 437665 23808d3f3b9e7c13defb7f4d9baf2dd6 installed
DEBUG: python3-devel-3.9.21-2.el9.x86_64 1739293130 782227 057173b8b369e670b16f23732e61012e installed
DEBUG: python3-pbr-6.0.0-1.el9s.noarch 1725024828 516368 589ec1d1af990dae54bda1bf42eadc69 installed
DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch 1677685511 271052 a3ab3303f7d174df0d5976baa2635310 installed
DEBUG: python3-eventlet-0.36.1-1.el9s.noarch 1712907228 1733334 4d67c1a44541e9fc1dafc76e9ad86393 installed
DEBUG: python3-sqlalchemy-2.0.31-1.el9s.x86_64 1720800725 19319588 f54dfe39becbfe959d8ce38026ceb5a0 installed
DEBUG: openstack-macros-2023.1.0-0.20250328135338.ce6a105.el9.noarch 1743170162 45488 4e428bdccdad206d2a8c9da60d19fc6c installed
DEBUG: fontawesome-fonts-1:4.7.0-13.el9.noarch 1628541846 303691 3500aad86ed9e1b6cf0ebab8f8d70139 installed
DEBUG: gettext-libs-0.21-8.el9.x86_64 1680164670 1023620 d79da13af096723ff024edc3aa450ee6 installed
DEBUG: gettext-0.21-8.el9.x86_64 1680164670 5278487 19f594a855f8f9387349ef895767928f installed
DEBUG: fontawesome-fonts-web-1:4.7.0-13.el9.noarch 1628541846 1012614 8c4a96bef7cdf9d7165e75746281a92d installed
DEBUG: pyproject-rpm-macros-1.16.2-1.el9.noarch 1731943319 116503 f944faf4f5779d4418c6df80b36fd5de installed
DEBUG: python3-wheel-1:0.36.2-8.el9.noarch 1683048825 214175 7cf7c3323026ce265cfc3f67d4a1ae33 installed
DEBUG: libtirpc-1.3.3-9.el9.x86_64 1722344412 207314 4c399e92f7f6558e2596516f9bf244de installed
DEBUG: libnsl2-2.0.0-1.el9.x86_64 1642756981 59558 df22cbf8fae5ade589067abf96b8b6c6 installed
DEBUG: python3-filelock-3.15.4-1.el9s.noarch 1721630275 79575 ec69b3269c3b5351e2637ba0be859853 installed
DEBUG: mpdecimal-2.5.1-3.el9.x86_64 1674579616 205263 f1bf555f9db646f5b79922dfac81dd7f installed
DEBUG: python3-distlib-0.3.7-1.el9s.noarch 1696835423 921833 af2f183ec630e194966161e761046a3b installed
DEBUG: python3-wheel-wheel-1:0.36.2-8.el9.noarch 1683048825 36198 68684a988afbd1db0ab8bca73555e2a7 installed
DEBUG: python3.12-pip-wheel-23.2.1-4.el9.noarch 1708096743 1577209 b55630b7c17c3e2b5742427b914d5f47 installed
DEBUG: python3.12-3.12.10-1.el9.x86_64 1744612468 30730 70dbc575d8648b0a2952fae65f8ff0ab installed
DEBUG: python3.12-libs-3.12.10-1.el9.x86_64 1744612468 44347956 5848e8ba6c4e08683f1ab997483e144a installed
DEBUG: python3.12-devel-3.12.10-1.el9.x86_64 1744612468 1335540 524cd112b41bce56693ac6848138d782 installed
DEBUG: python3.11-setuptools-wheel-65.5.1-4.el9.noarch 1741603006 880929 7e9985dd2df9c20fe9cab7635bbf0e69 installed
DEBUG: python3.11-pip-wheel-22.3.1-5.el9.noarch 1707931946 1538839 f4e4d4c086f5f85511a80f1210b7a9b9 installed
DEBUG: python3.11-3.11.11-2.el9.x86_64 1739281033 31749 f8443ff6f5e3e85d611f009344d66b43 installed
DEBUG: python3.11-libs-3.11.11-2.el9.x86_64 1739281033 47132923 646d9a81cffb7118ec344d1ddd844f2d installed
DEBUG: python3.11-devel-3.11.11-2.el9.x86_64 1739281033 952335 58a439eb186e5edf3654043bcfb4a105 installed
DEBUG: python3-toml-0.10.2-6.el9.noarch 1644946042 101697 566ea805ab6ab6a1faa275c797f1e328 installed
DEBUG: python3-py-1.10.0-6.el9.noarch 1645029346 2836937 d08c97130001c6631f7d9115af9fefe0 installed
DEBUG: python3-pluggy-0.13.1-7.el9.noarch 1645029264 125149 b115f47420c6dfc42c5217bffd5bb9b0 installed
DEBUG: python3-appdirs-1.4.4-4.el9.noarch 1628566993 65030 98f9fc31732d98505f70bff24f17a1df installed
DEBUG: python3-virtualenv-20.4.4-1.el9s.noarch 1631112630 667112 10ed701ce28ff4e77ab98f9efc89a65c installed
DEBUG: tox-3.23.0-2.el9s.noarch 1631138838 568634 51003013217c52c443b3b76cb895dfde installed
DEBUG: python3-tox-current-env-0.0.8-1.el9s.noarch 1673452369 44699 3c5ba4fa7941d2eae83481ad132db16b installed
DEBUG: python3-XStatic-1.0.1-23.el9s.noarch 1631373405 7716 6b6f89638957ff32a926728ba1999ebf installed
DEBUG: web-assets-filesystem-5-15.el9.noarch 1628574704 34 62ca0c0412c88ec4d2cc6b405f8252c0 installed
DEBUG: python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch 1733249166 268772 de791d2e0b0d5fb182d50e7c330744cc installed
DEBUG: python3-prettytable-0.7.2-27.el9.noarch 1628567478 170451 ba39972a8922f03102eccaee357565c3 installed
DEBUG: python3-iso8601-1.1.0-1.el9s.noarch 1668080811 53924 05b08eb5ab32eeb30d648d875ec52181 installed
DEBUG: python3-webob-1.8.8-2.el9s.noarch 1724920708 1256639 18a4b1f457cad5b07b35a6c92a46fcc8 installed
DEBUG: python3-netaddr-0.10.1-5.el9s.noarch 1720598491 9642392 555e0482a35f2a988efd7c66b390dbc7 installed
DEBUG: python3-jeepney-0.8.0-3.el9s.noarch 1659096163 1900432 89be827dbdb29568386b53f63d98f9e7 installed
DEBUG: python3-attrs-20.3.0-7.el9.noarch 1645553213 281851 cd1d1385d5d5890a76293859c398a691 installed
DEBUG: python3-decorator-4.4.2-6.el9.noarch 1628567131 62807 e22ec134c639837beec6cc34b8b6ce32 installed
DEBUG: python3-wrapt-1.16.0-1.el9s.x86_64 1708440245 184316 42d3377e636e82d5939304dddcc92636 installed
DEBUG: python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch 1727081018 86270 563f002f47db2b6fa70f2360f6d6371d installed
DEBUG: python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch 1728632875 57471 aea4703e21c9f6eda008fa56b2f6dca2 installed
DEBUG: python3-vine-5.1.0-1.el9s.noarch 1705909841 49386 13595aaff0b094c3f8f7ab017113654b installed
DEBUG: python3-amqp-5.2.0-2.el9s.noarch 1705915323 388407 57da739745d816299a21460fe780c781 installed
DEBUG: python3-dulwich-0.21.7-2.el9s.x86_64 1708341847 2281350 68dfd93daf07b16c629fa8b300b5558d installed
DEBUG: python3-netifaces-0.10.6-15.el9.x86_64 1628567396 44167 c1e7628df9cd71ae1cb6edd6770b68e8 installed
DEBUG: python3-dateutil-1:2.8.1-7.el9.noarch 1691366393 737286 ce4e3e436deb6c1198d3ebffc1c79ffe installed
DEBUG: python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch 1727083270 114330 7608ec5606dcbd2b4d3d74ff47b2f0f9 installed
DEBUG: python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch 1726565990 2154066 2497a4e467ce55f18ed07064c575cd00 installed
DEBUG: python3-kombu-1:5.3.7-1.el9s.noarch 1721630334 1468505 2562d75bb81a4e54ba0c08d5c6948f33 installed
DEBUG: python3-prometheus_client-0.19.0-2.el9s.noarch 1706095411 286274 67fa2db66f706edcb4ebc24ff25e0bcc installed
DEBUG: XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch 1631373711 3267465 913a439ccc8051dee96bace0cf1a358e installed
DEBUG: bootswatch-common-3.3.7.0-15.el9s.noarch 1631381414 6941190 d682c9b24c55dc4724e93c6a2ee1ebdd installed
DEBUG: mdi-common-1.6.50.2-4.el9s.noarch 1631381695 324064 4bba00c1672706d992efe8f1b15281d9 installed
DEBUG: roboto-fontface-common-0.5.0.0-17.el9s.noarch 1631382004 28976 0901ddc72416e7a27135d6e702dd870b installed
DEBUG: xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch 1631374023 270833 f0d69bc4436bdfb7a81a5c638cf63e30 installed
DEBUG: xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch 1631374329 494289 e506696c44f7625f97037ce473042d23 installed
DEBUG: xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch 1631374645 32117 254e530acd1a9f5503d31abb8d922c4e installed
DEBUG: xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch 1631374982 7279 329f74a2a208fd26e14af5d6ee42c1b8 installed
DEBUG: xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch 1631382951 172563 984358e03d81aa94dc19155bc7a0181c installed
DEBUG: xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch 1631375283 137534 f304d236ba7535265578e2f59dae9135 installed
DEBUG: xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch 1631375577 619987 04f7f1aaac5cc05686391b388a9866bc installed
DEBUG: xstatic-d3-common-3.5.17.0-14.el9s.noarch 1631375885 338394 66f2e371101648d19eff7f7f6f212afe installed
DEBUG: xstatic-hogan-common-2.0.0.2-21.el9s.noarch 1631376505 15644 902d44f581c5e34e8e75f2f881c87e80 installed
DEBUG: xstatic-jasmine-common-2.4.1.1-13.el9s.noarch 1631378011 141226 82efc09b573f91eb046f5cac92c1816c installed
DEBUG: xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch 1631376813 24295 21b57d169ef067ab8ef68a2c623b369c installed
DEBUG: xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch 1724145544 14398 19065a43e350402fa01cf8c558aab827 installed
DEBUG: xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch 1631377098 57087 6b5dcf005521fe4ece7f74db1ea75b6b installed
DEBUG: xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch 1631384243 3908446 db8278a8e17658c2e1333f003c714ddb installed
DEBUG: xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch 1631377713 131150 73839832d4a185bde32542e251bbbd1b installed
DEBUG: xstatic-objectpath-common-1.2.1.0-2.el9s.noarch 1631383269 3962 652831dd1e2fe290642aa9e4c2847d0f installed
DEBUG: xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch 1631380801 108472 7a449ca7862d725bb58d65aeda10c598 installed
DEBUG: xstatic-smart-table-common-1.4.13.2-13.el9s.noarch 1631382319 38420 9aadcf54fb5bbaefcb42e9201e0b1c58 installed
DEBUG: xstatic-spin-common-1.2.5.2-22.el9s.noarch 1631381096 4896 9c92a63ceb07ace5e5a77f9f964ad21f installed
DEBUG: xstatic-termjs-common-0.0.7.0-13.el9s.noarch 1631382654 156090 b93cb2cd95c78b3a640b3a141cb81d22 installed
DEBUG: xstatic-tv4-common-1.2.7.0-2.el9s.noarch 1631383610 85365 dcfb9537b5068e9bb3f4ed8e4eae0aae installed
DEBUG: python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch 1631383906 373766 834814f82145a3a3cbd488c2e32df8b1 installed
DEBUG: python3-isodate-0.6.0-8.el9s.noarch 1631011660 210474 cc866fed24f180038318af251bbc6135 installed
DEBUG: roboto-fontface-fonts-0.5.0.0-17.el9s.noarch 1631382004 14706726 6404c84c93f7bb862f0a1f817f628a4d installed
DEBUG: qpid-proton-c-0.35.0-2.el9s.x86_64 1631546481 791434 ab98054a0778e669edb807b991a82632 installed
DEBUG: python3-qpid-proton-0.35.0-2.el9s.x86_64 1631546481 2661955 1c664d4b9572ce5a2eb6afefed4a77f0 installed
DEBUG: python3-pyngus-2.3.0-8.el9s.noarch 1631691766 192640 0d4c3d68d00d5b7db033d6058647168a installed
DEBUG: python3-zipp-3.6.0-1.el9s.noarch 1633535871 24135 7b3e97ba88dd0ea1ae57665d3a9c19ab installed
DEBUG: python3-importlib-metadata-6.8.0-1.el9s.noarch 1708526913 169163 849a29a00fa15d8c8a61e6ee7ebcff48 installed
DEBUG: python3-yappi-1.6.0-1.el9s.x86_64 1720430396 155347 9fa2a7db2ea9dafff368b4add699e94e installed
DEBUG: python3-webencodings-0.5.1-15.el9s.noarch 1631086914 73752 ecd31998603d112c329814b87da14a2a installed
DEBUG: python3-html5lib-1:1.1-4.el9s.noarch 1631087281 1132984 43e1ef02ab0ed7d2aff4b7db71afa6c3 installed
DEBUG: python3-rdflib-5.0.0-1.el9s.noarch 1631088028 2052508 33a2d3a5c3a374d7108a5320ce1c9228 installed
DEBUG: python3-wcwidth-0.2.13-1.el9s.noarch 1714119513 568638 fc3bd7a22fa7069952d0f8013067665d installed
DEBUG: python3-testtools-2.7.1-1.el9s.noarch 1708341611 1537147 3a7860784b18a02d840e2e192edb3884 installed
DEBUG: python3-tempita-0.5.2-2.el9s.noarch 1633588086 116012 34e2cf6a782f7f308d07a17b1b914277 installed
DEBUG: python3-statsd-3.2.1-20.el9s.noarch 1631001186 118061 fca7d23cac03325bc696eb9afae98d04 installed
DEBUG: python3-sqlparse-0.4.2-4.el9s.noarch 1658917746 270936 e573d2b32653042e19c048335cf19147 installed
DEBUG: python3-scss-1.4.0-1.el9s.x86_64 1678174023 933971 c06b0a2169cf1b6a0dcca6101e8e2b04 installed
DEBUG: python3-rjsmin-1.2.1-2.el9s.x86_64 1680599709 83640 ba8933ccb6a6346dcc8fe68dface8bbd installed
DEBUG: python3-rfc3986-1.5.0-1.el9s.noarch 1644341140 181444 1a32b489b5f446a3432233dd53bba169 installed
DEBUG: python3-repoze-lru-0.7-10.el9s.noarch 1630938871 85134 20411a6c6d09ff532d04b46fa2698e86 installed
DEBUG: python3-routes-2.5.1-1.el9s.noarch 1633948452 470408 12ebc3c7c395dc172f96b1f56f89e861 installed
DEBUG: python3-rcssmin-1.1.1-1.el9s.x86_64 1664887057 70033 3053ecbfcde1fe840e42cc1e3fc8f3d1 installed
DEBUG: python3-pyperclip-1.8.2-2.el9s.noarch 1671787159 80181 e7678ab97bd72beb30c62b94059af8c4 installed
DEBUG: python3-cmd2-2.4.2-1.el9s.noarch 1663751302 1389428 dd3da69f680c7348961326d84df33394 installed
DEBUG: python3-platformdirs-4.2.2-1.el9s.noarch 1720771480 153708 5647653674b688b3b68a54d2c7e2c844 installed
DEBUG: python3-paste-deploy-3.1.0-2.el9s.noarch 1706029828 103499 ef0da607c8d7c4042bfe9091876ccb86 installed
DEBUG: python3-msgpack-1.0.7-1.el9s.x86_64 1708107040 355223 9af1f5a80dfc365bf2c539e70fa99f4d installed
DEBUG: python3-more-itertools-10.1.0-1.el9s.noarch 1704363609 417917 b26d6d3a4d32ff2af35fbd23473e58b8 installed
DEBUG: python3-jmespath-1.0.1-1.el9s.noarch 1668424571 126830 6ce44266e7e3ab8fa4c2381be5322666 installed
DEBUG: python3-jaraco-8.2.1-4.el9s.noarch 1635164891 3782 7f5d39545a285a88c9c88c35a876908d installed
DEBUG: python3-jaraco-classes-3.2.1-5.el9s.noarch 1634901953 24902 aede9e8ce2c545f9727975ba885b2cf9 installed
DEBUG: python3-fasteners-0.19-1.el9s.noarch 1696835387 103644 242e2c7dcfadfab256790bbac51d636b installed
DEBUG: python3-cachetools-5.4.0-2.el9s.noarch 1722233804 115561 e377ab8c46d7b10fd09e24082584dbba installed
DEBUG: python3-autopage-0.5.2-3.el9s.noarch 1708526821 227436 e50f536039092df273ba4442be621765 installed
DEBUG: python3-asgiref-3.8.1-1.el9s.noarch 1725624740 127586 d8af36b0294daa2952cca9a3051e20b1 installed
DEBUG: mdi-fonts-1.6.50.2-4.el9s.noarch 1631381695 2472294 1c81c2c4ba0e941fe6484b2aaeff10ca installed
DEBUG: bootswatch-fonts-3.3.7.0-15.el9s.noarch 1631381414 217270 9a0f130805544900157d41d48c5119e0 installed
DEBUG: python3-pyrsistent-0.17.3-8.el9.x86_64 1628567565 376376 07253d153221160ee6a1bdaa5745cd1c installed
DEBUG: python3-jsonschema-4.16.0-2.el9s.noarch 1677767013 699503 de345c177c92aed5e6e82eebf2a579d1 installed
DEBUG: python3-mako-1.1.4-6.el9.noarch 1668698522 546833 afadc4d58ab86e22ea833db2a1e63084 installed
DEBUG: python3-dogpile-cache-1.3.1-1.el9s.noarch 1708937955 502058 3442fbe339704e11d3c4c6c1e0af1d32 installed
DEBUG: python3-jsonpointer-2.0-4.el9.noarch 1628567244 35025 0cd95694f14133d3549e31cdc0c9cc13 installed
DEBUG: python3-jsonpatch-1.21-16.el9.noarch 1628567242 56294 8c4831e26eec0439b33e99ba7e44fcd0 installed
DEBUG: python3-warlock-2.0.1-3.el9s.noarch 1708338763 43084 df16ba7d749a945ea54a3c6295420a39 installed
DEBUG: python3-iniconfig-1.1.1-7.el9.noarch 1645553325 17805 e111038e71410a95916d32688d9c4936 installed
DEBUG: python3-ply-3.11-14.el9.noarch 1644945702 440210 585f6071f7eef976079b8a30299aa0a0 installed
DEBUG: python3-pycparser-2.20-6.el9.noarch 1644945657 763313 747a6f34c8aac42953a65a7ac3d91b5f installed
DEBUG: python3-cffi-1.14.5-5.el9.x86_64 1644337049 1071319 49e7e86da58e037d9fe55484ba891a3a installed
DEBUG: python3-cryptography-36.0.1-4.el9.x86_64 1685444444 4755971 febff0894578a962f1dc309d74a66503 installed
DEBUG: python3-pyOpenSSL-20.0.1-2.el9s.noarch 1630998538 392321 aac3981c7120cbee8ccd6ef6afc87943 installed
DEBUG: python3-secretstorage-3.3.1-1.el9s.noarch 1631626392 93574 28ebe687d201b71093b36f8819d6e589 installed
DEBUG: python3-keyring+completion-24.3.0-4.el9s.noarch 1708618057 22259 7a80ac49b692b62c48387ed112e5cbd5 installed
DEBUG: python3-keyring-24.3.0-4.el9s.noarch 1708618057 247490 368d3264fbab5e2bac43a02207fd2e99 installed
DEBUG: python3-paste-3.10.1-1.el9s.noarch 1716796526 2256689 0600727162135a67acb5715679f8a5d8 installed
DEBUG: python3-bcrypt-3.2.2-4.el9s.x86_64 1658918645 88449 beb77f270f95204e1dfbdfd5c182fa74 installed
DEBUG: libyaml-0.2.5-7.el9.x86_64 1628554829 138283 2f9c4364d7171454e6a0815a0e3c0995 installed
DEBUG: python3-pyyaml-5.4.1-6.el9.x86_64 1644855966 689115 a64a1773a1cc542c5ea8d9236ddb37e3 installed
DEBUG: python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch 1726564993 295261 289197dcb932f2952d2238288b2e450b installed
DEBUG: bash-completion-1:2.11-5.el9.noarch 1707828463 1056389 08e021c22d6510b9ea2ce1408596b8b2 installed
DEBUG: python-django-bash-completion-4.2.14-3.el9s.noarch 1723029414 2315 51847e55c5b99596e4270ce5c0c5ba5d installed
DEBUG: python3-django-4.2.14-3.el9s.noarch 1723029414 18785230 439a60535c05c0d092e44f3e3ff30edb installed
DEBUG: python3-django-appconf-1.0.6-2.el9s.noarch 1706092514 586518 1f8d14888d1b8afe4376a3510a8a9d5c installed
DEBUG: python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch 1727082935 28128 7c010d412b38486d31ff9edd037adb06 installed
DEBUG: python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch 1730882947 5437457 32872635b5ba9e942b953a404f297c36 installed
DEBUG: python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch 1727090542 207559 cda87228e666c3888678f54d36c3a695 installed
DEBUG: python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch 1727078695 226153 95e0df85e7a853c9916b04e919650cbb installed
DEBUG: python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch 1726650858 18914 dc8576283b18644c98b3aa8f8da69829 installed
DEBUG: python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch 1726563141 15700 11281e3a9ccb3acfb97f2809b2d0c0ee installed
DEBUG: python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch 1726653924 10964 3496dc9b95427921a4a9eab043ac93ec installed
DEBUG: python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch 1726563301 17101 a7cbffa6f66fd3f848effc17c2aa8bd8 installed
DEBUG: python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch 1726561964 16884 85196eea2079ec0421a93adf8c17ebc1 installed
DEBUG: python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch 1726561964 186971 fef8036917fc5cd4a7d3470658c93743 installed
DEBUG: python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch 1726650858 369918 c2ab19739067e1974b05d3e87b72421d installed
DEBUG: python3-oslo-config-2:9.6.0-0.20241028120320.beb7b6c.el9.noarch 1730117348 1181538 b97d799da650f567b04b39916643adc6 installed
DEBUG: python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch 1726563537 84761 09a8608571ae939855bcc1bb965ec74b installed
DEBUG: python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch 1726563301 176937 9a712e6aae153b505fae63a35c43e7e7 installed
DEBUG: python3-keystoneclient-1:5.5.0-0.20240917074642.a635649.el9.noarch 1726559358 1184299 951c40d5860e8c5922a416e9ee2b78c6 installed
DEBUG: python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch 1726558786 653556 dc166aa0b4a46247bf43a01a5a146d00 installed
DEBUG: python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch 1726558786 21318 be3be116e7e7bb639214c8d0265be00d installed
DEBUG: python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch 1726562118 44868 f5d7919da95e1a0b830d6baafea40ef5 installed
DEBUG: python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch 1726563141 269329 629ff533ce3d823fba3ad7c342209455 installed
DEBUG: python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch 1726653924 185719 c63127987800f69ad61c3ab750a89a0c installed
DEBUG: python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch 1726565400 251765 a239fb3492b9ac1272c55f0412fbd2e3 installed
DEBUG: python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch 1726561802 18967 50b7cc95224cd16d179bbbe3bb7b76ad installed
DEBUG: python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch 1726561802 120713 837b32c4b249d8b021b5a3d481b74e26 installed
DEBUG: python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch 1727079211 234499 5f376ec564ec651a91b1dd2fbbb4f23a installed
DEBUG: python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch 1730136176 16058 d3e02da35a0a551c1e8e8c8084e6fc4d installed
DEBUG: python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch 1730136176 1027507 a64773aa95f2f586a1be71dcdd90ac45 installed
DEBUG: python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch 1726652232 507550 bf35c2706fec9ee4434b96e5a315c5e0 installed
DEBUG: python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch 1726558976 1387891 60d1d21e46c7981410b208a71292dd28 installed
DEBUG: python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch 1726562327 57972 435a8b7d19c7cc13fe0b1dbb7440953f installed
DEBUG: python3-novaclient-1:18.7.0-0.20240918091954.42ded0a.el9.noarch 1726651393 949787 fe9756d695e305e2f79c870273ecba78 installed
DEBUG: python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch 1726560597 983248 ce6b837f9d54d428b1322d6ad39b51dd installed
DEBUG: python3-glanceclient-1:4.7.0-0.20240917085916.4439db2.el9.noarch 1726563757 583315 4e1f62342c17c615ae5ca95c3d2e00f8 installed
DEBUG: python3-django-compressor-4.4-2.el9s.noarch 1722521438 548343 2be15402c570323455671d313eb0e7e5 installed
DEBUG: python3-django-debreach-2.1.0-2.el9s.noarch 1659022577 24718 21d252c3c0fce5c7fa0d2cfdc387618e installed
DEBUG: python3-django-pyscss-2.0.3-1.el9s.noarch 1707490309 25419 89e76c6f997dbf71be87d807c24166f2 installed
DEBUG: python3-reno-4.1.0-0.20240923084806.47651ec.el9.noarch 1727081429 481627 e1b094dc4026bdb376b8e7ac9834aea1 installed
DEBUG: python3-pytest-6.2.2-7.el9.noarch 1710887734 2492486 017728a0df351312a6fffe972b71ebee installed
DEBUG: python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch 1631381414 17187 73e1a1a344e1ef7251fe3e27a0bfd5fb installed
DEBUG: python3-XStatic-mdi-1.6.50.2-4.el9s.noarch 1631381695 79570 7bcbc753648e2ec830b6ff1002355109 installed
DEBUG: python3-testscenarios-0.5.0-21.el9s.noarch 1631031198 105944 caea093dfebb12f3f758c14c092fd384 installed
DEBUG: python3-selenium-3.141.0-1.el9s.noarch 1664785302 1577374 64b151d40ffe643a58e8bbcf3a1987a7 installed
DEBUG: python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch 1631382004 20842 0306d6c018e83ab664e3016cff7aa785 installed
DEBUG: python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch 1631384243 43553 ed93330b037a46dba9c4ade80683731a installed
DEBUG: python3-XStatic-tv4-1.2.7.0-2.el9s.noarch 1631383610 6672 8c1b7c80df31685104219cab092fc6a7 installed
DEBUG: python3-XStatic-termjs-0.0.7.0-13.el9s.noarch 1631382654 6738 b61ff6a46c00491cf4c8830a954d1863 installed
DEBUG: python3-XStatic-Spin-1.2.5.2-22.el9s.noarch 1631381096 6124 54e2623b82eed788e778dde4097d8778 installed
DEBUG: python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch 1631382319 6582 eb540a9f20f731b55cfe70d2f6e178da installed
DEBUG: python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch 1631380801 6236 ea7d819abf955c11c05ae97bdb0091a7 installed
DEBUG: python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch 1631383269 7271 d2a2229b6286176847b42a1c0bfc6f65 installed
DEBUG: python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch 1631377713 6194 f48ba69fd18a8c55ff8878ae1c8751a4 installed
DEBUG: python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch 1631377098 6428 d7b09f6976cb56c28888d83e6ed50cfd installed
DEBUG: python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch 1724145544 6344 968c7ac35caa22e893c668296eff0b78 installed
DEBUG: python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch 1631376813 6395 717ef24479a8a0aa1b02b9a798cb60dc installed
DEBUG: python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch 1631378011 6315 ff182034780f052280b93cf2572f0df1 installed
DEBUG: python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch 1631376505 6116 f1ca016552516c882a77a7e2a8432268 installed
DEBUG: python3-XStatic-D3-3.5.17.0-14.el9s.noarch 1631375885 5940 79707812ce7f7d36d724def1fe49030f installed
DEBUG: python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch 1631375577 12247 fbe4b29c9f919dca32bca0d186b05302 installed
DEBUG: python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch 1631375283 10371 950d600dd22c3dc8d7c4505244717a71 installed
DEBUG: python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch 1631382951 7597 ac29a3ef51c21c2825dc170e06bd7c0e installed
DEBUG: python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch 1631374982 6631 56ab0011a302a78a4b55d20f3ec7f299 installed
DEBUG: python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch 1631374645 6336 ba75187a7ec9213841345ff28d62a58e installed
DEBUG: python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch 1631374329 7999 e14cc3afb4747c83a35d12714ce47dec installed
DEBUG: python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch 1631374023 6633 5dbe6189d04ed7278779046848f8e2d0 installed
DEBUG: python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch 1631373711 16541 741b19c0480f5c2efcb34b7f02aff4d5 installed
DEBUG: python3-freezegun-1.2.2-1.el9s.noarch 1668428394 115176 e31dbb69aa63bbb33f25b8ae3514b28a installed
DEBUG: python3-openstackdocstheme-3.0.0-1.el9s.noarch 1659682472 2255169 1d9b0ae4a54c0ecb03fe1abfc13cb72d installed
DEBUG: python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch 1631376183 8426 627f678e08312d246e77186c863e5ec1 installed
DEBUG: python3-semantic_version-2.10.0-4.el9s.noarch 1704796894 159953 b28c6ba238f467ec43df974773a9d341 installed
DEBUG: python3-pymemcache-4.0.0-1.el9s.noarch 1700660566 631632 39b0d32e7f323600b7a03bb6b18a2eac installed
DEBUG: python3-mock-4.0.3-5.el9s.noarch 1659021541 272394 8fae2f65609a1d1cf7d8e33b98e6a74b installed
DEBUG: python3-coverage-7.3.2-2.el9s.x86_64 1705912367 1388882 5266a331fd2ec4370d77f81181b29e7f installed
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos9-dalmatian-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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fd1f9df7430>timeout=0uid=1038gid=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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
DEBUG: warning: Macro expanded in comment on line 415: %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
DEBUG: warning: Macro expanded in comment on line 416: %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
DEBUG: Building target platforms: x86_64
DEBUG: Building for target x86_64
DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.Isa2oT
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
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.1.1.dev12/.pyproject-builddir
DEBUG: + echo -n
DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64:
DEBUG: + CC=gcc
DEBUG: + CXX=g++
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + RPM_TOXENV=py39,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.1.1.dev12/pyproject-wheeldir --output /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires -t -e py39,docs
DEBUG: Handling setuptools >= 40.8 from default build backend
DEBUG: Requirement satisfied: setuptools >= 40.8
DEBUG:    (installed: setuptools 65.5.1)
DEBUG: Handling wheel from get_requires_for_build_wheel
DEBUG: Requirement satisfied: wheel
DEBUG:    (installed: wheel 0.36.2)
DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel
DEBUG: Requirement satisfied: pbr>=2.0.0
DEBUG:    (installed: pbr 6.0.0)
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.8)
DEBUG: ___________________________________ summary ____________________________________
DEBUG:   py39: commands succeeded
DEBUG:   docs: commands succeeded
DEBUG:   congratulations :)
DEBUG: Handling coverage>=4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: coverage>=4.0
DEBUG:    (installed: coverage 7.3.2)
DEBUG: Handling freezegun>=0.3.15 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: freezegun>=0.3.15
DEBUG:    (installed: freezegun 1.2.2)
DEBUG: Handling pytest>=5.3.5 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pytest>=5.3.5
DEBUG:    (installed: pytest 6.2.2)
DEBUG: Handling pymemcache>=4.0.0 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: selenium>=2.50.1
DEBUG:    (installed: selenium 3.141.0)
DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: testscenarios>=0.4
DEBUG:    (installed: testscenarios 0.5.0)
DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: testtools>=2.2.0
DEBUG:    (installed: testtools 2.7.1)
DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pbr>=5.5.0
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel>=2.6.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: Babel>=2.6.0
DEBUG:    (installed: Babel 2.9.1)
DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: django-compressor>=4.4
DEBUG:    (installed: django-compressor 4.4)
DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-debreach>=1.4.2
DEBUG:    (installed: django-debreach 2.1.0)
DEBUG: Handling django-pyscss>=2.0.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-pyscss>=2.0.3
DEBUG:    (installed: django-pyscss 2.0.3)
DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: futurist>=1.2.0
DEBUG:    (installed: futurist 3.0.0)
DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: iso8601>=0.1.11
DEBUG:    (installed: iso8601 1.1.0)
DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: keystoneauth1>=4.3.1
DEBUG:    (installed: keystoneauth1 5.8.0)
DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: netaddr>=0.7.18
DEBUG:    (installed: netaddr 0.10.1)
DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0
DEBUG:    (installed: oslo.concurrency 6.1.0)
DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.config>=8.8.0
DEBUG:    (installed: oslo.config 9.6.0)
DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.i18n>=5.1.0
DEBUG:    (installed: oslo.i18n 6.4.0)
DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.policy>=3.11.0
DEBUG:    (installed: oslo.policy 4.4.0)
DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.serialization>=4.3.0
DEBUG:    (installed: oslo.serialization 5.5.0)
DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0
DEBUG:    (installed: oslo.upgradecheck 2.4.0)
DEBUG: Handling oslo.utils>=4.12.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.utils>=4.12.0
DEBUG:    (installed: oslo.utils 7.3.0)
DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: osprofiler>=3.4.2
DEBUG:    (installed: osprofiler 4.2.0)
DEBUG: Handling pyScss>=1.4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pyScss>=1.4.0
DEBUG:    (installed: pyScss 1.4.0)
DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-cinderclient>=8.0.0
DEBUG:    (installed: python-cinderclient 9.6.0)
DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-glanceclient>=2.8.0
DEBUG:    (installed: python-glanceclient 4.7.0)
DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0
DEBUG:    (installed: python-keystoneclient 5.5.0)
DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-neutronclient>=8.1.0
DEBUG:    (installed: python-neutronclient 11.3.1)
DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-novaclient>=9.1.0
DEBUG:    (installed: python-novaclient 18.7.0)
DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-swiftclient>=3.2.0
DEBUG:    (installed: python-swiftclient 4.6.0)
DEBUG: Handling PyYAML from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: PyYAML
DEBUG:    (installed: PyYAML 5.4.1)
DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: semantic-version>=2.3.1
DEBUG:    (installed: semantic-version 2.10.0)
DEBUG: Handling XStatic from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: XStatic
DEBUG:    (installed: XStatic 1.0.1)
DEBUG: Handling XStatic-Angular from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-jQuery
DEBUG:    (installed: XStatic-jQuery 1.10.2.1)
DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0
DEBUG:    (installed: XStatic-tv4 1.2.7.0)
DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pbr>=5.5.0
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel>=2.6.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: Babel>=2.6.0
DEBUG:    (installed: Babel 2.9.1)
DEBUG: Handling Django>=4.2,<4.3 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: django-compressor>=4.4
DEBUG:    (installed: django-compressor 4.4)
DEBUG: Handling django-debreach>=1.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-debreach>=1.4.2
DEBUG:    (installed: django-debreach 2.1.0)
DEBUG: Handling django-pyscss>=2.0.3 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: django-pyscss>=2.0.3
DEBUG:    (installed: django-pyscss 2.0.3)
DEBUG: Handling futurist>=1.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: futurist>=1.2.0
DEBUG:    (installed: futurist 3.0.0)
DEBUG: Handling iso8601>=0.1.11 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: iso8601>=0.1.11
DEBUG:    (installed: iso8601 1.1.0)
DEBUG: Handling keystoneauth1>=4.3.1 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: keystoneauth1>=4.3.1
DEBUG:    (installed: keystoneauth1 5.8.0)
DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: netaddr>=0.7.18
DEBUG:    (installed: netaddr 0.10.1)
DEBUG: Handling oslo.concurrency>=4.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.concurrency>=4.5.0
DEBUG:    (installed: oslo.concurrency 6.1.0)
DEBUG: Handling oslo.config>=8.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.config>=8.8.0
DEBUG:    (installed: oslo.config 9.6.0)
DEBUG: Handling oslo.i18n>=5.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.i18n>=5.1.0
DEBUG:    (installed: oslo.i18n 6.4.0)
DEBUG: Handling oslo.policy>=3.11.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.policy>=3.11.0
DEBUG:    (installed: oslo.policy 4.4.0)
DEBUG: Handling oslo.serialization>=4.3.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.serialization>=4.3.0
DEBUG:    (installed: oslo.serialization 5.5.0)
DEBUG: Handling oslo.upgradecheck>=1.5.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.upgradecheck>=1.5.0
DEBUG:    (installed: oslo.upgradecheck 2.4.0)
DEBUG: Handling oslo.utils>=4.12.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: oslo.utils>=4.12.0
DEBUG:    (installed: oslo.utils 7.3.0)
DEBUG: Handling osprofiler>=3.4.2 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: osprofiler>=3.4.2
DEBUG:    (installed: osprofiler 4.2.0)
DEBUG: Handling pyScss>=1.4.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: pyScss>=1.4.0
DEBUG:    (installed: pyScss 1.4.0)
DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-cinderclient>=8.0.0
DEBUG:    (installed: python-cinderclient 9.6.0)
DEBUG: Handling python-glanceclient>=2.8.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-glanceclient>=2.8.0
DEBUG:    (installed: python-glanceclient 4.7.0)
DEBUG: Handling python-keystoneclient>=3.22.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-keystoneclient>=3.22.0
DEBUG:    (installed: python-keystoneclient 5.5.0)
DEBUG: Handling python-neutronclient>=8.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-neutronclient>=8.1.0
DEBUG:    (installed: python-neutronclient 11.3.1)
DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-novaclient>=9.1.0
DEBUG:    (installed: python-novaclient 18.7.0)
DEBUG: Handling python-swiftclient>=3.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: python-swiftclient>=3.2.0
DEBUG:    (installed: python-swiftclient 4.6.0)
DEBUG: Handling PyYAML from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: PyYAML
DEBUG:    (installed: PyYAML 5.4.1)
DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: semantic-version>=2.3.1
DEBUG:    (installed: semantic-version 2.10.0)
DEBUG: Handling XStatic from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: XStatic
DEBUG:    (installed: XStatic 1.0.1)
DEBUG: Handling XStatic-Angular from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-jQuery
DEBUG:    (installed: XStatic-jQuery 1.10.2.1)
DEBUG: Handling XStatic-JQuery-Migrate from tox --print-deps-only: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,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: py39,docs
DEBUG: Requirement satisfied: XStatic-tv4>=1.2.7.0
DEBUG:    (installed: XStatic-tv4 1.2.7.0)
DEBUG: Handling openstackdocstheme>=2.2.0 from tox --print-deps-only: py39,docs
DEBUG: Requirement satisfied: openstackdocstheme>=2.2.0
DEBUG:    (installed: openstackdocstheme 3.0.0)
DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: sphinx>=2.0.0
DEBUG:    (installed: sphinx 3.4.3)
DEBUG: Handling mock>=2.0.0 from tox --print-deps-only: py39,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: py39,docs
DEBUG: Requirement satisfied: pytest>=5.3.5
DEBUG:    (installed: pytest 6.2.2)
DEBUG: /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
DEBUG:   warnings.warn(
DEBUG: /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
DEBUG:   warnings.warn(
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: reading manifest template 'MANIFEST.in'
DEBUG: warning: no files found matching '*.scss' under directory 'doc'
DEBUG: warning: no files found matching '*.js' under directory 'doc'
DEBUG: warning: no files found matching '*.html' under directory 'doc'
DEBUG: warning: no files found matching '*.conf' under directory 'doc'
DEBUG: warning: no files found matching '*.jpg' under directory 'doc'
DEBUG: warning: no files found matching '*.gif' under directory 'doc'
DEBUG: warning: no files found matching '*.csv' under directory 'horizon'
DEBUG: warning: no files found matching '*.template' under directory 'horizon'
DEBUG: warning: no files found matching '*.mo' under directory 'horizon'
DEBUG: warning: no files found matching '*.mo' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.eot' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.ttf' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.woff' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching '*.wsgi' under directory 'openstack_dashboard'
DEBUG: warning: no files found matching 'doc/source/_templates/.placeholder'
DEBUG: warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
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.1.1.dev12/horizon-25.1.1.dev12.dist-info'
DEBUG: adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
DEBUG: adding license file "AUTHORS" (matched pattern "AUTHORS*")
DEBUG: Handling pbr (>=5.5.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: pbr (>=5.5.0)
DEBUG:    (installed: pbr 6.0.0)
DEBUG: Handling Babel (>=2.6.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: Babel (>=2.6.0)
DEBUG:    (installed: Babel 2.9.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.4)
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 django-pyscss (>=2.0.3) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: django-pyscss (>=2.0.3)
DEBUG:    (installed: django-pyscss 2.0.3)
DEBUG: Handling futurist (>=1.2.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: futurist (>=1.2.0)
DEBUG:    (installed: futurist 3.0.0)
DEBUG: Handling iso8601 (>=0.1.11) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: iso8601 (>=0.1.11)
DEBUG:    (installed: iso8601 1.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.8.0)
DEBUG: Handling netaddr (>=0.7.18) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: netaddr (>=0.7.18)
DEBUG:    (installed: netaddr 0.10.1)
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 6.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.6.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.4.0)
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.4.0)
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.5.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.4.0)
DEBUG: Handling oslo.utils (>=4.12.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: oslo.utils (>=4.12.0)
DEBUG:    (installed: oslo.utils 7.3.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 pyScss (>=1.4.0) from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: pyScss (>=1.4.0)
DEBUG:    (installed: pyScss 1.4.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.6.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.7.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.5.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.3.1)
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.7.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.6.0)
DEBUG: Handling PyYAML from hook generated metadata: Requires-Dist (horizon)
DEBUG: Requirement satisfied: PyYAML
DEBUG:    (installed: PyYAML 5.4.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.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-buildrequires
DEBUG: + rm -rfv horizon-25.1.1.dev12.dist-info/
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/LICENSE'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/AUTHORS'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/METADATA'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/entry_points.txt'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/pbr.json'
DEBUG: removed 'horizon-25.1.1.dev12.dist-info/top_level.txt'
DEBUG: removed directory 'horizon-25.1.1.dev12.dist-info/'
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bM9U6j
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + cd horizon
DEBUG: + django-admin compilemessages
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/zh_Hans/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/zh_Hans/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/es/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/es/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pl_PL/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pl_PL/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/fi_FI/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/it/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/it/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pt/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/fr/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/fr/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/fil/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ko_KR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ko_KR/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/tr_TR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/tr_TR/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ru/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ru/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/de/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/de/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/hi/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ka_GE/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ka_GE/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/nl_NL/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/nl_NL/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pt_BR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pt_BR/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/zh_Hant/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/zh_Hant/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/sl_SI/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/cs/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/cs/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ja/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ja/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/id/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/id/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/sr/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/hu/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/es_MX/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/en_AU/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/en_AU/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ca/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/en_GB/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/en_GB/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/eo/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/eo/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pa_IN/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/pa_IN/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/horizon/locale/ar/LC_MESSAGES
DEBUG: + cd ..
DEBUG: + cd openstack_dashboard
DEBUG: + django-admin compilemessages
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/fr/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/fr/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/de/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/de/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/pa_IN/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/en_AU/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/en_AU/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/hi/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/mai/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ru/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ru/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hant/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hant/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ko_KR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ko_KR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/as/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/gu/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/es/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/es/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/eo/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/eo/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/en_GB/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/en_GB/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ja/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ja/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/kok/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ka_GE/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ka_GE/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/kn/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/pl_PL/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/it/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/it/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ur/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ta/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/tr_TR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/tr_TR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ne/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/mni/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hans/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/zh_Hans/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/pt_BR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/pt_BR/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/bn_IN/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/id/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/id/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/brx/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/mr/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/ks/LC_MESSAGES
DEBUG: processing file djangojs.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/cs/LC_MESSAGES
DEBUG: processing file django.po in /builddir/build/BUILD/horizon-25.1.1.dev12/openstack_dashboard/locale/cs/LC_MESSAGES
DEBUG: + cd ..
DEBUG: + mkdir -p /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64:
DEBUG: + CC=gcc
DEBUG: + CXX=g++
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/horizon-25.1.1.dev12/pyproject-wheeldir
DEBUG: Processing /builddir/build/BUILD/horizon-25.1.1.dev12
DEBUG:   Preparing metadata (pyproject.toml): started
DEBUG:   Running command /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/tmpje7qmlzo
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
DEBUG:     warnings.warn(
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
DEBUG:     warnings.warn(
DEBUG:   running dist_info
DEBUG:   creating /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info
DEBUG:   writing /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/PKG-INFO
DEBUG:   writing dependency_links to /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/dependency_links.txt
DEBUG:   writing entry points to /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/entry_points.txt
DEBUG:   writing requirements to /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/requires.txt
DEBUG:   writing top-level names to /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/top_level.txt
DEBUG:   writing pbr to /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/pbr.json
DEBUG:   [pbr] Processing SOURCES.txt
DEBUG:   writing manifest file '/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/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:   reading manifest template 'MANIFEST.in'
DEBUG:   warning: no files found matching '*.scss' under directory 'doc'
DEBUG:   warning: no files found matching '*.js' under directory 'doc'
DEBUG:   warning: no files found matching '*.html' under directory 'doc'
DEBUG:   warning: no files found matching '*.conf' under directory 'doc'
DEBUG:   warning: no files found matching '*.jpg' under directory 'doc'
DEBUG:   warning: no files found matching '*.gif' under directory 'doc'
DEBUG:   warning: no files found matching '*.csv' under directory 'horizon'
DEBUG:   warning: no files found matching '*.template' under directory 'horizon'
DEBUG:   warning: no files found matching '*.eot' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching '*.ttf' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching '*.woff' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching '*.wsgi' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching 'doc/source/_templates/.placeholder'
DEBUG:   warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
DEBUG:   adding license file 'LICENSE'
DEBUG:   adding license file 'AUTHORS'
DEBUG:   writing manifest file '/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon.egg-info/SOURCES.txt'
DEBUG:   creating '/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-modern-metadata-74rx5umm/horizon-25.1.1.dev12.dist-info'
DEBUG:   adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
DEBUG:   adding license file "AUTHORS" (matched pattern "AUTHORS*")
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 /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/tmpfapbrn9s
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
DEBUG:     warnings.warn(
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/test_dashboards
DEBUG:   creating build/lib/horizon/test/test_dashboards/cats
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/test/unit
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/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/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/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/test/unit/management
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/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/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/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/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:   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/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:   copying horizon/test/test_dashboards/__init__.py -> build/lib/horizon/test/test_dashboards
DEBUG:   creating build/lib/horizon/contrib
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/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/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/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/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/management
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:   copying horizon/management/__init__.py -> build/lib/horizon/management
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:   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/hacking
DEBUG:   copying horizon/hacking/checks.py -> build/lib/horizon/hacking
DEBUG:   copying horizon/hacking/__init__.py -> build/lib/horizon/hacking
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/unit/management/__init__.py -> build/lib/horizon/test/unit/management
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:   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:   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/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/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/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/conf/dash_template
DEBUG:   copying horizon/conf/dash_template/__init__.py -> build/lib/horizon/conf/dash_template
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:   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/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:   copying horizon/conf/default.py -> build/lib/horizon/conf
DEBUG:   copying horizon/conf/__init__.py -> build/lib/horizon/conf
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/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/openstack_dashboard
DEBUG:   creating build/lib/openstack_dashboard/dashboards
DEBUG:   creating build/lib/openstack_dashboard/dashboards/admin
DEBUG:   creating build/lib/openstack_dashboard/dashboards/admin/networks
DEBUG:   creating build/lib/openstack_dashboard/dashboards/admin/networks/ports
DEBUG:   creating build/lib/openstack_dashboard/dashboards/admin/networks/ports/extensions
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
DEBUG:   creating build/lib/openstack_dashboard/test/test_panels
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/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:   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/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:   creating build/lib/openstack_dashboard/test/test_plugins
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/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/test/integration_tests
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/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/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
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/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/contrib
DEBUG:   creating build/lib/openstack_dashboard/contrib/developer
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/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/project/networks
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/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/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/test/test_panels/__init__.py -> build/lib/openstack_dashboard/test/test_panels
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/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/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:   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/identity
DEBUG:   creating build/lib/openstack_dashboard/dashboards/identity/projects
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:   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/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:   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/dashboards/admin/hypervisors
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/project/images
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/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/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:   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:   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/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/test/integration_tests/pages/admin
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:   creating build/lib/openstack_dashboard/dashboards/admin/routers
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:   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/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/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:   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/test/unit
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:   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/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/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/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/management
DEBUG:   copying openstack_dashboard/management/__init__.py -> build/lib/openstack_dashboard/management
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:   copying openstack_dashboard/contrib/__init__.py -> build/lib/openstack_dashboard/contrib
DEBUG:   creating build/lib/openstack_dashboard/dashboards/identity/identity_providers
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:   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/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:   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/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/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/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:   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/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_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/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/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:   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/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/identity/users
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:   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/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:   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/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/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/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/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/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/api
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:   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/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/_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/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/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/project/routers/extensions/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions
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/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/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:   copying openstack_dashboard/local/__init__.py -> build/lib/openstack_dashboard/local
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/project/instances
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:   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/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:   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/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/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:   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/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/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/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:   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/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/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/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/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/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/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_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/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:   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/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/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/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/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:   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/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/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/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:   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:   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/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/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/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/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_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/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:   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:   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/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:   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/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/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:   creating build/lib/openstack_dashboard/django_pyscss_fix
DEBUG:   copying openstack_dashboard/django_pyscss_fix/__init__.py -> build/lib/openstack_dashboard/django_pyscss_fix
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:   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:   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:   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/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/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/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:   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:   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:   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/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/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/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:   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/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:   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:   copying openstack_dashboard/dashboards/__init__.py -> build/lib/openstack_dashboard/dashboards
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/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:   creating 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:   creating build/lib/openstack_auth/tests
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:   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:   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:   reading manifest template 'MANIFEST.in'
DEBUG:   warning: no files found matching '*.scss' under directory 'doc'
DEBUG:   warning: no files found matching '*.js' under directory 'doc'
DEBUG:   warning: no files found matching '*.html' under directory 'doc'
DEBUG:   warning: no files found matching '*.conf' under directory 'doc'
DEBUG:   warning: no files found matching '*.jpg' under directory 'doc'
DEBUG:   warning: no files found matching '*.gif' under directory 'doc'
DEBUG:   warning: no files found matching '*.csv' under directory 'horizon'
DEBUG:   warning: no files found matching '*.template' under directory 'horizon'
DEBUG:   warning: no files found matching '*.eot' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching '*.ttf' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching '*.woff' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching '*.wsgi' under directory 'openstack_dashboard'
DEBUG:   warning: no files found matching 'doc/source/_templates/.placeholder'
DEBUG:   warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py'
DEBUG:   adding license file 'LICENSE'
DEBUG:   adding license file 'AUTHORS'
DEBUG:   writing manifest file 'horizon.egg-info/SOURCES.txt'
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.conf.dash_template.static.dash_name.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.conf.dash_template.static.dash_name.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.conf.dash_template.static.dash_name.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.conf.dash_template.static.dash_name.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.conf.dash_template.static.dash_name.scss' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.conf.dash_template.static.dash_name.scss' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.conf.dash_template.static.dash_name.scss' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.conf.dash_template.static.dash_name.scss' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.conf.dash_template.templates.dash_name' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.conf.dash_template.templates.dash_name' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.conf.dash_template.templates.dash_name' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.conf.dash_template.templates.dash_name' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.conf.panel_template.templates.panel_name' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.conf.panel_template.templates.panel_name' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.conf.panel_template.templates.panel_name' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.conf.panel_template.templates.panel_name' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.ar.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.ar.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.ar.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.ca.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.ca.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.ca.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.cs.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.cs.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.cs.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.de.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.de.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.de.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.en_AU.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.en_AU.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.en_GB.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.en_GB.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.eo.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.eo.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.eo.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.es.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.es.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.es.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.es_MX.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.es_MX.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.fi_FI.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.fi_FI.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.fi_FI.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.fi_FI.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.fil.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.fil.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.fil.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.fil.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.fr.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.fr.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.fr.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.hi.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.hi.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.hi.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.hu.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.hu.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.hu.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.id.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.id.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.id.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.it.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.it.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.it.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.ja.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.ja.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.ja.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.ka_GE.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.ka_GE.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.ka_GE.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.ka_GE.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.ko_KR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.ko_KR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.ko_KR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.ko_KR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.nl_NL.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.nl_NL.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.nl_NL.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.nl_NL.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.pa_IN.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.pa_IN.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.pa_IN.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.pa_IN.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.pl_PL.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.pl_PL.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.pl_PL.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.pl_PL.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.pt.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.pt.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.pt.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.pt_BR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.pt_BR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.ru.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.ru.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.ru.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.sl_SI.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.sl_SI.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.sl_SI.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.sl_SI.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.sr.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.sr.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.sr.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.tr_TR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.tr_TR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.tr_TR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.tr_TR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.zh_Hans.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.zh_Hans.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.locale.zh_Hant.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.locale.zh_Hant.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.auth' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.auth' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.auth' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.auth' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.auth.login' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.auth.login' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.auth.login' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.auth.login' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.conf' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.conf' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.conf' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.conf' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.extensible' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.extensible' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.extensible' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.extensible' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.file' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.file' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.file' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.file' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.filters' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.filters' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.filters' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.filters' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.http' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.http' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.http' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.http' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.i18n' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.i18n' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.i18n' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.i18n' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.navigations' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.navigations' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.navigations' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.navigations' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.q' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.q' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.q' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.q' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.timezones' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.timezones' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.timezones' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.timezones' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.uuid' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.uuid' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.uuid' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.uuid' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.validators' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.validators' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.validators' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.validators' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.util.workflow' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.util.workflow' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.util.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.util.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.charts' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.charts' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.charts' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.charts' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.contenteditable' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.contenteditable' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.contenteditable' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.contenteditable' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.form' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.form' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.form' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.form' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.form.fields' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.form.fields' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.form.fields' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.form.fields' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.headers' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.headers' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.headers' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.headers' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.metadata' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.metadata' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.metadata' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.metadata' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.metadata.display' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.metadata.display' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.metadata.display' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.metadata.display' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.metadata.tree' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.metadata.tree' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.metadata.tree' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.metadata.tree' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.modal' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.modal' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.modal' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.modal' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.panel' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.panel' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.panel' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.panel' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.property' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.property' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.property' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.property' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.table' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.table' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.table' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.table' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.toast' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.toast' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.toast' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.toast' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.framework.widgets.wizard' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.framework.widgets.wizard' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.framework.widgets.wizard' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.framework.widgets.wizard' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.horizon' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.horizon' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.horizon' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.horizon' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.horizon.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.horizon.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.horizon.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.horizon.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.horizon.lib.jquery' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.horizon.lib.jquery' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.horizon.lib.jquery' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.horizon.lib.jquery' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.static.horizon.tests.jasmine' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.static.horizon.tests.jasmine' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.static.horizon.tests.jasmine' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.static.horizon.tests.jasmine' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.auth' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.auth' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.auth' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.auth' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.bootstrap' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.bootstrap' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.bootstrap' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.bootstrap' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.horizon' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.horizon' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.horizon' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.horizon' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.horizon.client_side' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.horizon.client_side' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.horizon.client_side' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.horizon.client_side' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.horizon.common' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.horizon.common' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.horizon.common' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.horizon.common' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.horizon.common.fields' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.horizon.common.fields' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.horizon.common.fields' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.horizon.common.fields' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.templates.horizon.jasmine' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.templates.horizon.jasmine' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.templates.horizon.jasmine' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.templates.horizon.jasmine' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.messages' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.messages' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.messages' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.messages' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.selenium' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.selenium' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.selenium' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.selenium' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.templates' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.templates' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.templates' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.templates' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.templates.registration' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.templates.registration' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.templates.registration' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.templates.registration' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.cats.kittens.templates.kittens' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.cats.kittens.templates.kittens' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.cats.kittens.templates.kittens' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.cats.kittens.templates.kittens' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.cats.static.cats.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.cats.static.cats.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.cats.static.cats.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.cats.static.cats.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.cats.static.cats.scss' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.cats.static.cats.scss' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.cats.static.cats.scss' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.cats.static.cats.scss' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.cats.templates.cats' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.cats.templates.cats' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.cats.templates.cats' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.cats.templates.cats' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.cats.tigers.templates.tigers' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.cats.tigers.templates.tigers' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.cats.tigers.templates.tigers' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.cats.tigers.templates.tigers' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.dogs.puppies.templates.puppies' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.dogs.puppies.templates.puppies' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.dogs.static.dogs.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.dogs.static.dogs.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.dogs.static.dogs.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.dogs.static.dogs.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.dogs.static.dogs.scss' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.dogs.static.dogs.scss' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.dogs.static.dogs.scss' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.dogs.static.dogs.scss' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'horizon.test.test_dashboards.dogs.templates.dogs' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'horizon.test.test_dashboards.dogs.templates.dogs' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'horizon.test.test_dashboards.dogs.templates.dogs' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'horizon.test.test_dashboards.dogs.templates.dogs' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.de.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.de.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.de.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.en_GB.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.en_GB.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.eo.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.eo.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.eo.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.es.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.es.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.es.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.fr.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.fr.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.fr.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.id.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.id.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.id.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.ja.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.ja.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.ja.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.ka_GE.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.ka_GE.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.ka_GE.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.ka_GE.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.ko_KR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.ko_KR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.ko_KR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.ko_KR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.ne.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.ne.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.ne.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.pt_BR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.pt_BR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.ru.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.ru.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.ru.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.zh_Hans.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.zh_Hans.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.locale.zh_Hant.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.locale.zh_Hant.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.tests.conf' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.tests.conf' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.tests.conf' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.tests.conf' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_auth.tests.templates.auth' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_auth.tests.templates.auth' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_auth.tests.templates.auth' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_auth.tests.templates.auth' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.conf' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.conf' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.conf' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.conf' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.conf.default_policies' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.conf.default_policies' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.conf.default_policies' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.conf.default_policies' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.contrib.developer.profiler.templates.profiler' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.contrib.developer.profiler.templates.profiler' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.contrib.developer.profiler.templates.profiler' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.contrib.developer.profiler.templates.profiler' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.contrib.developer.static.dashboard.developer' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.contrib.developer.static.dashboard.developer' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.contrib.developer.static.dashboard.developer' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.contrib.developer.static.dashboard.developer' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.contrib.developer.static.dashboard.developer.profiler' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.contrib.developer.theme_preview.templates.theme_preview' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.aggregates.templates.aggregates' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.backups.templates.backups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.backups.templates.backups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.backups.templates.backups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.backups.templates.backups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.defaults.templates.defaults' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.defaults.templates.defaults' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.flavors.templates.flavors' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.flavors.templates.flavors' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.floating_ips.templates.floating_ips' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.group_types.templates.group_types' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.group_types.templates.group_types' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.group_types.templates.group_types.specs' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.compute' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.compute' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.compute' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.hypervisors.templates.hypervisors.compute' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.images.templates.images' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.images.templates.images' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.images.templates.images' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.images.templates.images' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.info.templates.info' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.info.templates.info' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.info.templates.info' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.info.templates.info' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.instances.templates.instances' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.instances.templates.instances' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.instances.templates.instances' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.instances.templates.instances' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.metadata_defs.templates.metadata_defs' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.networks.templates.networks' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.networks.templates.networks' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.networks.templates.networks' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.networks.templates.networks' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.networks.templates.networks.agents' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.networks.templates.networks.ports' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.ngflavors.templates.ngflavors' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.overview.templates.overview' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.overview.templates.overview' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.overview.templates.overview' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.overview.templates.overview' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_policies' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_policies' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_policies' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.rbac_policies.templates.rbac_policies' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.snapshots.templates.snapshots' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.vg_snapshots.templates.vg_snapshots' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.volume_groups.templates.volume_groups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.extras' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.volume_types.templates.volume_types.qos_specs' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.admin.volumes.templates.volumes' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.admin.volumes.templates.volumes' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.application_credentials.templates.application_credentials' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.domains.templates.domains' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.domains.templates.domains' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.domains.templates.domains' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.domains.templates.domains' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.groups.templates.groups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.groups.templates.groups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.groups.templates.groups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.groups.templates.groups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.protocols' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.protocols' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.identity_providers.templates.identity_providers.protocols' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.mappings.templates.mappings' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.mappings.templates.mappings' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.projects.templates.projects' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.projects.templates.projects' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.projects.templates.projects' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.projects.templates.projects' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.roles.templates.roles' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.roles.templates.roles' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.roles.templates.roles' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.roles.templates.roles' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.actions.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.domains.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.groups.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.projects' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.roles.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.actions.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.static.dashboard.identity.users.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.identity.users.templates.users' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.identity.users.templates.users' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.identity.users.templates.users' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.identity.users.templates.users' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.api_access.templates.api_access' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.api_access.templates.api_access' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.api_access.templates.api_access' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.api_access.templates.api_access' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.backups.templates.backups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.backups.templates.backups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.backups.templates.backups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.backups.templates.backups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.containers.templates.containers' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.containers.templates.containers' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.containers.templates.containers' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.containers.templates.containers' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.floating_ips.templates.floating_ips' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.images.templates.images.images' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.images.templates.images.images' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.images.templates.images.images' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.images.templates.images.images' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.images.templates.images.snapshots' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.images.templates.images.snapshots' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.instances.templates.instances' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.instances.templates.instances' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.instances.templates.instances' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.instances.templates.instances' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.key_pairs.templates.key_pairs' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.network_topology.templates.network_topology.client_side' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.networks.templates.networks' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.networks.templates.networks' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.networks.templates.networks' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.networks.templates.networks' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.networks.templates.networks.ports' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.networks.templates.networks.ports' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.networks.templates.networks.subnets' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.overview.templates.overview' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.overview.templates.overview' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.overview.templates.overview' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.overview.templates.overview' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.routers.templates.routers' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.routers.templates.routers' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.routers.templates.routers' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.routers.templates.routers' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.routers.templates.routers.extensions.routerroutes' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.routers.templates.routers.ports' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.routers.templates.routers.ports' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.security_groups.templates.security_groups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.snapshots.templates.snapshots' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.static.dashboard.project' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.static.dashboard.project' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.static.dashboard.project' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.static.dashboard.project' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.static.dashboard.project.containers' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.static.dashboard.project.containers' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.static.dashboard.project.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.vg_snapshots.templates.vg_snapshots' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.volume_groups.templates.volume_groups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.project.volumes.templates.volumes' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.project.volumes.templates.volumes' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.project.volumes.templates.volumes' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.project.volumes.templates.volumes' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.settings.password.templates.password' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.settings.password.templates.password' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.settings.password.templates.password' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.settings.password.templates.password' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.dashboards.settings.user.templates.user' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.dashboards.settings.user.templates.user' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.dashboards.settings.user.templates.user' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.dashboards.settings.user.templates.user' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.as.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.as.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.as.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.as.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.bn_IN.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.bn_IN.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.brx.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.brx.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.brx.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.brx.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.cs.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.cs.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.cs.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.de.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.de.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.de.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.en_AU.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.en_AU.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.en_GB.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.en_GB.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.eo.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.eo.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.eo.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.es.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.es.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.es.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.fr.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.fr.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.fr.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.gu.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.gu.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.gu.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.gu.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.hi.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.hi.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.hi.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.id.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.id.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.id.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.it.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.it.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.it.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ja.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ja.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ja.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ka_GE.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ka_GE.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.kn.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.kn.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.kn.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ko_KR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ko_KR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.kok.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.kok.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.kok.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.kok.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ks.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ks.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ks.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ks.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.mai.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.mai.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.mai.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.mai.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.mni.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.mni.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.mni.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.mni.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.mr.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.mr.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.mr.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ne.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ne.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ne.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.pa_IN.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.pa_IN.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.pl_PL.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.pl_PL.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.pt_BR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ru.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ru.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ru.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ta.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ta.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ta.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.tr_TR.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.tr_TR.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.ur.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.ur.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.ur.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.zh_Hans.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.locale.zh_Hant.LC_MESSAGES' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.conf' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.conf' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.conf' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.conf' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.flavors' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.flavors' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.flavors' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.flavors' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.flavors.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.flavors.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.flavors.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.flavors.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.images' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.images' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.images' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.images' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.images.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.images.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.images.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.images.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.images.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.images.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.images.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.images.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.images.filters' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.images.filters' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.images.filters' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.images.filters' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.images.steps' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.images.steps' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.images.steps' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.images.steps' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.images.workflows' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.images.workflows' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.images.workflows' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.images.workflows' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.keypairs' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.keypairs' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.keypairs' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.keypairs' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.keypairs.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.keypairs.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.keypairs.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.keypairs.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.keypairs.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.keypairs.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.keypairs.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.keypairs.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.metadata' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.metadata' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.metadata' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.metadata' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.metadata.modal' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.metadata.modal' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.metadata.modal' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.metadata.modal' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.network_qos' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.network_qos' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.network_qos' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.network_qos' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.network_qos.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.network_qos.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.network_qos.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.network_qos.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.network_qos.actions.workflow' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.network_qos.actions.workflow' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.network_qos.actions.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.network_qos.actions.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.network_qos.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.network_qos.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.network_qos.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.network_qos.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.server_groups' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.server_groups' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.server_groups' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.server_groups' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.server_groups.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.server_groups.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.server_groups.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.server_groups.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.server_groups.actions.workflow' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.server_groups.actions.workflow' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.server_groups.actions.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.server_groups.actions.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.server_groups.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.server_groups.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.server_groups.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.server_groups.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.trunks' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.trunks' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.trunks' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.trunks' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.trunks.actions' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.trunks.actions' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.trunks.actions' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.trunks.actions' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.trunks.details' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.trunks.details' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.trunks.details' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.trunks.details' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.trunks.steps' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.trunks.steps' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.trunks.steps' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.trunks.steps' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.core.workflow' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.core.workflow' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.core.workflow' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.core.workflow' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.app.resources' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.app.resources' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.app.resources' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.app.resources' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.dashboard.img' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.dashboard.img' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.dashboard.img' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.dashboard.img' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.dashboard.scss' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.dashboard.scss' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.dashboard.scss' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.dashboard.scss' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.dashboard.scss.components' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.dashboard.scss.components' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.dashboard.scss.components' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.dashboard.scss.components' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.static.js.angular.directives' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.static.js.angular.directives' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.static.js.angular.directives' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.static.js.angular.directives' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates.angular' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates.angular' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates.angular' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates.angular' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates.auth' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates.auth' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates.auth' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates.auth' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates.context_selection' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates.context_selection' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates.context_selection' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates.context_selection' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates.header' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates.header' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates.header' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates.header' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates.horizon' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates.horizon' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates.horizon' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates.horizon' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.templates.themes' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.templates.themes' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.templates.themes' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.templates.themes' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.selenium' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.test.selenium' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.selenium' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.selenium' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.selenium.integration' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.test.selenium.integration' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.selenium.integration' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.selenium.integration' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.selenium.ui' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.test.selenium.ui' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.selenium.ui' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.selenium.ui' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.templates' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.test.templates' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.templates' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.templates' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.templates.registration' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.test.templates.registration' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.templates.registration' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.templates.registration' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.test_panels.another_panel.templates.another_panel' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.test_panels.nonloading_panel.templates.nonloading_panel' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.test_panels.plugin_panel.static.plugin_panel' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.test_panels.plugin_panel.templates.plugin_panel' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' as data is deprecated, please list it in `packages`.
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,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.test.test_panels.second_panel.templates.second_panel' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.default' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.default' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.default' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.default' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.default.horizon.components' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.default.horizon.components' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.default.horizon.components' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.default.horizon.components' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.example.static' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.example.static' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.example.static' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.example.static' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.example.static.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.example.static.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.example.static.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.example.static.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.example.templates' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.example.templates' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.example.templates' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.example.templates' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.example.templates.auth' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.example.templates.auth' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.example.templates.auth' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.example.templates.auth' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.static' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.static' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.static' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.static' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.static.bootstrap' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.static.bootstrap' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.static.bootstrap' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.static.bootstrap' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.static.horizon' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.static.horizon' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.static.horizon' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.static.horizon' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.static.horizon.components' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.static.horizon.components' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.static.horizon.components' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.static.horizon.components' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.static.js' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.static.js' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.static.js' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.static.js' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.templates.auth' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.templates.auth' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.templates.auth' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.templates.auth' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.templates.header' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.templates.header' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.templates.header' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.templates.header' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.templates.horizon' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.templates.horizon' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.templates.horizon' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.templates.horizon' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.templates.horizon.client_side' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.templates.horizon.client_side' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.templates.horizon.client_side' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.templates.horizon.client_side' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
DEBUG:   /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'openstack_dashboard.themes.material.templates.material' as data is deprecated, please list it in `packages`.
DEBUG:       !!
DEBUG:       ############################
DEBUG:       # Package would be ignored #
DEBUG:       ############################
DEBUG:       Python recognizes 'openstack_dashboard.themes.material.templates.material' as an importable package,
DEBUG:       but it is not listed in the `packages` configuration of setuptools.
DEBUG:       'openstack_dashboard.themes.material.templates.material' has been automatically added to the distribution only
DEBUG:       because it may contain data files, but this behavior is likely to change
DEBUG:       in future versions of setuptools (and therefore is considered deprecated).
DEBUG:       Please make sure that 'openstack_dashboard.themes.material.templates.material' is included as a package by using
DEBUG:       the `packages` configuration field or the proper discovery methods
DEBUG:       (for example by using `find_namespace_packages(...)`/`find_namespace:`
DEBUG:       instead of `find_packages(...)`/`find:`).
DEBUG:       You can read more about "package discovery" and "data files" on setuptools
DEBUG:       documentation page.
DEBUG:   !!
DEBUG:     check.warn(importable)
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/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:   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:   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:   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/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:   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:   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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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:   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/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/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/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_login.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_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/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:   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:   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/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/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/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:   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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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.mo -> 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/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/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/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/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/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/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/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:   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:   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/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/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/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/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/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/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/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/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/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/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/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/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/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:   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/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:   copying openstack_dashboard/local/enabled/_50_settings.py.example -> build/lib/openstack_dashboard/local/enabled
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/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/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/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/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/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/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/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/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:   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/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:   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/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/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/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/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:   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/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/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/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/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/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/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/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/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/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/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/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/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/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:   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/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_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:   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:   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.1s)
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:   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:   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:   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/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:   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.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.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/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/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/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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/ur/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/ta/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/ru/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/ne/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/mr/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/mni/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/mai/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/ks/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/kok/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/kn/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/ja/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/it/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/id/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/hi/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/gu/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/fr/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/es/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/eo/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/de/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/openstack_dashboard/locale/cs/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/brx/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.mo -> 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:   copying build/lib/openstack_dashboard/locale/as/LC_MESSAGES/django.mo -> 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/django_pyscss_fix
DEBUG:   copying build/lib/openstack_dashboard/django_pyscss_fix/__init__.py -> build/bdist.linux-x86_64/wheel/openstack_dashboard/django_pyscss_fix
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/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/_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:   creating build/bdist.linux-x86_64/wheel/openstack_dashboard/api
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/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:   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/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/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:   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/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:   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/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:   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/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/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/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_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_login.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:   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/unit
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/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:   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/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/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/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/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/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:   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/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:   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/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/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/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:   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/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/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/project
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:   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/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:   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/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/test_plugins
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/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/__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/test_panels
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/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/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:   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/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/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/settings
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:   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:   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/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/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/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:   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/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/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/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/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/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/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:   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:   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/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:   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:   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/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:   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/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/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/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/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/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/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:   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/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/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/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:   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/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:   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/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/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:   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/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/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:   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/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:   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/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/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/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:   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:   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/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/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/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/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/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:   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/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:   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/admin
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/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/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/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:   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/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/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/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/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/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/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/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/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/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:   creating 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:   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/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/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:   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/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:   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/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/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/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:   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/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:   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/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:   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:   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/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/djangojs.mo -> 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:   copying build/lib/horizon/locale/zh_Hant/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/zh_Hans/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/tr_TR/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/sr/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/sl_SI/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/ru/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/pt/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/pa_IN/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/nl_NL/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/ka_GE/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/ja/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/it/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/id/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/hu/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/hi/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/fr/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/fil/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/fi_FI/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/es_MX/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/es/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/eo/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/en_GB/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/en_AU/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/de/LC_MESSAGES/django.mo -> 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/djangojs.mo -> 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:   copying build/lib/horizon/locale/cs/LC_MESSAGES/django.mo -> 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:   copying build/lib/horizon/locale/ca/LC_MESSAGES/django.mo -> 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/locale/ar/LC_MESSAGES/djangojs.mo -> 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/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:   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/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/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/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/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/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/management
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/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:   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/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:   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/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/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:   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:   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/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/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:   creating build/bdist.linux-x86_64/wheel/horizon/test/unit
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/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/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/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/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/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/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/management
DEBUG:   copying build/lib/horizon/test/unit/management/__init__.py -> 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:   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:   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/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/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/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/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/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:   running install_egg_info
DEBUG:   Copying horizon.egg-info to build/bdist.linux-x86_64/wheel/horizon-25.1.1.dev12-py3.9.egg-info
DEBUG:   running install_scripts
DEBUG:   adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
DEBUG:   adding license file "AUTHORS" (matched pattern "AUTHORS*")
DEBUG:   creating build/bdist.linux-x86_64/wheel/horizon-25.1.1.dev12.dist-info/WHEEL
DEBUG:   creating '/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir/pip-wheel-2qcf1r4k/tmpty1qvzr6/horizon-25.1.1.dev12-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.mo'
DEBUG:   adding 'horizon/locale/ar/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/ca/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/ca/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/cs/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/cs/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/cs/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/cs/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/de/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/de/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/de/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/de/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/en_AU/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/en_AU/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/en_AU/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/en_AU/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/en_GB/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/en_GB/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/en_GB/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/en_GB/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/eo/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/eo/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/eo/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/eo/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/es/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/es/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/es/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/es/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/es_MX/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/es_MX/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/fi_FI/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/fi_FI/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/fil/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/fil/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/fr/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/fr/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/fr/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/fr/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/hi/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/hi/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/hu/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/hu/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/id/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/id/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/id/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/id/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/it/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/it/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/it/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/it/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/ja/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/ja/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/ja/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/ja/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/ka_GE/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/ka_GE/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/ka_GE/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/ka_GE/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/ko_KR/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/ko_KR/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/ko_KR/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/ko_KR/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/nl_NL/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/nl_NL/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/nl_NL/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/nl_NL/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/pa_IN/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/pa_IN/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/pa_IN/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/pa_IN/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/pl_PL/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/pl_PL/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/pl_PL/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/pl_PL/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/pt/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/pt/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/pt_BR/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/pt_BR/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/pt_BR/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/pt_BR/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/ru/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/ru/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/ru/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/ru/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/sl_SI/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/sl_SI/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/sr/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/sr/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/tr_TR/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/tr_TR/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/tr_TR/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/tr_TR/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/zh_Hans/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/zh_Hans/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/zh_Hans/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'horizon/locale/zh_Hans/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'horizon/locale/zh_Hant/LC_MESSAGES/django.mo'
DEBUG:   adding 'horizon/locale/zh_Hant/LC_MESSAGES/django.po'
DEBUG:   adding 'horizon/locale/zh_Hant/LC_MESSAGES/djangojs.mo'
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/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/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/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/django_pyscss_fix/__init__.py'
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/_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.mo'
DEBUG:   adding 'openstack_dashboard/locale/as/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/brx/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/brx/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/cs/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/cs/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/cs/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/de/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/de/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/de/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/de/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/en_AU/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/en_AU/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/en_GB/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/eo/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/eo/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/eo/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/es/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/es/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/es/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/es/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/fr/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/fr/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/fr/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/gu/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/gu/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/hi/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/hi/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/id/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/id/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/id/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/id/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/it/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/it/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/it/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/it/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/ja/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ja/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/ja/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/ka_GE/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/kn/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/kn/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/kok/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/kok/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ks/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ks/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/mai/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/mai/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/mni/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/mni/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/mr/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/mr/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ne/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ne/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/ru/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ru/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/ru/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/ta/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ta/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/ur/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/ur/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.mo'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hans/LC_MESSAGES/djangojs.po'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.mo'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po'
DEBUG:   adding 'openstack_dashboard/locale/zh_Hant/LC_MESSAGES/djangojs.mo'
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/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/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/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/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/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_login.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_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.1.1.dev12.dist-info/AUTHORS'
DEBUG:   adding 'horizon-25.1.1.dev12.dist-info/LICENSE'
DEBUG:   adding 'horizon-25.1.1.dev12.dist-info/METADATA'
DEBUG:   adding 'horizon-25.1.1.dev12.dist-info/WHEEL'
DEBUG:   adding 'horizon-25.1.1.dev12.dist-info/entry_points.txt'
DEBUG:   adding 'horizon-25.1.1.dev12.dist-info/pbr.json'
DEBUG:   adding 'horizon-25.1.1.dev12.dist-info/top_level.txt'
DEBUG:   adding 'horizon-25.1.1.dev12.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.1.1.dev12-py3-none-any.whl size=7770881 sha256=974806f7b107fe7fa3f21095c739bedf21123e4945d32e47b1d6d7ffe00f3489
DEBUG:   Stored in directory: /builddir/.cache/pip/wheels/3b/8b/54/142c893f006b1591efdfde24e630aa495954929a3564c135da
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.9/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
DEBUG:   warnings.warn(
DEBUG: /usr/lib/python3.9/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.
DEBUG:   warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
DEBUG: /usr/lib/python3.9/site-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
DEBUG:   version_info = version.StrictVersion(__version__).version
DEBUG: 1950 static files copied to '/builddir/build/BUILD/horizon-25.1.1.dev12/static'.
DEBUG: + /usr/bin/python3 manage.py compress --force
DEBUG: /usr/lib/python3.9/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
DEBUG:   warnings.warn(
DEBUG: /usr/lib/python3.9/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.
DEBUG:   warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
DEBUG: /usr/lib/python3.9/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,-D_FORTIFY_SOURCE=2 -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-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
DEBUG: + PATH=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages
DEBUG: + PYTHONDONTWRITEBYTECODE=1
DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/horizon-25.1.1.dev12/.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: /usr/lib/python3.9/site-packages/sphinx/util/docutils.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
DEBUG:   __version_info__ = tuple(LooseVersion(docutils.__version__).version)
DEBUG: /usr/lib/python3.9/site-packages/sphinx/util/rst.py:56: DeprecationWarning: 'environmentfilter' is renamed to 'pass_environment', the old name will be removed in Jinja 3.1.
DEBUG:   def heading(env: Environment, text: str, level: int = 1) -> str:
DEBUG: Running Sphinx v3.4.3
DEBUG: /usr/lib/python3.9/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
DEBUG:   warnings.warn(
DEBUG: /usr/lib/python3.9/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.
DEBUG:   warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
DEBUG: /usr/lib/python3.9/site-packages/sphinx/jinja2glue.py:106: DeprecationWarning: 'contextfunction' is renamed to 'pass_context', the old name will be removed in Jinja 3.1.
DEBUG:   def warning(context: Dict, message: str, *args: Any, **kwargs: Any) -> str:
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: /usr/lib/python3.9/site-packages/sphinx/jinja2glue.py:184: DeprecationWarning: 'contextfunction' is renamed to 'pass_context', the old name will be removed in Jinja 3.1.
DEBUG:   self.environment.globals['debug'] = contextfunction(pformat)
DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme
DEBUG: [openstackdocstheme] no /builddir/build/BUILD/horizon-25.1.1.dev12/.gitreview found
DEBUG: building [mo]: targets for 0 po files that are out of date
DEBUG: building [html]: targets for 91 source files that are out of date
DEBUG: updating environment: [new config] 91 added, 0 changed, 0 removed
DEBUG: reading sources... [ 14%] admin/admin-manage-roles .. configuration/index
DEBUG: reading sources... [ 28%] configuration/pluggable_panels .. contributor/ref/context_processors
DEBUG: reading sources... [ 42%] contributor/ref/decorators .. contributor/ref/workflows
DEBUG: reading sources... [ 57%] contributor/testing .. contributor/topics/testing
DEBUG: reading sources... [ 71%] contributor/topics/translation .. install/install-ubuntu
DEBUG: reading sources... [ 85%] install/next-steps .. user/manage-images
DEBUG: reading sources... [100%] user/manage-volumes
DEBUG: waiting for workers...
DEBUG: looking for now-outdated files... none found
DEBUG: pickling environment... done
DEBUG: checking consistency... done
DEBUG: preparing documents... done
DEBUG: writing output... [ 16%] admin/customize-configure .. configuration/themes
DEBUG: writing output... [ 33%] contributor/contributing .. contributor/ref/index
DEBUG: writing output... [ 50%] contributor/ref/middleware .. contributor/topics/javascript_testing
DEBUG: writing output... [ 66%] contributor/topics/microversion_support .. index
DEBUG: writing output... [ 83%] install/from-source .. user/index
DEBUG: writing output... [100%] user/launch-instances .. user/manage-volumes
DEBUG: waiting for workers...
DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex'
DEBUG: done
DEBUG: highlighting module code... [  3%] django.utils.functional
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/django/utils/functional'
DEBUG: highlighting module code... [  7%] horizon.base
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/base'
DEBUG: highlighting module code... [ 11%] horizon.context_processors
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/context_processors'
DEBUG: highlighting module code... [ 15%] horizon.decorators
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/decorators'
DEBUG: highlighting module code... [ 19%] horizon.exceptions
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/exceptions'
DEBUG: highlighting module code... [ 23%] horizon.forms.base
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/base'
DEBUG: highlighting module code... [ 26%] horizon.forms.fields
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/fields'
DEBUG: highlighting module code... [ 30%] horizon.forms.views
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/forms/views'
DEBUG: highlighting module code... [ 34%] horizon.middleware.base
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/base'
DEBUG: highlighting module code... [ 38%] horizon.middleware.operation_log
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/middleware/operation_log'
DEBUG: highlighting module code... [ 42%] horizon.tables.actions
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/actions'
DEBUG: highlighting module code... [ 46%] horizon.tables.base
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/base'
DEBUG: highlighting module code... [ 50%] horizon.tables.formset
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/formset'
DEBUG: highlighting module code... [ 53%] horizon.tables.views
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/tables/views'
DEBUG: highlighting module code... [ 57%] horizon.tabs.base
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/base'
DEBUG: highlighting module code... [ 61%] horizon.tabs.views
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/tabs/views'
DEBUG: highlighting module code... [ 65%] horizon.test.helpers
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/test/helpers'
DEBUG: highlighting module code... [ 69%] horizon.workflows.base
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/base'
DEBUG: highlighting module code... [ 73%] horizon.workflows.views
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/horizon/workflows/views'
DEBUG: highlighting module code... [ 76%] logging
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/logging'
DEBUG: highlighting module code... [ 80%] openstack_auth.backend
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/backend'
DEBUG: highlighting module code... [ 84%] openstack_auth.forms
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/forms'
DEBUG: highlighting module code... [ 88%] openstack_auth.user
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/user'
DEBUG: highlighting module code... [ 92%] openstack_auth.utils
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/utils'
DEBUG: highlighting module code... [ 96%] openstack_auth.views
DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/openstack_auth/views'
DEBUG: highlighting module code... [100%] openstack_dashboard.test.helpers
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
DEBUG: copying images... [ 18%] admin/figures/create_image.png
DEBUG: copying images... [ 27%] admin/figures/change_instance_state.png
DEBUG: copying images... [ 36%] admin/figures/create_volume_type_encryption.png
DEBUG: copying images... [ 45%] contributor/topics/../../images/message_extraction.png
DEBUG: copying images... [ 54%] contributor/topics/../../images/message_substitution.png
DEBUG: copying images... [ 63%] user/figures/dashboard_project_tab.png
DEBUG: copying images... [ 72%] user/figures/dashboard_admin_tab.png
DEBUG: copying images... [ 81%] user/figures/dashboard_identity_tab.png
DEBUG: copying images... [ 90%] user/figures/dashboard_settings_tab.png
DEBUG: copying images... [100%] user/figures/create_image.png
DEBUG: copying static files... done
DEBUG: copying extra files... done
DEBUG: dumping search index in English (code: en)... done
DEBUG: dumping object inventory... done
DEBUG: build succeeded.
DEBUG: The HTML pages are in doc/build/html.
DEBUG: ___________________________________ summary ____________________________________
DEBUG:   docs: commands succeeded
DEBUG:   congratulations :)
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.Izhocz
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + '[' /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64 '!=' / ']'
DEBUG: + rm -rf /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64
DEBUG: ++ dirname /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64
DEBUG: + mkdir -p /builddir/build/BUILDROOT
DEBUG: + mkdir /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: ++ ls /builddir/build/BUILD/horizon-25.1.1.dev12/pyproject-wheeldir/horizon-25.1.1.dev12-py3-none-any.whl
DEBUG: ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/'
DEBUG: ++ xargs basename --multiple
DEBUG: + specifier=horizon==25.1.1.dev12
DEBUG: + '[' -z horizon==25.1.1.dev12 ']'
DEBUG: + TMPDIR=/builddir/build/BUILD/horizon-25.1.1.dev12/.pyproject-builddir
DEBUG: + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.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.1.1.dev12/pyproject-wheeldir horizon==25.1.1.dev12
DEBUG: Using pip 21.3.1 from /usr/lib/python3.9/site-packages/pip (python 3.9)
DEBUG: Looking in links: /builddir/build/BUILD/horizon-25.1.1.dev12/pyproject-wheeldir
DEBUG: Processing ./pyproject-wheeldir/horizon-25.1.1.dev12-py3-none-any.whl
DEBUG: Installing collected packages: horizon
DEBUG: Successfully installed horizon-25.1.1.dev12
DEBUG: + '[' -d /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/bin ']'
DEBUG: + rm -f /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-ghost-distinfo
DEBUG: + site_dirs=()
DEBUG: + '[' -d /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages ']'
DEBUG: + site_dirs+=("/usr/lib/python3.9/site-packages")
DEBUG: + '[' /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib64/python3.9/site-packages '!=' /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages ']'
DEBUG: + '[' -d /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib64/python3.9/site-packages ']'
DEBUG: + for site_dir in ${site_dirs[@]}
DEBUG: + for distinfo in /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64$site_dir/*.dist-info
DEBUG: + echo '%ghost /usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.dist-info'
DEBUG: + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.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.1.1-0.20250429232413.8fb1eda.el9.x86_64 --record /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.dist-info/RECORD --output /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-record
DEBUG: + rm -fv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.dist-info/RECORD
DEBUG: removed '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.dist-info/RECORD'
DEBUG: + rm -fv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.dist-info/REQUESTED
DEBUG: removed '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/horizon-25.1.1.dev12.dist-info/REQUESTED'
DEBUG: ++ wc -l /builddir/build/BUILD/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64-pyproject-ghost-distinfo
DEBUG: ++ cut -f1 '-d '
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.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/httpd/conf.d/openstack-dashboard.conf
DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard
DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/var/lib/openstack-dashboard
DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/systemd/system/httpd.service.d/openstack-dashboard.conf
DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/openstack_dashboard /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard
DEBUG: + cp manage.py /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard
DEBUG: + rm -rf /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9/site-packages/openstack_dashboard
DEBUG: + find /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64 -name django.po -exec rm '{}' ';'
DEBUG: + find /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64 -name djangojs.po -exec rm '{}' ';'
DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py.example /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/openstack-dashboard/local_settings
DEBUG: + ln -s ../../../../../etc/openstack-dashboard/local_settings /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/openstack-dashboard/local_settings.d
DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d/_9030_profiler_settings.py.example /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/openstack-dashboard/local_settings.d
DEBUG: + rmdir /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.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.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.d
DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/default_policies /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/openstack-dashboard
DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.yaml /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/openstack-dashboard
DEBUG: + mv /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.d /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/openstack-dashboard
DEBUG: + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64 django --all-name
DEBUG: + grep '\/usr\/share\/openstack-dashboard' django.lang
DEBUG: + grep '\/site-packages\/horizon' django.lang
DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/static
DEBUG: + cp -a openstack_dashboard/static/app openstack_dashboard/static/dashboard openstack_dashboard/static/js /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/static
DEBUG: + cp -a horizon/static/auth horizon/static/framework horizon/static/horizon /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/static
DEBUG: + cp -a static/app static/auth static/dashboard static/framework static/horizon static/js static/scss static/themes /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/static
DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/var/lib/openstack-dashboard
DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/var/log/horizon
DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/logrotate.d
DEBUG: + cp -a /builddir/build/SOURCES/python-django-horizon-logrotate.conf /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/etc/logrotate.d/openstack-dashboard
DEBUG: + [[ /usr/bin/python3 =~  - ]]
DEBUG: ++ /usr/bin/python3 -c 'import sys; sys.stdout.write('\''{0.major}{0.minor}'\''.format(sys.version_info))'
DEBUG: + python_version=39
DEBUG: + '[' 39 -ge 39 ']'
DEBUG: + py39_byte_compile /usr/bin/python3 /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard
DEBUG: + python_binary='env PYTHONHASHSEED=0 /usr/bin/python3'
DEBUG: + bytecode_compilation_path=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard
DEBUG: + env PYTHONHASHSEED=0 /usr/bin/python3 -s -B -m compileall -o 0 -o 1 -s /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64 -p / /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/_nova.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/base.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/cinder.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/glance.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/keystone.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/microversions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/network.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/neutron.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/nova.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/placement.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/cinder.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/config.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/glance.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/json_encoder.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/keystone.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/network.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/neutron.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/nova.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/policy.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/swift.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/rest/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/api/swift.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/conf'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/context_processors.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/dashboard.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled/_9001_developer.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled/_9010_preview.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled/_9020_resource_browser.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled/_9030_profiler.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled/_9040_form_builder.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/enabled/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/form_builder'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/form_builder/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/form_builder/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/form_builder/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/form_builder/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/api.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/middleware.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/templates/profiler'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/profiler/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/resource_browser'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/resource_browser/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/resource_browser/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/resource_browser/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer/profiler'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer/resource-browser/rb-resource-panel'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/tests.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview/templates/theme_preview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/contrib/developer/theme_preview/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/constants.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/aggregates/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/templates/backups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/backups/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/dashboard.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/templates/defaults'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/defaults/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/constants.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/templates/flavors'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/flavors/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/templates/floating_ips'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/floating_ips/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/specs/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/templates/group_types'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/templates/group_types/specs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/group_types/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/compute/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/hypervisors/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/templates/images'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/images/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/constants.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/templates/info'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/info/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/templates/instances'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/instances/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/constants.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/metadata_defs/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/agents/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/extensions'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/extensions/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/extensions/allowed_address_pairs/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/ports/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/subnets/workflows.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/templates/networks'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/templates/networks/agents'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/templates/networks/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/networks/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors/templates/ngflavors'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/ngflavors/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/templates/overview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/overview/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/templates/rbac_policies'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/rbac_policies/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/extensions'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/extensions/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/extensions/extraroutes/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/ports/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/ports/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/ports/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/ports/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/ports/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/routers/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/templates/snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/snapshots/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/trunks'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/trunks/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/trunks/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/trunks/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/templates/vg_snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/vg_snapshots/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/templates/volume_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_groups/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/extras/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/qos_specs/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volume_types/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/templates/volumes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/admin/volumes/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/templates/application_credentials'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/dashboard.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/constants.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/templates/domains'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/constants.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/templates/groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/groups/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/protocols/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/protocols'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/identity_providers/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/templates/mappings'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/mappings/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/groups/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/templates/projects'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/users'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/users/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/users/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/projects/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/templates/roles'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/roles/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/actions/workflow'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/users'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/actions/workflow'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/forms.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/groups/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/role_assignments'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/role_assignments/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/role_assignments/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/templates/users'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/users/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/templates/api_access'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/api_access/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/templates/backups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/backups/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/templates/containers'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/dashboard.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ip_portforwardings/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/templates/floating_ips'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/floating_ips/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/images/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/snapshots/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/snapshots/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/snapshots/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/snapshots/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/snapshots/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/templates/images'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/templates/images/images'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/templates/images/snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/images/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/audit_tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/console.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/interfaces_tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/templates/instances'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/workflows'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/workflows/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/workflows/update_instance.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/instances/workflows/update_port.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/templates/key_pairs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/key_pairs/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_qos'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_qos/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_qos/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_qos/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/forms.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/instances'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/instances/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/instances/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/networks'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/networks/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/networks/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/ports/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/ports/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/routers'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/routers/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/routers/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/subnets'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/subnets/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/subnets/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/templates/network_topology'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/network_topology/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/sg_base.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/ports/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/subnets/workflows.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/templates/networks'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/templates/networks/ports'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/templates/networks/subnets'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/networks/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/templates/overview'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/overview/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/extraroutes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports/tabs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/ports/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/templates/routers'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/templates/routers/extensions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerroutes'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/templates/routers/ports'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/routers/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/templates/security_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/security_groups/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/server_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/server_groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/server_groups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/server_groups/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/templates/snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/snapshots/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/containers'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/scheduler-hints'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/server-groups'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/trunks'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/trunks/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/trunks/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/trunks/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/templates/vg_snapshots'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/vg_snapshots/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volume_groups/workflows.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/tabs.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/templates/volumes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/volumes/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/dashboard.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/templates/password'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/password/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/templates/user'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/tests.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/dashboards/settings/user/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/defaults.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/django_pyscss_fix'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/django_pyscss_fix/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1000_project.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1010_compute_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1020_project_overview_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1030_project_instances_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1050_project_images_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1080_project_key_pairs_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1090_project_api_access_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1110_project_server_groups_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1310_volumes_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1320_project_volumes_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1330_project_backups_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1330_project_snapshots_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1360_project_volume_groups.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1370_project_vg_snapshots.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1410_network_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1420_project_network_topology_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1430_project_network_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1440_project_routers_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1480_security_groups_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1490_project_floating_ips_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1500_project_trunks_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1510_project_network_qos_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1520_project_floating_ip_portforwardings_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1910_object_store_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_1920_project_containers_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2000_admin.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2010_admin_overview_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2110_admin_compute_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2120_admin_hypervisors_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2130_admin_aggregates_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2140_admin_instances_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2150_admin_flavors_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2160_admin_images_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2210_admin_volume_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2220_admin_volumes_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2230_admin_backups_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2230_admin_snapshots_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2240_admin_volume_types_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2250_admin_volume_groups.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2260_admin_vg_snapshots.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2270_admin_group_types_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2300_admin_network_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2310_admin_networks_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2320_admin_routers_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2330_admin_floating_ips_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2340_admin_trunks_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2350_admin_rbac_policies_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2810_admin_system_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2820_admin_defaults_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2830_admin_metadata_defs_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_2840_admin_info_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3000_identity.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3010_identity_domains_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3020_identity_projects_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3030_identity_users_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3040_identity_groups_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3050_identity_roles_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3060_federation_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3070_identity_identity_providers_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3080_identity_mappings_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_3090_identity_application_credentials_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/_5000_settings.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/enabled/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/exceptions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/hooks.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/enabled'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/as'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/as/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/bn_IN'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/bn_IN/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/brx'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/brx/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/cs'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/cs/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/de'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/de/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/en_AU'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/en_AU/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/en_GB'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/en_GB/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/eo'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/eo/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/es'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/es/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/fr'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/fr/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/gu'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/gu/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/hi'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/hi/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/id'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/id/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/it'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/it/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ja'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ja/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ka_GE'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ka_GE/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/kn'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/kn/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ko_KR'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ko_KR/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/kok'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/kok/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ks'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ks/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/mai'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/mai/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/mni'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/mni/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/mr'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/mr/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ne'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ne/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/pa_IN'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/pa_IN/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/pl_PL'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/pl_PL/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/pt_BR'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/pt_BR/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ru'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ru/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ta'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ta/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/tr_TR'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/tr_TR/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ur'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/ur/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/zh_Hans'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/zh_Hans/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/zh_Hant'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/locale/zh_Hant/LC_MESSAGES'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/cleanup_angular_template_cache.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/dump_default_policies.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/extract_messages.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/make_web_conf.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/migrate_settings.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/update_catalog.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/management/commands/upgrade_check.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/policy.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/settings.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/cloud-services'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/conf'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/flavors'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/flavors/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/filters'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/steps'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/steps/create-image'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/steps/create-volume'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/steps/edit-image'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/steps/update-metadata'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/images/workflows'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/keypairs'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/keypairs/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/keypairs/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/metadata'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/metadata/modal'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/network_qos'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/network_qos/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/network_qos/actions/workflow'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/network_qos/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/openstack-service-api'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/server_groups'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/server_groups/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/server_groups/actions/workflow'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/server_groups/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/trunks'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/trunks/actions'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/trunks/details'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/trunks/steps'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/core/workflow'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/resources'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/app/tech-debt'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/components'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/js'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/js/angular'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/static/js/angular/directives'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates/angular'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates/auth'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates/context_selection'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates/header'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates/horizon'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templates/themes'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templatetags'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templatetags/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templatetags/context_selection.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/templatetags/themes.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/error_pages_urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/extensible_header_urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/helpers.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/basewebobject.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/config.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/decorators.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/helpers.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute/flavorspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute/hostaggregatespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute/hypervisorspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute/imagespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/compute/instancespage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/network'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/network/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/network/floatingipspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/network/networkspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/network/routerspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/overviewpage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/defaultspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/imagespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/metadatadefinitionspage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/system_info'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/volume'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/volume/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/volume/grouptypespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/volume/snapshotspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/volume/volumespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/admin/volume/volumetypespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/basepage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/identity'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/identity/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/identity/groupspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/identity/projectspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/identity/rolespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/identity/userspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/loginpage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/navigation.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/pageobject.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/apiaccesspage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute/instancespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute/keypairspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/compute/servergroupspage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/floatingipspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/networkoverviewpage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/networkspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/networktopologypage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/routerinterfacespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/routeroverviewpage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/routerspage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/security_groups'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/security_groups/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/security_groups/managerulespage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/network/securitygroupspage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/object_store'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/volumes'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/volumes/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/volumes/snapshotspage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/project/volumes/volumespage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/settings'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/settings/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/bars.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/baseregion.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/exceptions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/forms.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/menus.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/messages.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/regions/tables.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test-data'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_credentials.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_defaults.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_flavors.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_floatingips.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_groups.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_grouptypes.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_host_aggregates.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_images.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_instances.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_keypairs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_login.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_metadata_definitions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_networks.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_projects.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_router.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_router_gateway.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_security_groups.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_user_settings.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_users.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_volume_snapshots.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_volumes.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/tests/test_volumetypes.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/integration_tests/video_recorder.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/jasmine'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/jasmine/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/jasmine/jasmine.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/conftest.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/conftest.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_credentials.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_defaults.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_flavors.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_floatingips.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_groups.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_grouptypes.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_host_aggregates.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_images.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_instances.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_keypairs.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_login.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_metadata_definitions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_networks.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_projects.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_routers.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_security_groups.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_users.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_volume_snapshots.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_volumes.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/integration/test_volumetypes.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/ui'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/ui/conftest.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/ui/test_actions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/ui/test_browse.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/ui/test_hypervisors.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/ui/test_settings.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/selenium/widgets.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/settings.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/templates/registration'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/cinder_data.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/exceptions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/glance_data.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/keystone_data.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/neutron_data.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/nova_data.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/swift_data.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_data/utils.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel/templates/another_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/another_panel/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel/templates/nonloading_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/nonloading_panel/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/plugin_panel/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel/panel.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel/templates/second_panel'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_panels/second_panel/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_config'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_config/_40_admin_nonloading_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_config/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config/_50_admin_add_panel_to_default_group.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/panel_group_config/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/test_panel.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/test_plugins/test_panel_group.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/__init__.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_cinder.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_config.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_glance.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_keystone.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_network.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_neutron.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_nova.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_policy.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_swift.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/rest/test_utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_base.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_cinder.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_glance.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_keystone.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_microversions.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_network.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_neutron.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_nova.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/api/test_swift.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/test_error_pages.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/test_policy.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/test_themes.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/test_views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/usage'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/usage/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/usage/test_quotas.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/utils'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/utils/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/utils/test_config_types.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/utils/test_filters.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/utils/test_futurist_utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/unit/utils/test_settings.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/test/urls.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/theme_settings.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/default'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/default/horizon'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/default/horizon/components'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/example'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/example/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/example/static/js'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/example/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/example/templates/auth'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/static'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/static/bootstrap'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/static/horizon'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/static/horizon/components'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/static/js'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/templates'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/templates/auth'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/templates/header'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/templates/horizon'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/templates/horizon/client_side'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/themes/material/templates/material'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/urls.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/usage'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/usage/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/usage/base.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/usage/quotas.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/usage/tables.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/usage/views.py'...
DEBUG: Listing '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/__init__.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/config.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/config_types.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/filters.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/futurist_utils.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/identity.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/utils/settings.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/views.py'...
DEBUG: Compiling '/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/openstack-dashboard/openstack_dashboard/wsgi.py'...
DEBUG: + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 25.1.1-0.20250429232413.8fb1eda.el9 --unique-debug-suffix -25.1.1-0.20250429232413.8fb1eda.el9.x86_64 --unique-debug-src-base python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/horizon-25.1.1.dev12
DEBUG: find: 'debug': No such file or directory
DEBUG: + /usr/lib/rpm/check-buildroot
DEBUG: + /usr/lib/rpm/redhat/brp-ldconfig
DEBUG: + /usr/lib/rpm/brp-compress
DEBUG: + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
DEBUG: + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
DEBUG: + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
DEBUG: Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/lib/python3.9 using python3.9
DEBUG: + /usr/lib/rpm/brp-python-hardlink
DEBUG: + /usr/lib/rpm/redhat/brp-mangle-shebangs
DEBUG: mangling shebang in /usr/share/openstack-dashboard/manage.py from /usr/bin/env python3 to #!/usr/bin/python3
DEBUG: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sxOiVK
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + rm horizon/test/unit/hacking/test_checks.py
DEBUG: + /usr/bin/python3 manage.py test horizon --settings=horizon.test.settings
DEBUG: /usr/lib/python3.9/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
DEBUG:   warnings.warn(
DEBUG: Creating test database for alias 'default'...
DEBUG: Found 203 test(s).
DEBUG: System check identified no issues (0 silenced).
DEBUG: ...........................................................................................................................................................................................................
DEBUG: ----------------------------------------------------------------------
DEBUG: Ran 203 tests in 149.050s
DEBUG: OK
DEBUG: Destroying test database for alias 'default'...
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Processing files: python3-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.noarch
DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.spcHoq
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + DOCDIR=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python3-django-horizon
DEBUG: + export LC_ALL=C
DEBUG: + LC_ALL=C
DEBUG: + export DOCDIR
DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python3-django-horizon
DEBUG: + cp -pr README.rst /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python3-django-horizon
DEBUG: + cp -pr openstack-dashboard-httpd-logging.conf /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python3-django-horizon
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ofowxC
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/python3-django-horizon
DEBUG: + export LC_ALL=C
DEBUG: + LC_ALL=C
DEBUG: + export LICENSEDIR
DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/python3-django-horizon
DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/python3-django-horizon
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Provides: django-horizon = 1:25.1.1-0.20250429232413.8fb1eda.el9 python-django-horizon = 1:25.1.1-0.20250429232413.8fb1eda.el9 python3-django-horizon = 1:25.1.1-0.20250429232413.8fb1eda.el9 python3.9-django-horizon = 1:25.1.1-0.20250429232413.8fb1eda.el9 python3.9dist(horizon) = 25.1.1~~dev12 python3dist(horizon) = 25.1.1~~dev12
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
DEBUG: Requires: (python3.9dist(django) < 4.3 with python3.9dist(django) >= 4.2) python(abi) = 3.9 python3.9dist(babel) >= 2.6 python3.9dist(django-compressor) >= 4.4 python3.9dist(django-debreach) >= 1.4.2 python3.9dist(django-pyscss) >= 2.0.3 python3.9dist(futurist) >= 1.2 python3.9dist(iso8601) >= 0.1.11 python3.9dist(keystoneauth1) >= 4.3.1 python3.9dist(netaddr) >= 0.7.18 python3.9dist(oslo-concurrency) >= 4.5 python3.9dist(oslo-config) >= 8.8 python3.9dist(oslo-i18n) >= 5.1 python3.9dist(oslo-policy) >= 3.11 python3.9dist(oslo-serialization) >= 4.3 python3.9dist(oslo-upgradecheck) >= 1.5 python3.9dist(oslo-utils) >= 4.12 python3.9dist(osprofiler) >= 3.4.2 python3.9dist(pbr) >= 5.5 python3.9dist(pyscss) >= 1.4 python3.9dist(python-cinderclient) >= 8 python3.9dist(python-glanceclient) >= 2.8 python3.9dist(python-keystoneclient) >= 3.22 python3.9dist(python-neutronclient) >= 8.1 python3.9dist(python-novaclient) >= 9.1 python3.9dist(python-swiftclient) >= 3.2 python3.9dist(pyyaml) python3.9dist(requests) >= 2.25.1 python3.9dist(semantic-version) >= 2.3.1 python3.9dist(xstatic) python3.9dist(xstatic-angular) python3.9dist(xstatic-angular-bootstrap) >= 2.2 python3.9dist(xstatic-angular-fileupload) >= 12.0.4 python3.9dist(xstatic-angular-gettext) >= 2.3.8 python3.9dist(xstatic-angular-lrdragndrop) >= 1.0.2.2 python3.9dist(xstatic-angular-schema-form) >= 0.8.13 python3.9dist(xstatic-bootstrap-datepicker) >= 1.3.1 python3.9dist(xstatic-bootstrap-scss) >= 3.3.7.1 python3.9dist(xstatic-bootswatch) >= 3.3.7 python3.9dist(xstatic-d3) >= 3.5.17 python3.9dist(xstatic-font-awesome) >= 4.7 python3.9dist(xstatic-hogan) >= 2.0.0.2 python3.9dist(xstatic-jasmine) >= 2.4.1.1 python3.9dist(xstatic-jquery) python3.9dist(xstatic-jquery-migrate) python3.9dist(xstatic-jquery-quicksearch) >= 2.0.3.2 python3.9dist(xstatic-jquery-tablesorter) >= 2.14.5.1 python3.9dist(xstatic-jquery-ui) python3.9dist(xstatic-jsencrypt) >= 2.3.1.1 python3.9dist(xstatic-mdi) >= 1.6.50.2 python3.9dist(xstatic-objectpath) >= 1.2.1 python3.9dist(xstatic-rickshaw) >= 1.5 python3.9dist(xstatic-roboto-fontface) >= 0.5 python3.9dist(xstatic-smart-table) >= 1.4.13.2 python3.9dist(xstatic-spin) >= 1.2.5.2 python3.9dist(xstatic-term-js) >= 0.0.7 python3.9dist(xstatic-tv4) >= 1.2.7
DEBUG: Obsoletes: python39-django-horizon < 1:25.1.1-0.20250429232413.8fb1eda.el9
DEBUG: Processing files: openstack-dashboard-25.1.1-0.20250429232413.8fb1eda.el9.noarch
DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1jshCn
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/openstack-dashboard
DEBUG: + export LC_ALL=C
DEBUG: + LC_ALL=C
DEBUG: + export LICENSEDIR
DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/openstack-dashboard
DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/openstack-dashboard
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Provides: config(openstack-dashboard) = 1:25.1.1-0.20250429232413.8fb1eda.el9 openstack-dashboard = 1:25.1.1-0.20250429232413.8fb1eda.el9
DEBUG: Requires(interp): /bin/sh /bin/sh
DEBUG: Requires(rpmlib): rpmlib(BuiltinLuaScripts) <= 4.2.2-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
DEBUG: Requires(post): /bin/sh
DEBUG: Requires(preun): /bin/sh
DEBUG: Requires: /usr/bin/python3
DEBUG: Processing files: python-django-horizon-doc-25.1.1-0.20250429232413.8fb1eda.el9.noarch
DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QAks1a
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + DOCDIR=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python-django-horizon-doc
DEBUG: + export LC_ALL=C
DEBUG: + LC_ALL=C
DEBUG: + export DOCDIR
DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python-django-horizon-doc
DEBUG: + cp -pr doc/build/html /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/doc/python-django-horizon-doc
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6z94YD
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/python-django-horizon-doc
DEBUG: + export LC_ALL=C
DEBUG: + LC_ALL=C
DEBUG: + export LICENSEDIR
DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/python-django-horizon-doc
DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64/usr/share/licenses/python-django-horizon-doc
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Provides: python-django-horizon-doc = 1:25.1.1-0.20250429232413.8fb1eda.el9
DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
DEBUG: Processing files: openstack-dashboard-theme-25.1.1-0.20250429232413.8fb1eda.el9.noarch
DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64
DEBUG: Wrote: /builddir/build/SRPMS/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
DEBUG: Wrote: /builddir/build/RPMS/openstack-dashboard-theme-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm
DEBUG: Wrote: /builddir/build/RPMS/python3-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm
DEBUG: Wrote: /builddir/build/RPMS/python-django-horizon-doc-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm
DEBUG: Wrote: /builddir/build/RPMS/openstack-dashboard-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm
DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RVWt6Y
DEBUG: + umask 022
DEBUG: + cd /builddir/build/BUILD
DEBUG: + cd horizon-25.1.1.dev12
DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.x86_64
DEBUG: + RPM_EC=0
DEBUG: ++ jobs -p
DEBUG: + exit 0
DEBUG: Child return code was: 0
Finish: rpmbuild python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
DEBUG: Copying packages to result dir
Finish: build phase for python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm
INFO: Done(/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.src.rpm) Config(dlrn-5) 8 minutes 31 seconds
INFO: Results and/or logs in: /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
Start(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root.
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root_cache/
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: resultdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/results
DEBUG: searching for 'dnf4' package manager or alternatives
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/etc
DEBUG: method _make_users skipped in bootstrap
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/.initialized
Finish(bootstrap): chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5
Start: chroot init
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
INFO: calling preinit hooks
INFO: enabled root cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/
Start: unpacking root cache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./proc
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./sys
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./dev
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./dev
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./tmp/ccache
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/yum
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/dnf
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/log
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/./var/log
Finish: unpacking root cache
INFO: enabled package manager cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache
DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-dalmatian-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     9054740     1704820     3338296     9031036     7060072
DEBUG: Swap:       16777212     8554384     8222828
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos9-dalmatian-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  1.5G  2.9G  34% /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: /dev/vda4         xfs    549G  222G  328G  41% /
DEBUG: Child return code was: 0
DEBUG: create skeleton dirs
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/lib/dbus
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/tmp/ccache
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/tmp
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum.repos.d
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/proc
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/sys
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/run/lock
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/pts
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/dev/mapper
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/etc/fstab
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/yum/yum.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf/dnf.conf
DEBUG: touching file: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/var/log/yum.log
DEBUG: rootdir = /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: resultdir = /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/mock
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/./extracted
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/source/blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/edk2
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/java
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/openssl
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash
DEBUG: Updating files in /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/etc/dnf
DEBUG: configure DNF vars
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/proc
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/dev/shm
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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.e64mr8xb', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/sys/fs/selinux
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/yum
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root/var/cache/dnf
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-dalmatian-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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', '1038', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'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-centos9-dalmatian-x86_64-5/root/.initialized
Finish: chroot init
INFO: Installing built packages
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG: created dir: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,bind', '--target', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
INFO: installing package(s): /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/openstack-dashboard-theme-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python3-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/openstack-dashboard-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm /home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-doc-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir
DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/openstack-dashboard-theme-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python3-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/openstack-dashboard-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-doc-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm']
DEBUG: child environment: None
DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/openstack-dashboard-theme-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python3-django-horizon-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/openstack-dashboard-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858/python-django-horizon-doc-25.1.1-0.20250429232413.8fb1eda.el9.noarch.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\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-thales-hsm-0661a3a0a0e79e  68 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-sushy-tools-77ea046fdf6f4b40617  71 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-cinder-bb37fbbe081723de3ef60  42 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-openstackclient-f42ade4305d9745  65 kB/s | 3.0 kB     00:00    
DEBUG: delorean-gnocchi-1554674704e39c69b1193f7e118440  65 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-kolla-2ab0503ce99344cfc5eea1  63 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-nova-cebbceb2cd0260738963b1e  73 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-designate-5490df4e6b60f00e31  67 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-glance-e74b91d24de43836fe126  72 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-keystone-47891f4ae8fd7876e5a  82 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-manila-d0b1e965db5e9743152b8  80 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-whitebox-neutron-tests-tempest-  77 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-octavia-8e02055af0e0c8840076  81 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-watcher-dbc06d1504e734a3cc2d  57 kB/s | 3.0 kB     00:00    
DEBUG: delorean-edpm-image-builder-151e8f8f0d6260a45c4  69 kB/s | 3.0 kB     00:00    
DEBUG: delorean-puppet-ceph-f98acb99d2994c745140181ba8  61 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-swift-1534385bcc10de4aaa7aa2  84 kB/s | 3.0 kB     00:00    
DEBUG: delorean-openstack-tempest-a25e0dfc51139f89d925  83 kB/s | 3.0 kB     00:00    
DEBUG: delorean-python-django-horizon-c4aedafff8fb2fb2  93 kB/s | 3.0 kB     00:00    
DEBUG: CentOS Stream 9 - BaseOS                         32 kB/s | 3.9 kB     00:00    
DEBUG: CentOS Stream 9 - AppStream                      41 kB/s | 4.4 kB     00:00    
DEBUG: CentOS Stream 9 - CRB                            26 kB/s | 5.2 kB     00:00    
DEBUG: CentOS Stream 9 - HighAvailability               65 kB/s | 6.4 kB     00:00    
DEBUG: dlrn-dalmatian-testing                          100 kB/s | 3.0 kB     00:00    
DEBUG: dlrn-dalmatian-build-deps                        89 kB/s | 3.0 kB     00:00    
DEBUG: centos9-rabbitmq                                 38 kB/s | 3.0 kB     00:00    
DEBUG: centos9-storage                                  30 kB/s | 3.0 kB     00:00    
DEBUG: centos9-opstools                                 34 kB/s | 3.0 kB     00:00    
DEBUG: NFV SIG OpenvSwitch                              54 kB/s | 3.0 kB     00:00    
DEBUG: Extra Packages for Enterprise Linux 9 - x86_64  192 kB/s |  35 kB     00:00    
DEBUG: Dependencies resolved.
DEBUG: ========================================================================================================================
DEBUG:  Package                                Arch    Version                               Repository                    Size
DEBUG: ========================================================================================================================
DEBUG: Installing:
DEBUG:  openstack-dashboard                    noarch  1:25.1.1-0.20250429232413.8fb1eda.el9 @commandline                  11 M
DEBUG:  openstack-dashboard-theme              noarch  1:25.1.1-0.20250429232413.8fb1eda.el9 @commandline                 6.3 k
DEBUG:  python-django-horizon-doc              noarch  1:25.1.1-0.20250429232413.8fb1eda.el9 @commandline                 1.9 M
DEBUG:  python3-django-horizon                 noarch  1:25.1.1-0.20250429232413.8fb1eda.el9 @commandline                 780 k
DEBUG: Installing dependencies:
DEBUG:  XStatic-Angular-common                 noarch  1:1.5.8.0-14.el9s                     delorean-dalmatian-testing   408 k
DEBUG:  apr                                    x86_64  1.7.0-12.el9                          appstream                    123 k
DEBUG:  apr-util                               x86_64  1.6.1-23.el9                          appstream                     95 k
DEBUG:  apr-util-bdb                           x86_64  1.6.1-23.el9                          appstream                     13 k
DEBUG:  bash-completion                        noarch  1:2.11-5.el9                          baseos                       454 k
DEBUG:  bootswatch-common                      noarch  3.3.7.0-15.el9s                       delorean-dalmatian-testing   563 k
DEBUG:  bootswatch-fonts                       noarch  3.3.7.0-15.el9s                       delorean-dalmatian-testing   115 k
DEBUG:  centos-logos-httpd                     noarch  90.8-3.el9                            appstream                    1.5 M
DEBUG:  fontawesome-fonts                      noarch  1:4.7.0-13.el9                        appstream                    205 k
DEBUG:  fontawesome-fonts-web                  noarch  1:4.7.0-13.el9                        crb                          422 k
DEBUG:  httpd                                  x86_64  2.4.62-4.el9                          appstream                     47 k
DEBUG:  httpd-core                             x86_64  2.4.62-4.el9                          appstream                    1.5 M
DEBUG:  httpd-filesystem                       noarch  2.4.62-4.el9                          appstream                     13 k
DEBUG:  httpd-tools                            x86_64  2.4.62-4.el9                          appstream                     82 k
DEBUG:  libyaml                                x86_64  0.2.5-7.el9                           baseos                        61 k
DEBUG:  logrotate                              x86_64  3.18.0-9.el9                          baseos                        75 k
DEBUG:  mailcap                                noarch  2.1.49-5.el9                          baseos                        33 k
DEBUG:  mdi-common                             noarch  1.6.50.2-4.el9s                       delorean-dalmatian-testing    47 k
DEBUG:  mdi-fonts                              noarch  1.6.50.2-4.el9s                       delorean-dalmatian-testing   518 k
DEBUG:  python-oslo-concurrency-lang           noarch  6.1.0-0.20240917082743.248ba64.el9    delorean-component-common     13 k
DEBUG:  python-oslo-i18n-lang                  noarch  6.4.0-0.20240917083112.efaff62.el9    delorean-component-common     14 k
DEBUG:  python-oslo-log-lang                   noarch  6.1.2-0.20240917085256.abd5c21.el9    delorean-component-common     13 k
DEBUG:  python-oslo-middleware-lang            noarch  6.2.0-0.20240918100307.67a0a39.el9    delorean-component-common     11 k
DEBUG:  python-oslo-policy-lang                noarch  4.4.0-0.20240917084907.206ae19.el9    delorean-component-common     12 k
DEBUG:  python-oslo-utils-lang                 noarch  7.3.0-0.20240918091147.d37a161.el9    delorean-component-common     13 k
DEBUG:  python3-XStatic                        noarch  1.0.1-23.el9s                         delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Angular                noarch  1:1.5.8.0-14.el9s                     delorean-dalmatian-testing    17 k
DEBUG:  python3-XStatic-Angular-Bootstrap      noarch  2.2.0.0-14.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Angular-FileUpload     noarch  12.0.4.0-18.el9s                      delorean-dalmatian-testing    14 k
DEBUG:  python3-XStatic-Angular-Gettext        noarch  2.3.8.0-1.el9s                        delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Angular-Schema-Form    noarch  0.8.13.0-2.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Angular-lrdragndrop    noarch  1.0.2.2-20.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Bootstrap-Datepicker   noarch  1.3.1.0-20.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Bootstrap-SCSS         noarch  3.3.7.1-14.el9s                       delorean-dalmatian-testing    14 k
DEBUG:  python3-XStatic-D3                     noarch  3.5.17.0-14.el9s                      delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Font-Awesome           noarch  4.7.0.0-14.el9s                       delorean-dalmatian-testing    15 k
DEBUG:  python3-XStatic-Hogan                  noarch  2.0.0.2-21.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-JQuery-Migrate         noarch  1.2.1.1-21.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-JQuery-TableSorter     noarch  2.14.5.1-21.el9s                      delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-JQuery-quicksearch     noarch  2.0.3.2-1.el9s                        delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-JSEncrypt              noarch  2.3.1.1-13.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Jasmine                noarch  2.4.1.1-13.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Rickshaw               noarch  1.5.0.0-23.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-Spin                   noarch  1.2.5.2-22.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-bootswatch             noarch  3.3.7.0-15.el9s                       delorean-dalmatian-testing    16 k
DEBUG:  python3-XStatic-jQuery                 noarch  1.10.2.1-9.el9s.2                     delorean-dalmatian-testing   110 k
DEBUG:  python3-XStatic-jquery-ui              noarch  1.12.0.1-13.el9s                      delorean-dalmatian-testing    16 k
DEBUG:  python3-XStatic-mdi                    noarch  1.6.50.2-4.el9s                       delorean-dalmatian-testing    28 k
DEBUG:  python3-XStatic-objectpath             noarch  1.2.1.0-2.el9s                        delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-roboto-fontface        noarch  0.5.0.0-17.el9s                       delorean-dalmatian-testing    14 k
DEBUG:  python3-XStatic-smart-table            noarch  1.4.13.2-13.el9s                      delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-termjs                 noarch  0.0.7.0-13.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  python3-XStatic-tv4                    noarch  1.2.7.0-2.el9s                        delorean-dalmatian-testing    12 k
DEBUG:  python3-amqp                           noarch  5.2.0-2.el9s                          delorean-dalmatian-testing    93 k
DEBUG:  python3-asgiref                        noarch  3.8.1-1.el9s                          delorean-dalmatian-testing    46 k
DEBUG:  python3-attrs                          noarch  20.3.0-7.el9                          appstream                     87 k
DEBUG:  python3-autopage                       noarch  0.5.2-3.el9s                          delorean-dalmatian-testing    59 k
DEBUG:  python3-bcrypt                         x86_64  3.2.2-4.el9s                          delorean-dalmatian-testing    43 k
DEBUG:  python3-cachetools                     noarch  5.4.0-2.el9s                          delorean-dalmatian-testing    32 k
DEBUG:  python3-cffi                           x86_64  1.14.5-5.el9                          baseos                       253 k
DEBUG:  python3-cinderclient                   noarch  9.6.0-0.20240917080754.c4ecade.el9    delorean-component-clients   217 k
DEBUG:  python3-cliff                          noarch  4.7.0-0.20240917091958.b75afa0.el9    delorean-component-common     93 k
DEBUG:  python3-cmd2                           noarch  2.4.2-1.el9s                          delorean-dalmatian-testing   303 k
DEBUG:  python3-cryptography                   x86_64  36.0.1-4.el9                          baseos                       1.2 M
DEBUG:  python3-dateutil                       noarch  1:2.8.1-7.el9                         baseos                       288 k
DEBUG:  python3-debtcollector                  noarch  3.0.0-0.20240923083927.0e6ce1c.el9    delorean-component-common     31 k
DEBUG:  python3-decorator                      noarch  4.4.2-6.el9                           baseos                        28 k
DEBUG:  python3-django                         noarch  4.2.14-3.el9s                         delorean-dalmatian-testing   4.3 M
DEBUG:  python3-django-appconf                 noarch  1.0.6-2.el9s                          delorean-dalmatian-testing   157 k
DEBUG:  python3-django-compressor              noarch  4.4-2.el9s                            delorean-dalmatian-testing   196 k
DEBUG:  python3-django-debreach                noarch  2.1.0-2.el9s                          delorean-dalmatian-testing    19 k
DEBUG:  python3-django-pyscss                  noarch  2.0.3-1.el9s                          delorean-dalmatian-testing    20 k
DEBUG:  python3-dogpile-cache                  noarch  1.3.1-1.el9s                          delorean-dalmatian-testing   102 k
DEBUG:  python3-fasteners                      noarch  0.19-1.el9s                           delorean-dalmatian-testing    37 k
DEBUG:  python3-futurist                       noarch  3.0.0-0.20240923080244.4e14db5.el9    delorean-component-common     61 k
DEBUG:  python3-glanceclient                   noarch  1:4.7.0-0.20240917085916.4439db2.el9  delorean-component-clients   147 k
DEBUG:  python3-importlib-metadata             noarch  6.8.0-1.el9s                          delorean-dalmatian-testing    47 k
DEBUG:  python3-iso8601                        noarch  1.1.0-1.el9s                          delorean-dalmatian-testing    23 k
DEBUG:  python3-jaraco                         noarch  8.2.1-4.el9s                          delorean-dalmatian-testing    10 k
DEBUG:  python3-jaraco-classes                 noarch  3.2.1-5.el9s                          delorean-dalmatian-testing    18 k
DEBUG:  python3-jeepney                        noarch  0.8.0-3.el9s                          delorean-dalmatian-testing   345 k
DEBUG:  python3-jmespath                       noarch  1.0.1-1.el9s                          delorean-dalmatian-testing    45 k
DEBUG:  python3-jsonpatch                      noarch  1.21-16.el9                           appstream                     26 k
DEBUG:  python3-jsonpointer                    noarch  2.0-4.el9                             appstream                     19 k
DEBUG:  python3-jsonschema                     noarch  4.16.0-2.el9s                         delorean-dalmatian-testing   138 k
DEBUG:  python3-keyring                        noarch  24.3.0-4.el9s                         delorean-dalmatian-testing    86 k
DEBUG:  python3-keystoneauth1                  noarch  5.8.0-0.20240917093744.cca6c92.el9    delorean-component-keystone  418 k
DEBUG:  python3-keystoneclient                 noarch  1:5.5.0-0.20240917074642.a635649.el9  delorean-component-clients   235 k
DEBUG:  python3-kombu                          noarch  1:5.3.7-1.el9s                        delorean-dalmatian-testing   337 k
DEBUG:  python3-mako                           noarch  1.1.4-6.el9                           appstream                    172 k
DEBUG:  python3-memcached                      noarch  1.59-3.el9s                           delorean-dalmatian-testing    39 k
DEBUG:  python3-mod_wsgi                       x86_64  4.7.1-11.el9                          appstream                    1.0 M
DEBUG:  python3-more-itertools                 noarch  10.1.0-1.el9s                         delorean-dalmatian-testing    83 k
DEBUG:  python3-msgpack                        x86_64  1.0.7-1.el9s                          delorean-dalmatian-testing    98 k
DEBUG:  python3-netaddr                        noarch  0.10.1-5.el9s                         delorean-dalmatian-testing   1.5 M
DEBUG:  python3-netifaces                      x86_64  0.10.6-15.el9                         appstream                     23 k
DEBUG:  python3-neutronclient                  noarch  11.3.1-0.20240917074045.a10390c.el9   delorean-component-clients   278 k
DEBUG:  python3-novaclient                     noarch  1:18.7.0-0.20240918091954.42ded0a.el9 delorean-component-clients   215 k
DEBUG:  python3-openstacksdk                   noarch  4.0.1-0.20241106084719.899134e.el9    delorean-component-clients   871 k
DEBUG:  python3-os-client-config               noarch  2.1.0-0.20240923111807.bc96c23.el9    delorean-component-clients    52 k
DEBUG:  python3-os-service-types               noarch  1.7.0-0.20240923091826.0b2f473.el9    delorean-component-clients    36 k
DEBUG:  python3-osc-lib                        noarch  3.1.0-0.20240917092743.f9bcdec.el9    delorean-component-clients    76 k
DEBUG:  python3-oslo-concurrency               noarch  6.1.0-0.20240917082743.248ba64.el9    delorean-component-common     41 k
DEBUG:  python3-oslo-config                    noarch  2:9.6.0-0.20241028120320.beb7b6c.el9  delorean-component-common    220 k
DEBUG:  python3-oslo-context                   noarch  5.6.0-0.20241011074246.7f3b6ac.el9    delorean-component-common     26 k
DEBUG:  python3-oslo-i18n                      noarch  6.4.0-0.20240917083112.efaff62.el9    delorean-component-common     56 k
DEBUG:  python3-oslo-log                       noarch  6.1.2-0.20240917085256.abd5c21.el9    delorean-component-common     62 k
DEBUG:  python3-oslo-messaging                 noarch  14.9.1-0.20241028171801.402cc29.el9   delorean-component-common    227 k
DEBUG:  python3-oslo-messaging+amqp1           noarch  14.9.1-0.20241028171801.402cc29.el9   delorean-component-common    8.0 k
DEBUG:  python3-oslo-metrics                   noarch  0.9.0-0.20240917083307.e7ea726.el9    delorean-component-common     23 k
DEBUG:  python3-oslo-middleware                noarch  6.2.0-0.20240918100307.67a0a39.el9    delorean-component-common     57 k
DEBUG:  python3-oslo-policy                    noarch  4.4.0-0.20240917084907.206ae19.el9    delorean-component-common     74 k
DEBUG:  python3-oslo-serialization             noarch  5.5.0-0.20240917085606.f6e879d.el9    delorean-component-common     32 k
DEBUG:  python3-oslo-service                   noarch  3.5.0-0.20240923080952.a84a9de.el9    delorean-component-common     68 k
DEBUG:  python3-oslo-upgradecheck              noarch  2.4.0-0.20240917083559.2e41b6d.el9    delorean-component-common     26 k
DEBUG:  python3-oslo-utils                     noarch  7.3.0-0.20240918091147.d37a161.el9    delorean-component-common    102 k
DEBUG:  python3-osprofiler                     noarch  4.2.0-0.20240918093518.3fb0487.el9    delorean-component-common    134 k
DEBUG:  python3-paste                          noarch  3.10.1-1.el9s                         delorean-dalmatian-testing   486 k
DEBUG:  python3-paste-deploy                   noarch  3.1.0-2.el9s                          delorean-dalmatian-testing    38 k
DEBUG:  python3-platformdirs                   noarch  4.2.2-1.el9s                          delorean-dalmatian-testing    36 k
DEBUG:  python3-ply                            noarch  3.11-14.el9                           baseos                       106 k
DEBUG:  python3-prettytable                    noarch  0.7.2-27.el9                          appstream                     42 k
DEBUG:  python3-prometheus_client              noarch  0.19.0-2.el9s                         delorean-dalmatian-testing    91 k
DEBUG:  python3-pyOpenSSL                      noarch  20.0.1-2.el9s                         delorean-dalmatian-testing    89 k
DEBUG:  python3-pycparser                      noarch  2.20-6.el9                            baseos                       135 k
DEBUG:  python3-pyngus                         noarch  2.3.0-8.el9s                          delorean-dalmatian-testing    51 k
DEBUG:  python3-pyperclip                      noarch  1.8.2-2.el9s                          delorean-dalmatian-testing    28 k
DEBUG:  python3-pyrsistent                     x86_64  0.17.3-8.el9                          appstream                    114 k
DEBUG:  python3-pyyaml                         x86_64  5.4.1-6.el9                           baseos                       205 k
DEBUG:  python3-qpid-proton                    x86_64  0.35.0-2.el9s                         delorean-dalmatian-testing   408 k
DEBUG:  python3-rcssmin                        x86_64  1.1.1-1.el9s                          delorean-dalmatian-testing    31 k
DEBUG:  python3-repoze-lru                     noarch  0.7-10.el9s                           delorean-dalmatian-testing    31 k
DEBUG:  python3-requestsexceptions             noarch  1.4.0-0.20240923091259.d7ac0ff.el9    delorean-component-common     15 k
DEBUG:  python3-rfc3986                        noarch  1.5.0-1.el9s                          delorean-dalmatian-testing    50 k
DEBUG:  python3-rjsmin                         x86_64  1.2.1-2.el9s                          delorean-dalmatian-testing    30 k
DEBUG:  python3-routes                         noarch  2.5.1-1.el9s                          delorean-dalmatian-testing   188 k
DEBUG:  python3-scss                           x86_64  1.4.0-1.el9s                          delorean-dalmatian-testing   244 k
DEBUG:  python3-secretstorage                  noarch  3.3.1-1.el9s                          delorean-dalmatian-testing    35 k
DEBUG:  python3-semantic_version               noarch  2.10.0-4.el9s                         delorean-dalmatian-testing    40 k
DEBUG:  python3-sqlparse                       noarch  0.4.2-4.el9s                          delorean-dalmatian-testing    83 k
DEBUG:  python3-statsd                         noarch  3.2.1-20.el9s                         delorean-dalmatian-testing    34 k
DEBUG:  python3-stevedore                      noarch  5.3.0-0.20241203180325.51134a4.el9    delorean-component-clients    68 k
DEBUG:  python3-swiftclient                    noarch  4.6.0-0.20240917073738.e7061db.el9    delorean-component-clients   174 k
DEBUG:  python3-swiftclient+keystone           noarch  4.6.0-0.20240917073738.e7061db.el9    delorean-component-clients   7.9 k
DEBUG:  python3-tempita                        noarch  0.5.2-2.el9s                          delorean-dalmatian-testing    36 k
DEBUG:  python3-vine                           noarch  5.1.0-1.el9s                          delorean-dalmatian-testing    25 k
DEBUG:  python3-warlock                        noarch  2.0.1-3.el9s                          delorean-dalmatian-testing    20 k
DEBUG:  python3-wcwidth                        noarch  0.2.13-1.el9s                         delorean-dalmatian-testing    46 k
DEBUG:  python3-webob                          noarch  1.8.8-2.el9s                          delorean-dalmatian-testing   230 k
DEBUG:  python3-wrapt                          x86_64  1.16.0-1.el9s                         delorean-dalmatian-testing    60 k
DEBUG:  python3-yappi                          x86_64  1.6.0-1.el9s                          delorean-dalmatian-testing    54 k
DEBUG:  python3-zipp                           noarch  3.6.0-1.el9s                          delorean-dalmatian-testing    16 k
DEBUG:  qpid-proton-c                          x86_64  0.35.0-2.el9s                         delorean-dalmatian-testing   225 k
DEBUG:  roboto-fontface-common                 noarch  0.5.0.0-17.el9s                       delorean-dalmatian-testing    18 k
DEBUG:  roboto-fontface-fonts                  noarch  0.5.0.0-17.el9s                       delorean-dalmatian-testing   3.9 M
DEBUG:  web-assets-filesystem                  noarch  5-15.el9                              appstream                    8.6 k
DEBUG:  xstatic-angular-bootstrap-common       noarch  2.2.0.0-14.el9s                       delorean-dalmatian-testing    56 k
DEBUG:  xstatic-angular-fileupload-common      noarch  12.0.4.0-18.el9s                      delorean-dalmatian-testing   148 k
DEBUG:  xstatic-angular-gettext-common         noarch  2.3.8.0-1.el9s                        delorean-dalmatian-testing    16 k
DEBUG:  xstatic-angular-lrdragndrop-common     noarch  1.0.2.2-20.el9s                       delorean-dalmatian-testing    10 k
DEBUG:  xstatic-angular-schema-form-common     noarch  0.8.13.0-2.el9s                       delorean-dalmatian-testing    41 k
DEBUG:  xstatic-bootstrap-datepicker-common    noarch  1.3.1.0-20.el9s                       delorean-dalmatian-testing    40 k
DEBUG:  xstatic-bootstrap-scss-common          noarch  3.3.7.1-14.el9s                       delorean-dalmatian-testing   193 k
DEBUG:  xstatic-d3-common                      noarch  3.5.17.0-14.el9s                      delorean-dalmatian-testing    72 k
DEBUG:  xstatic-hogan-common                   noarch  2.0.0.2-21.el9s                       delorean-dalmatian-testing    13 k
DEBUG:  xstatic-jasmine-common                 noarch  2.4.1.1-13.el9s                       delorean-dalmatian-testing    40 k
DEBUG:  xstatic-jquery-migrate-common          noarch  1.2.1.1-21.el9s                       delorean-dalmatian-testing    16 k
DEBUG:  xstatic-jquery-quicksearch-common      noarch  2.0.3.2-1.el9s                        delorean-dalmatian-testing    13 k
DEBUG:  xstatic-jquery-tablesorter-common      noarch  2.14.5.1-21.el9s                      delorean-dalmatian-testing    24 k
DEBUG:  xstatic-jquery-ui-common               noarch  1.12.0.1-13.el9s                      delorean-dalmatian-testing   579 k
DEBUG:  xstatic-jsencrypt-common               noarch  2.3.1.1-13.el9s                       delorean-dalmatian-testing    37 k
DEBUG:  xstatic-objectpath-common              noarch  1.2.1.0-2.el9s                        delorean-dalmatian-testing   9.4 k
DEBUG:  xstatic-rickshaw-common                noarch  1.5.0.0-23.el9s                       delorean-dalmatian-testing    31 k
DEBUG:  xstatic-smart-table-common             noarch  1.4.13.2-13.el9s                      delorean-dalmatian-testing    18 k
DEBUG:  xstatic-spin-common                    noarch  1.2.5.2-22.el9s                       delorean-dalmatian-testing    11 k
DEBUG:  xstatic-termjs-common                  noarch  0.0.7.0-13.el9s                       delorean-dalmatian-testing    39 k
DEBUG:  xstatic-tv4-common                     noarch  1.2.7.0-2.el9s                        delorean-dalmatian-testing    26 k
DEBUG: Installing weak dependencies:
DEBUG:  apr-util-openssl                       x86_64  1.6.1-23.el9                          appstream                     15 k
DEBUG:  mod_http2                              x86_64  2.0.26-4.el9                          appstream                    163 k
DEBUG:  mod_lua                                x86_64  2.4.62-4.el9                          appstream                     60 k
DEBUG:  python-django-bash-completion          noarch  4.2.14-3.el9s                         delorean-dalmatian-testing    11 k
DEBUG:  python3-keyring+completion             noarch  24.3.0-4.el9s                         delorean-dalmatian-testing    12 k
DEBUG: Transaction Summary
DEBUG: ========================================================================================================================
DEBUG: Install  186 Packages
DEBUG: Total size: 45 M
DEBUG: Installed size: 199 M
DEBUG: Downloading Packages:
DEBUG: [SKIPPED] python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-glanceclient-4.7.0-0.20240917085916.4439db2.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-keystoneclient-5.5.0-0.20240917074642.a635649.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-novaclient-18.7.0-0.20240918091954.42ded0a.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-config-9.6.0-0.20241028120320.beb7b6c.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] bash-completion-2.11-5.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] libyaml-0.2.5-7.el9.x86_64.rpm: Already downloaded                   
DEBUG: [SKIPPED] logrotate-3.18.0-9.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] mailcap-2.1.49-5.el9.noarch.rpm: Already downloaded                  
DEBUG: [SKIPPED] python3-cffi-1.14.5-5.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-cryptography-36.0.1-4.el9.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-dateutil-2.8.1-7.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-decorator-4.4.2-6.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-ply-3.11-14.el9.noarch.rpm: Already downloaded               
DEBUG: [SKIPPED] python3-pycparser-2.20-6.el9.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-pyyaml-5.4.1-6.el9.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] apr-1.7.0-12.el9.x86_64.rpm: Already downloaded                      
DEBUG: [SKIPPED] apr-util-1.6.1-23.el9.x86_64.rpm: Already downloaded                 
DEBUG: [SKIPPED] apr-util-bdb-1.6.1-23.el9.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] apr-util-openssl-1.6.1-23.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] centos-logos-httpd-90.8-3.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] fontawesome-fonts-4.7.0-13.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] httpd-2.4.62-4.el9.x86_64.rpm: Already downloaded                    
DEBUG: [SKIPPED] httpd-core-2.4.62-4.el9.x86_64.rpm: Already downloaded               
DEBUG: [SKIPPED] httpd-filesystem-2.4.62-4.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] httpd-tools-2.4.62-4.el9.x86_64.rpm: Already downloaded              
DEBUG: [SKIPPED] mod_http2-2.0.26-4.el9.x86_64.rpm: Already downloaded                
DEBUG: [SKIPPED] mod_lua-2.4.62-4.el9.x86_64.rpm: Already downloaded                  
DEBUG: [SKIPPED] python3-attrs-20.3.0-7.el9.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-jsonpatch-1.21-16.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-jsonpointer-2.0-4.el9.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-mako-1.1.4-6.el9.noarch.rpm: Already downloaded              
DEBUG: [SKIPPED] python3-mod_wsgi-4.7.1-11.el9.x86_64.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-netifaces-0.10.6-15.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-prettytable-0.7.2-27.el9.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-pyrsistent-0.17.3-8.el9.x86_64.rpm: Already downloaded       
DEBUG: [SKIPPED] web-assets-filesystem-5-15.el9.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] fontawesome-fonts-web-4.7.0-13.el9.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] XStatic-Angular-common-1.5.8.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] bootswatch-common-3.3.7.0-15.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] bootswatch-fonts-3.3.7.0-15.el9s.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] mdi-common-1.6.50.2-4.el9s.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] mdi-fonts-1.6.50.2-4.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python-django-bash-completion-4.2.14-3.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-1.0.1-23.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-XStatic-Angular-1.5.8.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-D3-3.5.17.0-14.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-Spin-1.2.5.2-22.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-mdi-1.6.50.2-4.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-termjs-0.0.7.0-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-XStatic-tv4-1.2.7.0-2.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-amqp-5.2.0-2.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-asgiref-3.8.1-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-autopage-0.5.2-3.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-bcrypt-3.2.2-4.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-cachetools-5.4.0-2.el9s.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-cmd2-2.4.2-1.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-django-4.2.14-3.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-django-appconf-1.0.6-2.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-django-compressor-4.4-2.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-django-debreach-2.1.0-2.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-django-pyscss-2.0.3-1.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-dogpile-cache-1.3.1-1.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-fasteners-0.19-1.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-importlib-metadata-6.8.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-iso8601-1.1.0-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-jaraco-8.2.1-4.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-jaraco-classes-3.2.1-5.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] python3-jeepney-0.8.0-3.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-jmespath-1.0.1-1.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-jsonschema-4.16.0-2.el9s.noarch.rpm: Already downloaded      
DEBUG: [SKIPPED] python3-keyring+completion-24.3.0-4.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-keyring-24.3.0-4.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-kombu-5.3.7-1.el9s.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-memcached-1.59-3.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-more-itertools-10.1.0-1.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] python3-msgpack-1.0.7-1.el9s.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-netaddr-0.10.1-5.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-paste-3.10.1-1.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-paste-deploy-3.1.0-2.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-platformdirs-4.2.2-1.el9s.noarch.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-prometheus_client-0.19.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-pyOpenSSL-20.0.1-2.el9s.noarch.rpm: Already downloaded       
DEBUG: [SKIPPED] python3-pyngus-2.3.0-8.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-pyperclip-1.8.2-2.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-qpid-proton-0.35.0-2.el9s.x86_64.rpm: Already downloaded     
DEBUG: [SKIPPED] python3-rcssmin-1.1.1-1.el9s.x86_64.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-repoze-lru-0.7-10.el9s.noarch.rpm: Already downloaded        
DEBUG: [SKIPPED] python3-rfc3986-1.5.0-1.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-rjsmin-1.2.1-2.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-routes-2.5.1-1.el9s.noarch.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-scss-1.4.0-1.el9s.x86_64.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-secretstorage-3.3.1-1.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] python3-semantic_version-2.10.0-4.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] python3-sqlparse-0.4.2-4.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-statsd-3.2.1-20.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-tempita-0.5.2-2.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-vine-5.1.0-1.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] python3-warlock-2.0.1-3.el9s.noarch.rpm: Already downloaded          
DEBUG: [SKIPPED] python3-wcwidth-0.2.13-1.el9s.noarch.rpm: Already downloaded         
DEBUG: [SKIPPED] python3-webob-1.8.8-2.el9s.noarch.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-wrapt-1.16.0-1.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] python3-yappi-1.6.0-1.el9s.x86_64.rpm: Already downloaded            
DEBUG: [SKIPPED] python3-zipp-3.6.0-1.el9s.noarch.rpm: Already downloaded             
DEBUG: [SKIPPED] qpid-proton-c-0.35.0-2.el9s.x86_64.rpm: Already downloaded           
DEBUG: [SKIPPED] roboto-fontface-common-0.5.0.0-17.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] roboto-fontface-fonts-0.5.0.0-17.el9s.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-d3-common-3.5.17.0-14.el9s.noarch.rpm: Already downloaded    
DEBUG: [SKIPPED] xstatic-hogan-common-2.0.0.2-21.el9s.noarch.rpm: Already downloaded  
DEBUG: [SKIPPED] xstatic-jasmine-common-2.4.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-objectpath-common-1.2.1.0-2.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-smart-table-common-1.4.13.2-13.el9s.noarch.rpm: Already downloaded
DEBUG: [SKIPPED] xstatic-spin-common-1.2.5.2-22.el9s.noarch.rpm: Already downloaded   
DEBUG: [SKIPPED] xstatic-termjs-common-0.0.7.0-13.el9s.noarch.rpm: Already downloaded 
DEBUG: [SKIPPED] xstatic-tv4-common-1.2.7.0-2.el9s.noarch.rpm: Already downloaded     
DEBUG: Running transaction check
DEBUG: Transaction check succeeded.
DEBUG: Running transaction test
DEBUG: Transaction test succeeded.
DEBUG: Running transaction
DEBUG:   Running scriptlet: openstack-dashboard-1:25.1.1-0.20250429232413.8fb1ed   1/1 
DEBUG:   Preparing        :                                                        1/1 
DEBUG:   Installing       : python3-XStatic-1.0.1-23.el9s.noarch                 1/186 
DEBUG:   Installing       : web-assets-filesystem-5-15.el9.noarch                2/186 
DEBUG:   Installing       : python3-stevedore-5.3.0-0.20241203180325.51134a4     3/186 
DEBUG:   Installing       : python3-iso8601-1.1.0-1.el9s.noarch                  4/186 
DEBUG:   Installing       : python3-prettytable-0.7.2-27.el9.noarch              5/186 
DEBUG:   Installing       : python3-netaddr-0.10.1-5.el9s.noarch                 6/186 
DEBUG:   Installing       : python3-webob-1.8.8-2.el9s.noarch                    7/186 
DEBUG:   Installing       : python3-jeepney-0.8.0-3.el9s.noarch                  8/186 
DEBUG:   Installing       : apr-1.7.0-12.el9.x86_64                              9/186 
DEBUG:   Installing       : apr-util-bdb-1.6.1-23.el9.x86_64                    10/186 
DEBUG:   Installing       : apr-util-openssl-1.6.1-23.el9.x86_64                11/186 
DEBUG:   Installing       : apr-util-1.6.1-23.el9.x86_64                        12/186 
DEBUG:   Installing       : python3-decorator-4.4.2-6.el9.noarch                13/186 
DEBUG:   Installing       : python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch     14/186 
DEBUG:   Installing       : python3-wrapt-1.16.0-1.el9s.x86_64                  15/186 
DEBUG:   Installing       : python3-debtcollector-3.0.0-0.20240923083927.0e6    16/186 
DEBUG:   Installing       : python3-oslo-context-5.6.0-0.20241011074246.7f3b    17/186 
DEBUG:   Installing       : python3-vine-5.1.0-1.el9s.noarch                    18/186 
DEBUG:   Installing       : python3-amqp-5.2.0-2.el9s.noarch                    19/186 
DEBUG:   Installing       : python3-scss-1.4.0-1.el9s.x86_64                    20/186 
DEBUG:   Installing       : python3-netifaces-0.10.6-15.el9.x86_64              21/186 
DEBUG:   Installing       : python3-attrs-20.3.0-7.el9.noarch                   22/186 
DEBUG:   Installing       : fontawesome-fonts-1:4.7.0-13.el9.noarch             23/186 
DEBUG:   Installing       : fontawesome-fonts-web-1:4.7.0-13.el9.noarch         24/186 
DEBUG:   Installing       : python3-futurist-3.0.0-0.20240923080244.4e14db5.    25/186 
DEBUG:   Installing       : python3-os-service-types-1.7.0-0.20240923091826.    26/186 
DEBUG:   Installing       : python3-keystoneauth1-5.8.0-0.20240917093744.cca    27/186 
DEBUG:   Installing       : python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noa    28/186 
DEBUG:   Installing       : python3-kombu-1:5.3.7-1.el9s.noarch                 29/186 
DEBUG:   Installing       : python3-prometheus_client-0.19.0-2.el9s.noarch      30/186 
DEBUG:   Installing       : httpd-tools-2.4.62-4.el9.x86_64                     31/186 
DEBUG:   Installing       : XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch     32/186 
DEBUG:   Installing       : python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch    33/186 
DEBUG:   Installing       : bootswatch-common-3.3.7.0-15.el9s.noarch            34/186 
DEBUG:   Installing       : mdi-common-1.6.50.2-4.el9s.noarch                   35/186 
DEBUG:   Installing       : roboto-fontface-common-0.5.0.0-17.el9s.noarch       36/186 
DEBUG:   Installing       : xstatic-angular-bootstrap-common-2.2.0.0-14.el9s    37/186 
DEBUG:   Installing       : python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9    38/186 
DEBUG:   Installing       : xstatic-angular-fileupload-common-12.0.4.0-18.el    39/186 
DEBUG:   Installing       : python3-XStatic-Angular-FileUpload-12.0.4.0-18.e    40/186 
DEBUG:   Installing       : xstatic-angular-gettext-common-2.3.8.0-1.el9s.no    41/186 
DEBUG:   Installing       : python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.n    42/186 
DEBUG:   Installing       : xstatic-angular-lrdragndrop-common-1.0.2.2-20.el    43/186 
DEBUG:   Installing       : python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.e    44/186 
DEBUG:   Installing       : xstatic-angular-schema-form-common-0.8.13.0-2.el    45/186 
DEBUG:   Installing       : python3-XStatic-Angular-Schema-Form-0.8.13.0-2.e    46/186 
DEBUG:   Installing       : xstatic-bootstrap-datepicker-common-1.3.1.0-20.e    47/186 
DEBUG:   Installing       : python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.    48/186 
DEBUG:   Installing       : xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.no    49/186 
DEBUG:   Installing       : python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.n    50/186 
DEBUG:   Installing       : xstatic-d3-common-3.5.17.0-14.el9s.noarch           51/186 
DEBUG:   Installing       : python3-XStatic-D3-3.5.17.0-14.el9s.noarch          52/186 
DEBUG:   Installing       : xstatic-hogan-common-2.0.0.2-21.el9s.noarch         53/186 
DEBUG:   Installing       : python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch        54/186 
DEBUG:   Installing       : xstatic-jasmine-common-2.4.1.1-13.el9s.noarch       55/186 
DEBUG:   Installing       : python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch      56/186 
DEBUG:   Installing       : xstatic-jquery-migrate-common-1.2.1.1-21.el9s.no    57/186 
DEBUG:   Installing       : python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.n    58/186 
DEBUG:   Installing       : xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s    59/186 
DEBUG:   Installing       : python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9    60/186 
DEBUG:   Installing       : xstatic-jquery-tablesorter-common-2.14.5.1-21.el    61/186 
DEBUG:   Installing       : python3-XStatic-JQuery-TableSorter-2.14.5.1-21.e    62/186 
DEBUG:   Installing       : xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch    63/186 
DEBUG:   Installing       : python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarc    64/186 
DEBUG:   Installing       : xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch     65/186 
DEBUG:   Installing       : python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch    66/186 
DEBUG:   Installing       : xstatic-objectpath-common-1.2.1.0-2.el9s.noarch     67/186 
DEBUG:   Installing       : python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch    68/186 
DEBUG:   Installing       : xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch      69/186 
DEBUG:   Installing       : python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch     70/186 
DEBUG:   Installing       : xstatic-smart-table-common-1.4.13.2-13.el9s.noar    71/186 
DEBUG:   Installing       : python3-XStatic-smart-table-1.4.13.2-13.el9s.noa    72/186 
DEBUG:   Installing       : xstatic-spin-common-1.2.5.2-22.el9s.noarch          73/186 
DEBUG:   Installing       : python3-XStatic-Spin-1.2.5.2-22.el9s.noarch         74/186 
DEBUG:   Installing       : xstatic-termjs-common-0.0.7.0-13.el9s.noarch        75/186 
DEBUG:   Installing       : python3-XStatic-termjs-0.0.7.0-13.el9s.noarch       76/186 
DEBUG:   Installing       : xstatic-tv4-common-1.2.7.0-2.el9s.noarch            77/186 
DEBUG:   Installing       : python3-XStatic-tv4-1.2.7.0-2.el9s.noarch           78/186 
DEBUG:   Installing       : roboto-fontface-fonts-0.5.0.0-17.el9s.noarch        79/186 
DEBUG:   Installing       : python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.    80/186 
DEBUG:   Installing       : qpid-proton-c-0.35.0-2.el9s.x86_64                  81/186 
DEBUG:   Installing       : python3-qpid-proton-0.35.0-2.el9s.x86_64            82/186 
DEBUG:   Installing       : python3-pyngus-2.3.0-8.el9s.noarch                  83/186 
DEBUG:   Installing       : python3-zipp-3.6.0-1.el9s.noarch                    84/186 
DEBUG:   Installing       : python3-importlib-metadata-6.8.0-1.el9s.noarch      85/186 
DEBUG:   Installing       : python3-yappi-1.6.0-1.el9s.x86_64                   86/186 
DEBUG:   Installing       : python3-wcwidth-0.2.13-1.el9s.noarch                87/186 
DEBUG:   Installing       : python3-tempita-0.5.2-2.el9s.noarch                 88/186 
DEBUG:   Installing       : python3-statsd-3.2.1-20.el9s.noarch                 89/186 
DEBUG:   Installing       : python3-sqlparse-0.4.2-4.el9s.noarch                90/186 
DEBUG:   Installing       : python3-semantic_version-2.10.0-4.el9s.noarch       91/186 
DEBUG:   Installing       : python3-rjsmin-1.2.1-2.el9s.x86_64                  92/186 
DEBUG:   Installing       : python3-rfc3986-1.5.0-1.el9s.noarch                 93/186 
DEBUG:   Installing       : python3-repoze-lru-0.7-10.el9s.noarch               94/186 
DEBUG:   Installing       : python3-routes-2.5.1-1.el9s.noarch                  95/186 
DEBUG:   Installing       : python3-rcssmin-1.1.1-1.el9s.x86_64                 96/186 
DEBUG:   Installing       : python3-pyperclip-1.8.2-2.el9s.noarch               97/186 
DEBUG:   Installing       : python3-cmd2-2.4.2-1.el9s.noarch                    98/186 
DEBUG:   Installing       : python3-platformdirs-4.2.2-1.el9s.noarch            99/186 
DEBUG:   Installing       : python3-paste-deploy-3.1.0-2.el9s.noarch           100/186 
DEBUG:   Installing       : python3-msgpack-1.0.7-1.el9s.x86_64                101/186 
DEBUG:   Installing       : python3-more-itertools-10.1.0-1.el9s.noarch        102/186 
DEBUG:   Installing       : python3-memcached-1.59-3.el9s.noarch               103/186 
DEBUG:   Installing       : python3-jmespath-1.0.1-1.el9s.noarch               104/186 
DEBUG:   Installing       : python3-jaraco-8.2.1-4.el9s.noarch                 105/186 
DEBUG:   Installing       : python3-jaraco-classes-3.2.1-5.el9s.noarch         106/186 
DEBUG:   Installing       : python3-fasteners-0.19-1.el9s.noarch               107/186 
DEBUG:   Installing       : python3-cachetools-5.4.0-2.el9s.noarch             108/186 
DEBUG:   Installing       : python3-autopage-0.5.2-3.el9s.noarch               109/186 
DEBUG:   Installing       : python3-asgiref-3.8.1-1.el9s.noarch                110/186 
DEBUG:   Installing       : mdi-fonts-1.6.50.2-4.el9s.noarch                   111/186 
DEBUG:   Installing       : python3-XStatic-mdi-1.6.50.2-4.el9s.noarch         112/186 
DEBUG:   Installing       : bootswatch-fonts-3.3.7.0-15.el9s.noarch            113/186 
DEBUG:   Installing       : python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarc   114/186 
DEBUG:   Installing       : python3-pyrsistent-0.17.3-8.el9.x86_64             115/186 
DEBUG:   Installing       : python3-jsonschema-4.16.0-2.el9s.noarch            116/186 
DEBUG:   Installing       : python3-mako-1.1.4-6.el9.noarch                    117/186 
DEBUG:   Installing       : python3-dogpile-cache-1.3.1-1.el9s.noarch          118/186 
DEBUG:   Installing       : python3-jsonpointer-2.0-4.el9.noarch               119/186 
DEBUG:   Installing       : python3-jsonpatch-1.21-16.el9.noarch               120/186 
DEBUG:   Installing       : python3-warlock-2.0.1-3.el9s.noarch                121/186 
DEBUG:   Running scriptlet: httpd-filesystem-2.4.62-4.el9.noarch               122/186 
DEBUG:   Installing       : httpd-filesystem-2.4.62-4.el9.noarch               122/186 
DEBUG:   Installing       : centos-logos-httpd-90.8-3.el9.noarch               123/186 
DEBUG:   Installing       : python3-ply-3.11-14.el9.noarch                     124/186 
DEBUG:   Installing       : python3-pycparser-2.20-6.el9.noarch                125/186 
DEBUG:   Installing       : python3-cffi-1.14.5-5.el9.x86_64                   126/186 
DEBUG:   Installing       : python3-cryptography-36.0.1-4.el9.x86_64           127/186 
DEBUG:   Installing       : python3-pyOpenSSL-20.0.1-2.el9s.noarch             128/186 
DEBUG:   Installing       : python3-secretstorage-3.3.1-1.el9s.noarch          129/186 
DEBUG:   Installing       : python3-keyring+completion-24.3.0-4.el9s.noarch    130/186 
DEBUG:   Installing       : python3-keyring-24.3.0-4.el9s.noarch               131/186 
DEBUG:   Installing       : python3-paste-3.10.1-1.el9s.noarch                 132/186 
DEBUG:   Installing       : python3-bcrypt-3.2.2-4.el9s.x86_64                 133/186 
DEBUG:   Installing       : python3-dateutil-1:2.8.1-7.el9.noarch              134/186 
DEBUG:   Installing       : mailcap-2.1.49-5.el9.noarch                        135/186 
DEBUG:   Installing       : httpd-core-2.4.62-4.el9.x86_64                     136/186 
DEBUG:   Installing       : mod_lua-2.4.62-4.el9.x86_64                        137/186 
DEBUG:   Installing       : mod_http2-2.0.26-4.el9.x86_64                      138/186 
DEBUG:   Installing       : httpd-2.4.62-4.el9.x86_64                          139/186 
DEBUG:   Running scriptlet: httpd-2.4.62-4.el9.x86_64                          139/186 
DEBUG:   Installing       : python3-mod_wsgi-4.7.1-11.el9.x86_64               140/186 
DEBUG:   Running scriptlet: logrotate-3.18.0-9.el9.x86_64                      141/186 
DEBUG:   Installing       : logrotate-3.18.0-9.el9.x86_64                      141/186 
DEBUG:   Running scriptlet: logrotate-3.18.0-9.el9.x86_64                      141/186 
DEBUG: Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer.
DEBUG:   Installing       : libyaml-0.2.5-7.el9.x86_64                         142/186 
DEBUG:   Installing       : python3-pyyaml-5.4.1-6.el9.x86_64                  143/186 
DEBUG:   Installing       : python3-cliff-4.7.0-0.20240917091958.b75afa0.el9   144/186 
DEBUG:   Installing       : bash-completion-1:2.11-5.el9.noarch                145/186 
DEBUG:   Installing       : python-django-bash-completion-4.2.14-3.el9s.noar   146/186 
DEBUG:   Installing       : python3-django-4.2.14-3.el9s.noarch                147/186 
DEBUG:   Installing       : python3-django-appconf-1.0.6-2.el9s.noarch         148/186 
DEBUG:   Installing       : python3-django-compressor-4.4-2.el9s.noarch        149/186 
DEBUG:   Installing       : python3-django-debreach-2.1.0-2.el9s.noarch        150/186 
DEBUG:   Installing       : python3-django-pyscss-2.0.3-1.el9s.noarch          151/186 
DEBUG:   Installing       : python3-requestsexceptions-1.4.0-0.2024092309125   152/186 
DEBUG:   Installing       : python3-openstacksdk-4.0.1-0.20241106084719.8991   153/186 
DEBUG:   Installing       : python3-os-client-config-2.1.0-0.20240923111807.   154/186 
DEBUG:   Installing       : python-oslo-utils-lang-7.3.0-0.20240918091147.d3   155/186 
DEBUG:   Installing       : python-oslo-policy-lang-4.4.0-0.20240917084907.2   156/186 
DEBUG:   Installing       : python-oslo-middleware-lang-6.2.0-0.202409181003   157/186 
DEBUG:   Installing       : python-oslo-log-lang-6.1.2-0.20240917085256.abd5   158/186 
DEBUG:   Installing       : python-oslo-i18n-lang-6.4.0-0.20240917083112.efa   159/186 
DEBUG:   Installing       : python3-oslo-i18n-6.4.0-0.20240917083112.efaff62   160/186 
DEBUG:   Installing       : python3-oslo-utils-7.3.0-0.20240918091147.d37a16   161/186 
DEBUG:   Installing       : python3-oslo-config-2:9.6.0-0.20241028120320.beb   162/186 
DEBUG:   Installing       : python3-oslo-serialization-5.5.0-0.2024091708560   163/186 
DEBUG:   Installing       : python3-oslo-log-6.1.2-0.20240917085256.abd5c21.   164/186 
DEBUG:   Installing       : python3-keystoneclient-1:5.5.0-0.20240917074642.   165/186 
DEBUG:   Installing       : python3-oslo-policy-4.4.0-0.20240917084907.206ae   166/186 
DEBUG:   Installing       : python3-oslo-upgradecheck-2.4.0-0.20240917083559   167/186 
DEBUG:   Installing       : python3-swiftclient-4.6.0-0.20240917073738.e7061   168/186 
DEBUG:   Installing       : python3-swiftclient+keystone-4.6.0-0.20240917073   169/186 
DEBUG:   Installing       : python3-oslo-metrics-0.9.0-0.20240917083307.e7ea   170/186 
DEBUG:   Installing       : python3-novaclient-1:18.7.0-0.20240918091954.42d   171/186 
DEBUG:   Installing       : python3-oslo-middleware-6.2.0-0.20240918100307.6   172/186 
DEBUG:   Installing       : python3-cinderclient-9.6.0-0.20240917080754.c4ec   173/186 
DEBUG:   Installing       : python3-glanceclient-1:4.7.0-0.20240917085916.44   174/186 
DEBUG:   Installing       : python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.e   175/186 
DEBUG:   Installing       : python3-neutronclient-11.3.1-0.20240917074045.a1   176/186 
DEBUG:   Installing       : python-oslo-concurrency-lang-6.1.0-0.20240917082   177/186 
DEBUG:   Installing       : python3-oslo-concurrency-6.1.0-0.20240917082743.   178/186 
DEBUG:   Installing       : python3-oslo-service-3.5.0-0.20240923080952.a84a   179/186 
DEBUG:   Installing       : python3-oslo-messaging+amqp1-14.9.1-0.2024102817   180/186 
DEBUG:   Installing       : python3-oslo-messaging-14.9.1-0.20241028171801.4   181/186 
DEBUG:   Installing       : python3-osprofiler-4.2.0-0.20240918093518.3fb048   182/186 
DEBUG:   Installing       : python3-django-horizon-1:25.1.1-0.20250429232413   183/186 
DEBUG:   Installing       : openstack-dashboard-theme-1:25.1.1-0.20250429232   184/186 
DEBUG:   Installing       : openstack-dashboard-1:25.1.1-0.20250429232413.8f   185/186 
DEBUG:   Running scriptlet: openstack-dashboard-1:25.1.1-0.20250429232413.8f   185/186 
DEBUG:   Installing       : python-django-horizon-doc-1:25.1.1-0.20250429232   186/186 
DEBUG:   Running scriptlet: httpd-2.4.62-4.el9.x86_64                          186/186 
DEBUG:   Running scriptlet: python-django-horizon-doc-1:25.1.1-0.20250429232   186/186 
DEBUG:   Verifying        : python3-cinderclient-9.6.0-0.20240917080754.c4ec     1/186 
DEBUG:   Verifying        : python3-glanceclient-1:4.7.0-0.20240917085916.44     2/186 
DEBUG:   Verifying        : python3-keystoneclient-1:5.5.0-0.20240917074642.     3/186 
DEBUG:   Verifying        : python3-neutronclient-11.3.1-0.20240917074045.a1     4/186 
DEBUG:   Verifying        : python3-novaclient-1:18.7.0-0.20240918091954.42d     5/186 
DEBUG:   Verifying        : python3-openstacksdk-4.0.1-0.20241106084719.8991     6/186 
DEBUG:   Verifying        : python3-os-client-config-2.1.0-0.20240923111807.     7/186 
DEBUG:   Verifying        : python3-os-service-types-1.7.0-0.20240923091826.     8/186 
DEBUG:   Verifying        : python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.e     9/186 
DEBUG:   Verifying        : python3-stevedore-5.3.0-0.20241203180325.51134a4    10/186 
DEBUG:   Verifying        : python3-swiftclient+keystone-4.6.0-0.20240917073    11/186 
DEBUG:   Verifying        : python3-swiftclient-4.6.0-0.20240917073738.e7061    12/186 
DEBUG:   Verifying        : python-oslo-concurrency-lang-6.1.0-0.20240917082    13/186 
DEBUG:   Verifying        : python-oslo-i18n-lang-6.4.0-0.20240917083112.efa    14/186 
DEBUG:   Verifying        : python-oslo-log-lang-6.1.2-0.20240917085256.abd5    15/186 
DEBUG:   Verifying        : python-oslo-middleware-lang-6.2.0-0.202409181003    16/186 
DEBUG:   Verifying        : python-oslo-policy-lang-4.4.0-0.20240917084907.2    17/186 
DEBUG:   Verifying        : python-oslo-utils-lang-7.3.0-0.20240918091147.d3    18/186 
DEBUG:   Verifying        : python3-cliff-4.7.0-0.20240917091958.b75afa0.el9    19/186 
DEBUG:   Verifying        : python3-debtcollector-3.0.0-0.20240923083927.0e6    20/186 
DEBUG:   Verifying        : python3-futurist-3.0.0-0.20240923080244.4e14db5.    21/186 
DEBUG:   Verifying        : python3-oslo-concurrency-6.1.0-0.20240917082743.    22/186 
DEBUG:   Verifying        : python3-oslo-config-2:9.6.0-0.20241028120320.beb    23/186 
DEBUG:   Verifying        : python3-oslo-context-5.6.0-0.20241011074246.7f3b    24/186 
DEBUG:   Verifying        : python3-oslo-i18n-6.4.0-0.20240917083112.efaff62    25/186 
DEBUG:   Verifying        : python3-oslo-log-6.1.2-0.20240917085256.abd5c21.    26/186 
DEBUG:   Verifying        : python3-oslo-messaging+amqp1-14.9.1-0.2024102817    27/186 
DEBUG:   Verifying        : python3-oslo-messaging-14.9.1-0.20241028171801.4    28/186 
DEBUG:   Verifying        : python3-oslo-metrics-0.9.0-0.20240917083307.e7ea    29/186 
DEBUG:   Verifying        : python3-oslo-middleware-6.2.0-0.20240918100307.6    30/186 
DEBUG:   Verifying        : python3-oslo-policy-4.4.0-0.20240917084907.206ae    31/186 
DEBUG:   Verifying        : python3-oslo-serialization-5.5.0-0.2024091708560    32/186 
DEBUG:   Verifying        : python3-oslo-service-3.5.0-0.20240923080952.a84a    33/186 
DEBUG:   Verifying        : python3-oslo-upgradecheck-2.4.0-0.20240917083559    34/186 
DEBUG:   Verifying        : python3-oslo-utils-7.3.0-0.20240918091147.d37a16    35/186 
DEBUG:   Verifying        : python3-osprofiler-4.2.0-0.20240918093518.3fb048    36/186 
DEBUG:   Verifying        : python3-requestsexceptions-1.4.0-0.2024092309125    37/186 
DEBUG:   Verifying        : python3-keystoneauth1-5.8.0-0.20240917093744.cca    38/186 
DEBUG:   Verifying        : bash-completion-1:2.11-5.el9.noarch                 39/186 
DEBUG:   Verifying        : libyaml-0.2.5-7.el9.x86_64                          40/186 
DEBUG:   Verifying        : logrotate-3.18.0-9.el9.x86_64                       41/186 
DEBUG:   Verifying        : mailcap-2.1.49-5.el9.noarch                         42/186 
DEBUG:   Verifying        : python3-cffi-1.14.5-5.el9.x86_64                    43/186 
DEBUG:   Verifying        : python3-cryptography-36.0.1-4.el9.x86_64            44/186 
DEBUG:   Verifying        : python3-dateutil-1:2.8.1-7.el9.noarch               45/186 
DEBUG:   Verifying        : python3-decorator-4.4.2-6.el9.noarch                46/186 
DEBUG:   Verifying        : python3-ply-3.11-14.el9.noarch                      47/186 
DEBUG:   Verifying        : python3-pycparser-2.20-6.el9.noarch                 48/186 
DEBUG:   Verifying        : python3-pyyaml-5.4.1-6.el9.x86_64                   49/186 
DEBUG:   Verifying        : apr-1.7.0-12.el9.x86_64                             50/186 
DEBUG:   Verifying        : apr-util-1.6.1-23.el9.x86_64                        51/186 
DEBUG:   Verifying        : apr-util-bdb-1.6.1-23.el9.x86_64                    52/186 
DEBUG:   Verifying        : apr-util-openssl-1.6.1-23.el9.x86_64                53/186 
DEBUG:   Verifying        : centos-logos-httpd-90.8-3.el9.noarch                54/186 
DEBUG:   Verifying        : fontawesome-fonts-1:4.7.0-13.el9.noarch             55/186 
DEBUG:   Verifying        : httpd-2.4.62-4.el9.x86_64                           56/186 
DEBUG:   Verifying        : httpd-core-2.4.62-4.el9.x86_64                      57/186 
DEBUG:   Verifying        : httpd-filesystem-2.4.62-4.el9.noarch                58/186 
DEBUG:   Verifying        : httpd-tools-2.4.62-4.el9.x86_64                     59/186 
DEBUG:   Verifying        : mod_http2-2.0.26-4.el9.x86_64                       60/186 
DEBUG:   Verifying        : mod_lua-2.4.62-4.el9.x86_64                         61/186 
DEBUG:   Verifying        : python3-attrs-20.3.0-7.el9.noarch                   62/186 
DEBUG:   Verifying        : python3-jsonpatch-1.21-16.el9.noarch                63/186 
DEBUG:   Verifying        : python3-jsonpointer-2.0-4.el9.noarch                64/186 
DEBUG:   Verifying        : python3-mako-1.1.4-6.el9.noarch                     65/186 
DEBUG:   Verifying        : python3-mod_wsgi-4.7.1-11.el9.x86_64                66/186 
DEBUG:   Verifying        : python3-netifaces-0.10.6-15.el9.x86_64              67/186 
DEBUG:   Verifying        : python3-prettytable-0.7.2-27.el9.noarch             68/186 
DEBUG:   Verifying        : python3-pyrsistent-0.17.3-8.el9.x86_64              69/186 
DEBUG:   Verifying        : web-assets-filesystem-5-15.el9.noarch               70/186 
DEBUG:   Verifying        : fontawesome-fonts-web-1:4.7.0-13.el9.noarch         71/186 
DEBUG:   Verifying        : XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch     72/186 
DEBUG:   Verifying        : bootswatch-common-3.3.7.0-15.el9s.noarch            73/186 
DEBUG:   Verifying        : bootswatch-fonts-3.3.7.0-15.el9s.noarch             74/186 
DEBUG:   Verifying        : mdi-common-1.6.50.2-4.el9s.noarch                   75/186 
DEBUG:   Verifying        : mdi-fonts-1.6.50.2-4.el9s.noarch                    76/186 
DEBUG:   Verifying        : python-django-bash-completion-4.2.14-3.el9s.noar    77/186 
DEBUG:   Verifying        : python3-XStatic-1.0.1-23.el9s.noarch                78/186 
DEBUG:   Verifying        : python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch    79/186 
DEBUG:   Verifying        : python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9    80/186 
DEBUG:   Verifying        : python3-XStatic-Angular-FileUpload-12.0.4.0-18.e    81/186 
DEBUG:   Verifying        : python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.n    82/186 
DEBUG:   Verifying        : python3-XStatic-Angular-Schema-Form-0.8.13.0-2.e    83/186 
DEBUG:   Verifying        : python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.e    84/186 
DEBUG:   Verifying        : python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.    85/186 
DEBUG:   Verifying        : python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.n    86/186 
DEBUG:   Verifying        : python3-XStatic-D3-3.5.17.0-14.el9s.noarch          87/186 
DEBUG:   Verifying        : python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noa    88/186 
DEBUG:   Verifying        : python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch        89/186 
DEBUG:   Verifying        : python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.n    90/186 
DEBUG:   Verifying        : python3-XStatic-JQuery-TableSorter-2.14.5.1-21.e    91/186 
DEBUG:   Verifying        : python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9    92/186 
DEBUG:   Verifying        : python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch    93/186 
DEBUG:   Verifying        : python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch      94/186 
DEBUG:   Verifying        : python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch     95/186 
DEBUG:   Verifying        : python3-XStatic-Spin-1.2.5.2-22.el9s.noarch         96/186 
DEBUG:   Verifying        : python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarc    97/186 
DEBUG:   Verifying        : python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch     98/186 
DEBUG:   Verifying        : python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarc    99/186 
DEBUG:   Verifying        : python3-XStatic-mdi-1.6.50.2-4.el9s.noarch         100/186 
DEBUG:   Verifying        : python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch   101/186 
DEBUG:   Verifying        : python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.   102/186 
DEBUG:   Verifying        : python3-XStatic-smart-table-1.4.13.2-13.el9s.noa   103/186 
DEBUG:   Verifying        : python3-XStatic-termjs-0.0.7.0-13.el9s.noarch      104/186 
DEBUG:   Verifying        : python3-XStatic-tv4-1.2.7.0-2.el9s.noarch          105/186 
DEBUG:   Verifying        : python3-amqp-5.2.0-2.el9s.noarch                   106/186 
DEBUG:   Verifying        : python3-asgiref-3.8.1-1.el9s.noarch                107/186 
DEBUG:   Verifying        : python3-autopage-0.5.2-3.el9s.noarch               108/186 
DEBUG:   Verifying        : python3-bcrypt-3.2.2-4.el9s.x86_64                 109/186 
DEBUG:   Verifying        : python3-cachetools-5.4.0-2.el9s.noarch             110/186 
DEBUG:   Verifying        : python3-cmd2-2.4.2-1.el9s.noarch                   111/186 
DEBUG:   Verifying        : python3-django-4.2.14-3.el9s.noarch                112/186 
DEBUG:   Verifying        : python3-django-appconf-1.0.6-2.el9s.noarch         113/186 
DEBUG:   Verifying        : python3-django-compressor-4.4-2.el9s.noarch        114/186 
DEBUG:   Verifying        : python3-django-debreach-2.1.0-2.el9s.noarch        115/186 
DEBUG:   Verifying        : python3-django-pyscss-2.0.3-1.el9s.noarch          116/186 
DEBUG:   Verifying        : python3-dogpile-cache-1.3.1-1.el9s.noarch          117/186 
DEBUG:   Verifying        : python3-fasteners-0.19-1.el9s.noarch               118/186 
DEBUG:   Verifying        : python3-importlib-metadata-6.8.0-1.el9s.noarch     119/186 
DEBUG:   Verifying        : python3-iso8601-1.1.0-1.el9s.noarch                120/186 
DEBUG:   Verifying        : python3-jaraco-8.2.1-4.el9s.noarch                 121/186 
DEBUG:   Verifying        : python3-jaraco-classes-3.2.1-5.el9s.noarch         122/186 
DEBUG:   Verifying        : python3-jeepney-0.8.0-3.el9s.noarch                123/186 
DEBUG:   Verifying        : python3-jmespath-1.0.1-1.el9s.noarch               124/186 
DEBUG:   Verifying        : python3-jsonschema-4.16.0-2.el9s.noarch            125/186 
DEBUG:   Verifying        : python3-keyring+completion-24.3.0-4.el9s.noarch    126/186 
DEBUG:   Verifying        : python3-keyring-24.3.0-4.el9s.noarch               127/186 
DEBUG:   Verifying        : python3-kombu-1:5.3.7-1.el9s.noarch                128/186 
DEBUG:   Verifying        : python3-memcached-1.59-3.el9s.noarch               129/186 
DEBUG:   Verifying        : python3-more-itertools-10.1.0-1.el9s.noarch        130/186 
DEBUG:   Verifying        : python3-msgpack-1.0.7-1.el9s.x86_64                131/186 
DEBUG:   Verifying        : python3-netaddr-0.10.1-5.el9s.noarch               132/186 
DEBUG:   Verifying        : python3-paste-3.10.1-1.el9s.noarch                 133/186 
DEBUG:   Verifying        : python3-paste-deploy-3.1.0-2.el9s.noarch           134/186 
DEBUG:   Verifying        : python3-platformdirs-4.2.2-1.el9s.noarch           135/186 
DEBUG:   Verifying        : python3-prometheus_client-0.19.0-2.el9s.noarch     136/186 
DEBUG:   Verifying        : python3-pyOpenSSL-20.0.1-2.el9s.noarch             137/186 
DEBUG:   Verifying        : python3-pyngus-2.3.0-8.el9s.noarch                 138/186 
DEBUG:   Verifying        : python3-pyperclip-1.8.2-2.el9s.noarch              139/186 
DEBUG:   Verifying        : python3-qpid-proton-0.35.0-2.el9s.x86_64           140/186 
DEBUG:   Verifying        : python3-rcssmin-1.1.1-1.el9s.x86_64                141/186 
DEBUG:   Verifying        : python3-repoze-lru-0.7-10.el9s.noarch              142/186 
DEBUG:   Verifying        : python3-rfc3986-1.5.0-1.el9s.noarch                143/186 
DEBUG:   Verifying        : python3-rjsmin-1.2.1-2.el9s.x86_64                 144/186 
DEBUG:   Verifying        : python3-routes-2.5.1-1.el9s.noarch                 145/186 
DEBUG:   Verifying        : python3-scss-1.4.0-1.el9s.x86_64                   146/186 
DEBUG:   Verifying        : python3-secretstorage-3.3.1-1.el9s.noarch          147/186 
DEBUG:   Verifying        : python3-semantic_version-2.10.0-4.el9s.noarch      148/186 
DEBUG:   Verifying        : python3-sqlparse-0.4.2-4.el9s.noarch               149/186 
DEBUG:   Verifying        : python3-statsd-3.2.1-20.el9s.noarch                150/186 
DEBUG:   Verifying        : python3-tempita-0.5.2-2.el9s.noarch                151/186 
DEBUG:   Verifying        : python3-vine-5.1.0-1.el9s.noarch                   152/186 
DEBUG:   Verifying        : python3-warlock-2.0.1-3.el9s.noarch                153/186 
DEBUG:   Verifying        : python3-wcwidth-0.2.13-1.el9s.noarch               154/186 
DEBUG:   Verifying        : python3-webob-1.8.8-2.el9s.noarch                  155/186 
DEBUG:   Verifying        : python3-wrapt-1.16.0-1.el9s.x86_64                 156/186 
DEBUG:   Verifying        : python3-yappi-1.6.0-1.el9s.x86_64                  157/186 
DEBUG:   Verifying        : python3-zipp-3.6.0-1.el9s.noarch                   158/186 
DEBUG:   Verifying        : qpid-proton-c-0.35.0-2.el9s.x86_64                 159/186 
DEBUG:   Verifying        : roboto-fontface-common-0.5.0.0-17.el9s.noarch      160/186 
DEBUG:   Verifying        : roboto-fontface-fonts-0.5.0.0-17.el9s.noarch       161/186 
DEBUG:   Verifying        : xstatic-angular-bootstrap-common-2.2.0.0-14.el9s   162/186 
DEBUG:   Verifying        : xstatic-angular-fileupload-common-12.0.4.0-18.el   163/186 
DEBUG:   Verifying        : xstatic-angular-gettext-common-2.3.8.0-1.el9s.no   164/186 
DEBUG:   Verifying        : xstatic-angular-lrdragndrop-common-1.0.2.2-20.el   165/186 
DEBUG:   Verifying        : xstatic-angular-schema-form-common-0.8.13.0-2.el   166/186 
DEBUG:   Verifying        : xstatic-bootstrap-datepicker-common-1.3.1.0-20.e   167/186 
DEBUG:   Verifying        : xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.no   168/186 
DEBUG:   Verifying        : xstatic-d3-common-3.5.17.0-14.el9s.noarch          169/186 
DEBUG:   Verifying        : xstatic-hogan-common-2.0.0.2-21.el9s.noarch        170/186 
DEBUG:   Verifying        : xstatic-jasmine-common-2.4.1.1-13.el9s.noarch      171/186 
DEBUG:   Verifying        : xstatic-jquery-migrate-common-1.2.1.1-21.el9s.no   172/186 
DEBUG:   Verifying        : xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s   173/186 
DEBUG:   Verifying        : xstatic-jquery-tablesorter-common-2.14.5.1-21.el   174/186 
DEBUG:   Verifying        : xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch   175/186 
DEBUG:   Verifying        : xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch    176/186 
DEBUG:   Verifying        : xstatic-objectpath-common-1.2.1.0-2.el9s.noarch    177/186 
DEBUG:   Verifying        : xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch     178/186 
DEBUG:   Verifying        : xstatic-smart-table-common-1.4.13.2-13.el9s.noar   179/186 
DEBUG:   Verifying        : xstatic-spin-common-1.2.5.2-22.el9s.noarch         180/186 
DEBUG:   Verifying        : xstatic-termjs-common-0.0.7.0-13.el9s.noarch       181/186 
DEBUG:   Verifying        : xstatic-tv4-common-1.2.7.0-2.el9s.noarch           182/186 
DEBUG:   Verifying        : openstack-dashboard-theme-1:25.1.1-0.20250429232   183/186 
DEBUG:   Verifying        : python3-django-horizon-1:25.1.1-0.20250429232413   184/186 
DEBUG:   Verifying        : openstack-dashboard-1:25.1.1-0.20250429232413.8f   185/186 
DEBUG:   Verifying        : python-django-horizon-doc-1:25.1.1-0.20250429232   186/186 
DEBUG: Installed:
DEBUG:   XStatic-Angular-common-1:1.5.8.0-14.el9s.noarch                               
DEBUG:   apr-1.7.0-12.el9.x86_64                                                       
DEBUG:   apr-util-1.6.1-23.el9.x86_64                                                  
DEBUG:   apr-util-bdb-1.6.1-23.el9.x86_64                                              
DEBUG:   apr-util-openssl-1.6.1-23.el9.x86_64                                          
DEBUG:   bash-completion-1:2.11-5.el9.noarch                                           
DEBUG:   bootswatch-common-3.3.7.0-15.el9s.noarch                                      
DEBUG:   bootswatch-fonts-3.3.7.0-15.el9s.noarch                                       
DEBUG:   centos-logos-httpd-90.8-3.el9.noarch                                          
DEBUG:   fontawesome-fonts-1:4.7.0-13.el9.noarch                                       
DEBUG:   fontawesome-fonts-web-1:4.7.0-13.el9.noarch                                   
DEBUG:   httpd-2.4.62-4.el9.x86_64                                                     
DEBUG:   httpd-core-2.4.62-4.el9.x86_64                                                
DEBUG:   httpd-filesystem-2.4.62-4.el9.noarch                                          
DEBUG:   httpd-tools-2.4.62-4.el9.x86_64                                               
DEBUG:   libyaml-0.2.5-7.el9.x86_64                                                    
DEBUG:   logrotate-3.18.0-9.el9.x86_64                                                 
DEBUG:   mailcap-2.1.49-5.el9.noarch                                                   
DEBUG:   mdi-common-1.6.50.2-4.el9s.noarch                                             
DEBUG:   mdi-fonts-1.6.50.2-4.el9s.noarch                                              
DEBUG:   mod_http2-2.0.26-4.el9.x86_64                                                 
DEBUG:   mod_lua-2.4.62-4.el9.x86_64                                                   
DEBUG:   openstack-dashboard-1:25.1.1-0.20250429232413.8fb1eda.el9.noarch              
DEBUG:   openstack-dashboard-theme-1:25.1.1-0.20250429232413.8fb1eda.el9.noarch        
DEBUG:   python-django-bash-completion-4.2.14-3.el9s.noarch                            
DEBUG:   python-django-horizon-doc-1:25.1.1-0.20250429232413.8fb1eda.el9.noarch        
DEBUG:   python-oslo-concurrency-lang-6.1.0-0.20240917082743.248ba64.el9.noarch        
DEBUG:   python-oslo-i18n-lang-6.4.0-0.20240917083112.efaff62.el9.noarch               
DEBUG:   python-oslo-log-lang-6.1.2-0.20240917085256.abd5c21.el9.noarch                
DEBUG:   python-oslo-middleware-lang-6.2.0-0.20240918100307.67a0a39.el9.noarch         
DEBUG:   python-oslo-policy-lang-4.4.0-0.20240917084907.206ae19.el9.noarch             
DEBUG:   python-oslo-utils-lang-7.3.0-0.20240918091147.d37a161.el9.noarch              
DEBUG:   python3-XStatic-1.0.1-23.el9s.noarch                                          
DEBUG:   python3-XStatic-Angular-1:1.5.8.0-14.el9s.noarch                              
DEBUG:   python3-XStatic-Angular-Bootstrap-2.2.0.0-14.el9s.noarch                      
DEBUG:   python3-XStatic-Angular-FileUpload-12.0.4.0-18.el9s.noarch                    
DEBUG:   python3-XStatic-Angular-Gettext-2.3.8.0-1.el9s.noarch                         
DEBUG:   python3-XStatic-Angular-Schema-Form-0.8.13.0-2.el9s.noarch                    
DEBUG:   python3-XStatic-Angular-lrdragndrop-1.0.2.2-20.el9s.noarch                    
DEBUG:   python3-XStatic-Bootstrap-Datepicker-1.3.1.0-20.el9s.noarch                   
DEBUG:   python3-XStatic-Bootstrap-SCSS-3.3.7.1-14.el9s.noarch                         
DEBUG:   python3-XStatic-D3-3.5.17.0-14.el9s.noarch                                    
DEBUG:   python3-XStatic-Font-Awesome-4.7.0.0-14.el9s.noarch                           
DEBUG:   python3-XStatic-Hogan-2.0.0.2-21.el9s.noarch                                  
DEBUG:   python3-XStatic-JQuery-Migrate-1.2.1.1-21.el9s.noarch                         
DEBUG:   python3-XStatic-JQuery-TableSorter-2.14.5.1-21.el9s.noarch                    
DEBUG:   python3-XStatic-JQuery-quicksearch-2.0.3.2-1.el9s.noarch                      
DEBUG:   python3-XStatic-JSEncrypt-2.3.1.1-13.el9s.noarch                              
DEBUG:   python3-XStatic-Jasmine-2.4.1.1-13.el9s.noarch                                
DEBUG:   python3-XStatic-Rickshaw-1.5.0.0-23.el9s.noarch                               
DEBUG:   python3-XStatic-Spin-1.2.5.2-22.el9s.noarch                                   
DEBUG:   python3-XStatic-bootswatch-3.3.7.0-15.el9s.noarch                             
DEBUG:   python3-XStatic-jQuery-1.10.2.1-9.el9s.2.noarch                               
DEBUG:   python3-XStatic-jquery-ui-1.12.0.1-13.el9s.noarch                             
DEBUG:   python3-XStatic-mdi-1.6.50.2-4.el9s.noarch                                    
DEBUG:   python3-XStatic-objectpath-1.2.1.0-2.el9s.noarch                              
DEBUG:   python3-XStatic-roboto-fontface-0.5.0.0-17.el9s.noarch                        
DEBUG:   python3-XStatic-smart-table-1.4.13.2-13.el9s.noarch                           
DEBUG:   python3-XStatic-termjs-0.0.7.0-13.el9s.noarch                                 
DEBUG:   python3-XStatic-tv4-1.2.7.0-2.el9s.noarch                                     
DEBUG:   python3-amqp-5.2.0-2.el9s.noarch                                              
DEBUG:   python3-asgiref-3.8.1-1.el9s.noarch                                           
DEBUG:   python3-attrs-20.3.0-7.el9.noarch                                             
DEBUG:   python3-autopage-0.5.2-3.el9s.noarch                                          
DEBUG:   python3-bcrypt-3.2.2-4.el9s.x86_64                                            
DEBUG:   python3-cachetools-5.4.0-2.el9s.noarch                                        
DEBUG:   python3-cffi-1.14.5-5.el9.x86_64                                              
DEBUG:   python3-cinderclient-9.6.0-0.20240917080754.c4ecade.el9.noarch                
DEBUG:   python3-cliff-4.7.0-0.20240917091958.b75afa0.el9.noarch                       
DEBUG:   python3-cmd2-2.4.2-1.el9s.noarch                                              
DEBUG:   python3-cryptography-36.0.1-4.el9.x86_64                                      
DEBUG:   python3-dateutil-1:2.8.1-7.el9.noarch                                         
DEBUG:   python3-debtcollector-3.0.0-0.20240923083927.0e6ce1c.el9.noarch               
DEBUG:   python3-decorator-4.4.2-6.el9.noarch                                          
DEBUG:   python3-django-4.2.14-3.el9s.noarch                                           
DEBUG:   python3-django-appconf-1.0.6-2.el9s.noarch                                    
DEBUG:   python3-django-compressor-4.4-2.el9s.noarch                                   
DEBUG:   python3-django-debreach-2.1.0-2.el9s.noarch                                   
DEBUG:   python3-django-horizon-1:25.1.1-0.20250429232413.8fb1eda.el9.noarch           
DEBUG:   python3-django-pyscss-2.0.3-1.el9s.noarch                                     
DEBUG:   python3-dogpile-cache-1.3.1-1.el9s.noarch                                     
DEBUG:   python3-fasteners-0.19-1.el9s.noarch                                          
DEBUG:   python3-futurist-3.0.0-0.20240923080244.4e14db5.el9.noarch                    
DEBUG:   python3-glanceclient-1:4.7.0-0.20240917085916.4439db2.el9.noarch              
DEBUG:   python3-importlib-metadata-6.8.0-1.el9s.noarch                                
DEBUG:   python3-iso8601-1.1.0-1.el9s.noarch                                           
DEBUG:   python3-jaraco-8.2.1-4.el9s.noarch                                            
DEBUG:   python3-jaraco-classes-3.2.1-5.el9s.noarch                                    
DEBUG:   python3-jeepney-0.8.0-3.el9s.noarch                                           
DEBUG:   python3-jmespath-1.0.1-1.el9s.noarch                                          
DEBUG:   python3-jsonpatch-1.21-16.el9.noarch                                          
DEBUG:   python3-jsonpointer-2.0-4.el9.noarch                                          
DEBUG:   python3-jsonschema-4.16.0-2.el9s.noarch                                       
DEBUG:   python3-keyring-24.3.0-4.el9s.noarch                                          
DEBUG:   python3-keyring+completion-24.3.0-4.el9s.noarch                               
DEBUG:   python3-keystoneauth1-5.8.0-0.20240917093744.cca6c92.el9.noarch               
DEBUG:   python3-keystoneclient-1:5.5.0-0.20240917074642.a635649.el9.noarch            
DEBUG:   python3-kombu-1:5.3.7-1.el9s.noarch                                           
DEBUG:   python3-mako-1.1.4-6.el9.noarch                                               
DEBUG:   python3-memcached-1.59-3.el9s.noarch                                          
DEBUG:   python3-mod_wsgi-4.7.1-11.el9.x86_64                                          
DEBUG:   python3-more-itertools-10.1.0-1.el9s.noarch                                   
DEBUG:   python3-msgpack-1.0.7-1.el9s.x86_64                                           
DEBUG:   python3-netaddr-0.10.1-5.el9s.noarch                                          
DEBUG:   python3-netifaces-0.10.6-15.el9.x86_64                                        
DEBUG:   python3-neutronclient-11.3.1-0.20240917074045.a10390c.el9.noarch              
DEBUG:   python3-novaclient-1:18.7.0-0.20240918091954.42ded0a.el9.noarch               
DEBUG:   python3-openstacksdk-4.0.1-0.20241106084719.899134e.el9.noarch                
DEBUG:   python3-os-client-config-2.1.0-0.20240923111807.bc96c23.el9.noarch            
DEBUG:   python3-os-service-types-1.7.0-0.20240923091826.0b2f473.el9.noarch            
DEBUG:   python3-osc-lib-3.1.0-0.20240917092743.f9bcdec.el9.noarch                     
DEBUG:   python3-oslo-concurrency-6.1.0-0.20240917082743.248ba64.el9.noarch            
DEBUG:   python3-oslo-config-2:9.6.0-0.20241028120320.beb7b6c.el9.noarch               
DEBUG:   python3-oslo-context-5.6.0-0.20241011074246.7f3b6ac.el9.noarch                
DEBUG:   python3-oslo-i18n-6.4.0-0.20240917083112.efaff62.el9.noarch                   
DEBUG:   python3-oslo-log-6.1.2-0.20240917085256.abd5c21.el9.noarch                    
DEBUG:   python3-oslo-messaging-14.9.1-0.20241028171801.402cc29.el9.noarch             
DEBUG:   python3-oslo-messaging+amqp1-14.9.1-0.20241028171801.402cc29.el9.noarch       
DEBUG:   python3-oslo-metrics-0.9.0-0.20240917083307.e7ea726.el9.noarch                
DEBUG:   python3-oslo-middleware-6.2.0-0.20240918100307.67a0a39.el9.noarch             
DEBUG:   python3-oslo-policy-4.4.0-0.20240917084907.206ae19.el9.noarch                 
DEBUG:   python3-oslo-serialization-5.5.0-0.20240917085606.f6e879d.el9.noarch          
DEBUG:   python3-oslo-service-3.5.0-0.20240923080952.a84a9de.el9.noarch                
DEBUG:   python3-oslo-upgradecheck-2.4.0-0.20240917083559.2e41b6d.el9.noarch           
DEBUG:   python3-oslo-utils-7.3.0-0.20240918091147.d37a161.el9.noarch                  
DEBUG:   python3-osprofiler-4.2.0-0.20240918093518.3fb0487.el9.noarch                  
DEBUG:   python3-paste-3.10.1-1.el9s.noarch                                            
DEBUG:   python3-paste-deploy-3.1.0-2.el9s.noarch                                      
DEBUG:   python3-platformdirs-4.2.2-1.el9s.noarch                                      
DEBUG:   python3-ply-3.11-14.el9.noarch                                                
DEBUG:   python3-prettytable-0.7.2-27.el9.noarch                                       
DEBUG:   python3-prometheus_client-0.19.0-2.el9s.noarch                                
DEBUG:   python3-pyOpenSSL-20.0.1-2.el9s.noarch                                        
DEBUG:   python3-pycparser-2.20-6.el9.noarch                                           
DEBUG:   python3-pyngus-2.3.0-8.el9s.noarch                                            
DEBUG:   python3-pyperclip-1.8.2-2.el9s.noarch                                         
DEBUG:   python3-pyrsistent-0.17.3-8.el9.x86_64                                        
DEBUG:   python3-pyyaml-5.4.1-6.el9.x86_64                                             
DEBUG:   python3-qpid-proton-0.35.0-2.el9s.x86_64                                      
DEBUG:   python3-rcssmin-1.1.1-1.el9s.x86_64                                           
DEBUG:   python3-repoze-lru-0.7-10.el9s.noarch                                         
DEBUG:   python3-requestsexceptions-1.4.0-0.20240923091259.d7ac0ff.el9.noarch          
DEBUG:   python3-rfc3986-1.5.0-1.el9s.noarch                                           
DEBUG:   python3-rjsmin-1.2.1-2.el9s.x86_64                                            
DEBUG:   python3-routes-2.5.1-1.el9s.noarch                                            
DEBUG:   python3-scss-1.4.0-1.el9s.x86_64                                              
DEBUG:   python3-secretstorage-3.3.1-1.el9s.noarch                                     
DEBUG:   python3-semantic_version-2.10.0-4.el9s.noarch                                 
DEBUG:   python3-sqlparse-0.4.2-4.el9s.noarch                                          
DEBUG:   python3-statsd-3.2.1-20.el9s.noarch                                           
DEBUG:   python3-stevedore-5.3.0-0.20241203180325.51134a4.el9.noarch                   
DEBUG:   python3-swiftclient-4.6.0-0.20240917073738.e7061db.el9.noarch                 
DEBUG:   python3-swiftclient+keystone-4.6.0-0.20240917073738.e7061db.el9.noarch        
DEBUG:   python3-tempita-0.5.2-2.el9s.noarch                                           
DEBUG:   python3-vine-5.1.0-1.el9s.noarch                                              
DEBUG:   python3-warlock-2.0.1-3.el9s.noarch                                           
DEBUG:   python3-wcwidth-0.2.13-1.el9s.noarch                                          
DEBUG:   python3-webob-1.8.8-2.el9s.noarch                                             
DEBUG:   python3-wrapt-1.16.0-1.el9s.x86_64                                            
DEBUG:   python3-yappi-1.6.0-1.el9s.x86_64                                             
DEBUG:   python3-zipp-3.6.0-1.el9s.noarch                                              
DEBUG:   qpid-proton-c-0.35.0-2.el9s.x86_64                                            
DEBUG:   roboto-fontface-common-0.5.0.0-17.el9s.noarch                                 
DEBUG:   roboto-fontface-fonts-0.5.0.0-17.el9s.noarch                                  
DEBUG:   web-assets-filesystem-5-15.el9.noarch                                         
DEBUG:   xstatic-angular-bootstrap-common-2.2.0.0-14.el9s.noarch                       
DEBUG:   xstatic-angular-fileupload-common-12.0.4.0-18.el9s.noarch                     
DEBUG:   xstatic-angular-gettext-common-2.3.8.0-1.el9s.noarch                          
DEBUG:   xstatic-angular-lrdragndrop-common-1.0.2.2-20.el9s.noarch                     
DEBUG:   xstatic-angular-schema-form-common-0.8.13.0-2.el9s.noarch                     
DEBUG:   xstatic-bootstrap-datepicker-common-1.3.1.0-20.el9s.noarch                    
DEBUG:   xstatic-bootstrap-scss-common-3.3.7.1-14.el9s.noarch                          
DEBUG:   xstatic-d3-common-3.5.17.0-14.el9s.noarch                                     
DEBUG:   xstatic-hogan-common-2.0.0.2-21.el9s.noarch                                   
DEBUG:   xstatic-jasmine-common-2.4.1.1-13.el9s.noarch                                 
DEBUG:   xstatic-jquery-migrate-common-1.2.1.1-21.el9s.noarch                          
DEBUG:   xstatic-jquery-quicksearch-common-2.0.3.2-1.el9s.noarch                       
DEBUG:   xstatic-jquery-tablesorter-common-2.14.5.1-21.el9s.noarch                     
DEBUG:   xstatic-jquery-ui-common-1.12.0.1-13.el9s.noarch                              
DEBUG:   xstatic-jsencrypt-common-2.3.1.1-13.el9s.noarch                               
DEBUG:   xstatic-objectpath-common-1.2.1.0-2.el9s.noarch                               
DEBUG:   xstatic-rickshaw-common-1.5.0.0-23.el9s.noarch                                
DEBUG:   xstatic-smart-table-common-1.4.13.2-13.el9s.noarch                            
DEBUG:   xstatic-spin-common-1.2.5.2-22.el9s.noarch                                    
DEBUG:   xstatic-termjs-common-0.0.7.0-13.el9s.noarch                                  
DEBUG:   xstatic-tv4-common-1.2.7.0-2.el9s.noarch                                      
DEBUG: Complete!
DEBUG: Child return code was: 0
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
INFO: 
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-x86_64-5-bootstrap/root/home/centos9-dalmatian/data/repos/component/ui/8f/b1/8fb1eda3b8d6a529e5673800f27abfccc12f1103_bd122858'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False
DEBUG: Child return code was: 0
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos9-dalmatian-x86_64-5/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos9-dalmatian-x86_64-5-bootstrap/root
DEBUG: child environment: None
DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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-centos9-dalmatian-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