Your message dated Thu, 28 Jul 2022 21:35:44 +0000
with message-id <e1ohbaw-0005lx...@fasolo.debian.org>
and subject line Bug#1015050: fixed in heat-dashboard 7.0.0-2
has caused the Debian Bug report #1015050,
regarding heat-dashboard: FTBFS: KeyError: 'template_generator'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015050: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015050
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- 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 ---
--- Begin Message ---
Source: heat-dashboard
Source-Version: 7.0.0-2
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
heat-dashboard, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1015...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated heat-dashboard package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Jul 2022 22:57:38 +0200
Source: heat-dashboard
Architecture: source
Version: 7.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1015050
Changes:
 heat-dashboard (7.0.0-2) unstable; urgency=medium
 .
   * Add Django 4 support patches (Closes: #1015050):
     - django-4-ugettext_lazy-is-removed.patch
     - django-4-django.conf.urls.url-is-removed.patch
     - django-4-django.utils.urlunquote-is-removed.patch
   * Add autopkgtest.
Checksums-Sha1:
 56522d2f4c730382ff567b2f47280e4e6851d8ac 2571 heat-dashboard_7.0.0-2.dsc
 5c11e0f4d5a98c58e0f2a5063aad420ba6657faa 8504 
heat-dashboard_7.0.0-2.debian.tar.xz
 20f19e3b99e00632c3889148fe0b62b4cf45ace2 16685 
heat-dashboard_7.0.0-2_amd64.buildinfo
Checksums-Sha256:
 5359f14af0707a768b83672cfbd01717d8491e0fccdcdf59599e0bd12bd8e132 2571 
heat-dashboard_7.0.0-2.dsc
 d8db44642e681217f8aa0c0780f937df1d9a9f1053821b397cee09bbe334a852 8504 
heat-dashboard_7.0.0-2.debian.tar.xz
 38dbc313f3ae50621f461b8e90428350dc048bf68d4405813487b44aa9f5b6c1 16685 
heat-dashboard_7.0.0-2_amd64.buildinfo
Files:
 b2ffa3d73f490227c66f8a2381623ef6 2571 python optional 
heat-dashboard_7.0.0-2.dsc
 d78b12612cc0c5af5263a904218c813c 8504 python optional 
heat-dashboard_7.0.0-2.debian.tar.xz
 454a3e73607d63ed28235f0b0659d21d 16685 python optional 
heat-dashboard_7.0.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmLi/YwACgkQ1BatFaxr
Q/7zIQ//fvwJb55wOmQ4zfL1KaU5sLJAzQbNeCLj412noXCAeR+ZXtLyn/+iQQkP
ofcccDCfpD9KSAtJ0i8iFR0H/yPL2QAyEUkF8GMulnEE5ohXp2UIUpW/gIPavh2S
P8tVfA1F2Zrap/DcGo/vWygoZUNQOLCwfrGrRyrgFWl5C9wUCoL3uS/hBbF4W0CZ
45B+4J4Anz45rESEsVrCND3y/rbTSOpuWusR0iQKtddx6ZBModrig+F/5BQbDspB
lD/zsOHpky1/F2TPt8bx5HnGXeZonMwh25NLEgOFq4Xt22Cll1lxM8GLta4Czg5J
UCJaiGqkw3nlNjBKcmRz+kM3lsZDLnr+5wJt/0CeWc013tEPUxqeEN+/99tzubXg
Ryhq/cU3gT4aBqThCZglCmkPw/EYPjs/rBwDrnASHFlRxzAX7I5ZgfzcTJvqIsW2
pjO9M8U6RDT4QEc4M+NgSq1TidML+GWyQod3FDpnTTY7C/EdtfSZ2oTRFLWULBw0
KU5L690rD7xcNrI1tQPohEtnR1f63atWRKEO7aca7PfhrqTVqg8e4m3ofCI2CVDN
tSca6sqWc22elBHYjnMUDX+VLh1as1PgF7EjJUOvNH0ADXy2rSxVmo3y2Rl6gkz9
kBezg5hBcGnbYP+2KW1mxyeTow5+jP2gdO454yBVN4iy7sW1tQI=
=dX47
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to