--- Begin Message ---
Source: heat-dashboard
Version: 7.0.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> for i in 3.9 3.10 ; do \
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages \
> NOSE_WITH_OPENSTACK=1 \
> NOSE_OPENSTACK_COLOR=1 \
> NOSE_OPENSTACK_RED=0.05 \
> NOSE_OPENSTACK_YELLOW=0.025 \
> NOSE_OPENSTACK_SHOW_ELAPSED=1 \
> python$i /<<PKGBUILDDIR>>/manage.py test heat_dashboard.test -v
> 2 --settings=heat_dashboard.test.settings --exclude-tag integration ; \
> done
> WARNING:root:Error importing
> heat_dashboard.enabled._1610_project_orchestration_panel
> ERROR:root:cannot import name 'ugettext_lazy' from 'django.utils.translation'
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> Traceback (most recent call last):
> File
> "/usr/lib/python3/dist-packages/openstack_dashboard/utils/settings.py", line
> 58, in import_submodules
> submodule = import_module(name)
> File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
> File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
> File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
> File "<frozen importlib._bootstrap_external>", line 850, in exec_module
> File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/enabled/_1610_project_orchestration_panel.py",
> line 13, in <module>
> from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from
> 'django.utils.translation'
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> Excluding test tag(s): integration.
> Found 26 test(s).
> Creating test database for alias 'default'
> ('file:memorydb_default?mode=memory&cache=shared')...
> Operations to perform:
> Synchronize unmigrated apps: admin, compressor, horizon, humanize,
> identity, messages, openstack_auth, openstack_dashboard, project, settings,
> staticfiles
> Apply all migrations: auth, contenttypes, sessions
> Synchronizing apps without migrations:
> Creating tables...
> Creating table openstack_auth_user
> Running deferred SQL...
> Running migrations:
> Applying contenttypes.0001_initial... OK
> Applying contenttypes.0002_remove_content_type_name... OK
> Applying auth.0001_initial... OK
> Applying auth.0002_alter_permission_name_max_length... OK
> Applying auth.0003_alter_user_email_max_length... OK
> Applying auth.0004_alter_user_username_opts... OK
> Applying auth.0005_alter_user_last_login_null... OK
> Applying auth.0006_require_contenttypes_0002... OK
> Applying auth.0007_alter_validators_add_error_messages... OK
> Applying auth.0008_alter_user_username_max_length... OK
> Applying auth.0009_alter_user_last_name_max_length... OK
> Applying auth.0010_alter_group_name_max_length... OK
> Applying auth.0011_update_proxy_permissions... OK
> Applying auth.0012_alter_user_first_name_max_length... OK
> Applying sessions.0001_initial... OK
> System check identified no issues (0 silenced).
> heat_dashboard.test.tests.content.test_stacks (unittest.loader._FailedTest)
> ... ERROR
> heat_dashboard.test.tests.content.test_template_versions
> (unittest.loader._FailedTest) ... ERROR
> test_get_template_files
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_get_template_files_invalid
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_get_template_files_with_template_data
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_get_template_files_with_template_url
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_snapshot_create (heat_dashboard.test.tests.api.test_heat.HeatApiTests)
> ... ok
> test_snapshot_list (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_stack_create (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_stack_list (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_equal_page_size
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_less_page_size
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_marker
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_marker_prev
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_sort_options
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_update (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_template_function_list
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_template_get (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_template_version_list
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_services_get
> (heat_dashboard.test.tests.api.test_heat_rest.HeatRestTestCase) ... ok
> test_services_get_disabled
> (heat_dashboard.test.tests.api.test_heat_rest.HeatRestTestCase) ... ok
> test_validate_post
> (heat_dashboard.test.tests.api.test_heat_rest.ValidateRestTestCase) ... ok
> test_detail_view
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ... ERROR
> test_index
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ... ERROR
> test_index
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ... ERROR
> test_option
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ... ERROR
>
> ======================================================================
> ERROR: heat_dashboard.test.tests.content.test_stacks
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module:
> heat_dashboard.test.tests.content.test_stacks
> Traceback (most recent call last):
> File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
> module = self._get_module_from_name(name)
> File "/usr/lib/python3.9/unittest/loader.py", line 377, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_stacks.py",
> line 27, in <module>
> from heat_dashboard.content.stacks import forms
> File "/<<PKGBUILDDIR>>/heat_dashboard/content/stacks/forms.py", line 20, in
> <module>
> from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from
> 'django.utils.translation'
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
>
>
> ======================================================================
> ERROR: heat_dashboard.test.tests.content.test_template_versions
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module:
> heat_dashboard.test.tests.content.test_template_versions
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'template_versions'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
> module = self._get_module_from_name(name)
> File "/usr/lib/python3.9/unittest/loader.py", line 377, in
> _get_module_from_name
> __import__(name)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_versions.py",
> line 21, in <module>
> class TemplateVersionsTests(test.TestCase):
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_versions.py",
> line 23, in TemplateVersionsTests
> INDEX_URL = reverse('horizon:project:template_versions:index')
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'template_versions' is not a
> registered namespace inside 'horizon:project'
>
>
> ======================================================================
> ERROR: test_detail_view
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'resource_types'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_resource_types.py",
> line 42, in test_detail_view
> url = reverse('horizon:project:resource_types:details',
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'resource_types' is not a registered
> namespace inside 'horizon:project'
>
> ======================================================================
> ERROR: test_index
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'resource_types'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_resource_types.py",
> line 29, in test_index
> reverse('horizon:project:resource_types:index'))
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'resource_types' is not a registered
> namespace inside 'horizon:project'
>
> ======================================================================
> ERROR: test_index
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'template_generator'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_generator.py",
> line 26, in test_index
> self.client.get(reverse('horizon:project:template_generator:index'))
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'template_generator' is not a
> registered namespace inside 'horizon:project'
>
> ======================================================================
> ERROR: test_option
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'template_generator'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_generator.py",
> line 78, in test_option
> resp = self.client.get(reverse(
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'template_generator' is not a
> registered namespace inside 'horizon:project'
>
> ----------------------------------------------------------------------
> Ran 26 tests in 0.227s
>
> FAILED (errors=6)
> Destroying test database for alias 'default'
> ('file:memorydb_default?mode=memory&cache=shared')...
> WARNING:root:Error importing
> heat_dashboard.enabled._1610_project_orchestration_panel
> ERROR:root:cannot import name 'ugettext_lazy' from 'django.utils.translation'
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> Traceback (most recent call last):
> File
> "/usr/lib/python3/dist-packages/openstack_dashboard/utils/settings.py", line
> 58, in import_submodules
> submodule = import_module(name)
> File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
> File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
> File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
> File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
> File "<frozen importlib._bootstrap_external>", line 883, in exec_module
> File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/enabled/_1610_project_orchestration_panel.py",
> line 13, in <module>
> from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from
> 'django.utils.translation'
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> Excluding test tag(s): integration.
> Found 26 test(s).
> Creating test database for alias 'default'
> ('file:memorydb_default?mode=memory&cache=shared')...
> Operations to perform:
> Synchronize unmigrated apps: admin, compressor, horizon, humanize,
> identity, messages, openstack_auth, openstack_dashboard, project, settings,
> staticfiles
> Apply all migrations: auth, contenttypes, sessions
> Synchronizing apps without migrations:
> Creating tables...
> Creating table openstack_auth_user
> Running deferred SQL...
> Running migrations:
> Applying contenttypes.0001_initial... OK
> Applying contenttypes.0002_remove_content_type_name... OK
> Applying auth.0001_initial... OK
> Applying auth.0002_alter_permission_name_max_length... OK
> Applying auth.0003_alter_user_email_max_length... OK
> Applying auth.0004_alter_user_username_opts... OK
> Applying auth.0005_alter_user_last_login_null... OK
> Applying auth.0006_require_contenttypes_0002... OK
> Applying auth.0007_alter_validators_add_error_messages... OK
> Applying auth.0008_alter_user_username_max_length... OK
> Applying auth.0009_alter_user_last_name_max_length... OK
> Applying auth.0010_alter_group_name_max_length... OK
> Applying auth.0011_update_proxy_permissions... OK
> Applying auth.0012_alter_user_first_name_max_length... OK
> Applying sessions.0001_initial... OK
> System check identified no issues (0 silenced).
> heat_dashboard.test.tests.content.test_stacks (unittest.loader._FailedTest)
> ... ERROR
> heat_dashboard.test.tests.content.test_template_versions
> (unittest.loader._FailedTest) ... ERROR
> test_get_template_files
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_get_template_files_invalid
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_get_template_files_with_template_data
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_get_template_files_with_template_url
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_snapshot_create (heat_dashboard.test.tests.api.test_heat.HeatApiTests)
> ... ok
> test_snapshot_list (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_stack_create (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_stack_list (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_equal_page_size
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_less_page_size
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_marker
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_pagination_marker_prev
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_list_sort_options
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_stack_update (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_template_function_list
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_template_get (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ...
> ok
> test_template_version_list
> (heat_dashboard.test.tests.api.test_heat.HeatApiTests) ... ok
> test_services_get
> (heat_dashboard.test.tests.api.test_heat_rest.HeatRestTestCase) ... ok
> test_services_get_disabled
> (heat_dashboard.test.tests.api.test_heat_rest.HeatRestTestCase) ... ok
> test_validate_post
> (heat_dashboard.test.tests.api.test_heat_rest.ValidateRestTestCase) ... ok
> test_detail_view
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ... ERROR
> test_index
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ... ERROR
> test_index
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ... ERROR
> test_option
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ... ERROR
>
> ======================================================================
> ERROR: heat_dashboard.test.tests.content.test_stacks
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module:
> heat_dashboard.test.tests.content.test_stacks
> Traceback (most recent call last):
> File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
> module = self._get_module_from_name(name)
> File "/usr/lib/python3.10/unittest/loader.py", line 377, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_stacks.py",
> line 27, in <module>
> from heat_dashboard.content.stacks import forms
> File "/<<PKGBUILDDIR>>/heat_dashboard/content/stacks/forms.py", line 20, in
> <module>
> from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from
> 'django.utils.translation'
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
>
>
> ======================================================================
> ERROR: heat_dashboard.test.tests.content.test_template_versions
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module:
> heat_dashboard.test.tests.content.test_template_versions
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'template_versions'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
> module = self._get_module_from_name(name)
> File "/usr/lib/python3.10/unittest/loader.py", line 377, in
> _get_module_from_name
> __import__(name)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_versions.py",
> line 21, in <module>
> class TemplateVersionsTests(test.TestCase):
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_versions.py",
> line 23, in TemplateVersionsTests
> INDEX_URL = reverse('horizon:project:template_versions:index')
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'template_versions' is not a
> registered namespace inside 'horizon:project'
>
>
> ======================================================================
> ERROR: test_detail_view
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'resource_types'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_resource_types.py",
> line 42, in test_detail_view
> url = reverse('horizon:project:resource_types:details',
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'resource_types' is not a registered
> namespace inside 'horizon:project'
>
> ======================================================================
> ERROR: test_index
> (heat_dashboard.test.tests.content.test_resource_types.ResourceTypesTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'resource_types'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_resource_types.py",
> line 29, in test_index
> reverse('horizon:project:resource_types:index'))
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'resource_types' is not a registered
> namespace inside 'horizon:project'
>
> ======================================================================
> ERROR: test_index
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'template_generator'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_generator.py",
> line 26, in test_index
> self.client.get(reverse('horizon:project:template_generator:index'))
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'template_generator' is not a
> registered namespace inside 'horizon:project'
>
> ======================================================================
> ERROR: test_option
> (heat_dashboard.test.tests.content.test_template_generator.TemplateGeneratorTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in
> reverse
> extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'template_generator'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> File
> "/<<PKGBUILDDIR>>/heat_dashboard/test/tests/content/test_template_generator.py",
> line 78, in test_option
> resp = self.client.get(reverse(
> File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in
> reverse
> raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'template_generator' is not a
> registered namespace inside 'horizon:project'
>
> ----------------------------------------------------------------------
> Ran 26 tests in 0.227s
>
> FAILED (errors=6)
> Destroying test database for alias 'default'
> ('file:memorydb_default?mode=memory&cache=shared')...
> make[1]: *** [debian/rules:45: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/07/16/heat-dashboard_7.0.0-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---