Your message dated Sat, 30 Jul 2022 22:09:16 +0000
with message-id <[email protected]>
and subject line Bug#1015100: fixed in watcher-dashboard 7.0.0-1
has caused the Debian Bug report #1015100,
regarding watcher-dashboard: FTBFS: ImportError: cannot import name 
'ugettext_lazy' from 'django.utils.translation' 
(/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
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 [email protected]
immediately.)


-- 
1015100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015100
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: watcher-dashboard
Version: 7.0.0~rc1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
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 -v 2 \
>                       --settings=watcher_dashboard.test.settings \
>                       --exclude-tag integration \
>                       watcher_dashboard ;\
> done
> WARNING:root:"dashboards" and "default_dashboard" in (local_)settings is 
> DEPRECATED now and may be unsupported in some future release. The preferred 
> way to specify the order of dashboards and the default dashboard is the 
> pluggable dashboard mechanism (in 
> /<<PKGBUILDDIR>>/watcher_dashboard/local/enabled, 
> /usr/lib/python3/dist-packages/openstack_dashboard/enabled).
> WARNING:root:Error importing 
> watcher_dashboard.local.enabled._31020_watcher_panelgroup
> 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>>/watcher_dashboard/local/enabled/_31020_watcher_panelgroup.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)
> Creating test database for alias 'default' 
> ('file:memorydb_default?mode=memory&cache=shared')...
> Excluding test tag(s): integration.
> Found 31 test(s).
> 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).
> watcher_dashboard.content.audit_templates.tests (unittest.loader._FailedTest) 
> ... ERROR
> watcher_dashboard.content.goals.tests (unittest.loader._FailedTest) ... ERROR
> watcher_dashboard.content.strategies.tests (unittest.loader._FailedTest) ... 
> ERROR
> test_action_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_start 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_create_with_auto_trigger 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_create_with_interval 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_list_with_filters 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_patch 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_goal_get (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) 
> ... ERROR
> test_goal_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_strategy_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_strategy_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_populate (watcher_dashboard.test.test_formset_table.FormsetTableTests)
> Create a FormsetDataTable and populate it with data. ... ERROR
> test_check_image_type (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_de_camel_case (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_filter_items (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_length (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_list_to_dict (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_safe_int_cast (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> 
> ======================================================================
> ERROR: watcher_dashboard.content.audit_templates.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> watcher_dashboard.content.audit_templates.tests
> 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: 'audit_templates'
> 
> 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>>/watcher_dashboard/content/audit_templates/tests.py", 
> line 23, in <module>
>     INDEX_URL = urls.reverse(
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'audit_templates' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: watcher_dashboard.content.goals.tests (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> watcher_dashboard.content.goals.tests
> 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: 'goals'
> 
> 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>>/watcher_dashboard/content/goals/tests.py", line 23, 
> in <module>
>     INDEX_URL = urls.reverse('horizon:admin:goals:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'goals' is not a registered namespace 
> inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: watcher_dashboard.content.strategies.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> watcher_dashboard.content.strategies.tests
> 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: 'strategies'
> 
> 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>>/watcher_dashboard/content/strategies/tests.py", line 
> 23, in <module>
>     INDEX_URL = urls.reverse(
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'strategies' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: test_action_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_start 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_create_with_auto_trigger 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_create_with_interval 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_list_with_filters 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_patch 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_goal_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_goal_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_strategy_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_strategy_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_populate 
> (watcher_dashboard.test.test_formset_table.FormsetTableTests)
> Create a FormsetDataTable and populate it with data.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_check_image_type (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_de_camel_case (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_filter_items (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_length (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_list_to_dict (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_safe_int_cast (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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)
> 
> ----------------------------------------------------------------------
> Ran 31 tests in 0.413s
> 
> FAILED (errors=31)
> Destroying test database for alias 'default' 
> ('file:memorydb_default?mode=memory&cache=shared')...
> WARNING:root:"dashboards" and "default_dashboard" in (local_)settings is 
> DEPRECATED now and may be unsupported in some future release. The preferred 
> way to specify the order of dashboards and the default dashboard is the 
> pluggable dashboard mechanism (in 
> /<<PKGBUILDDIR>>/watcher_dashboard/local/enabled, 
> /usr/lib/python3/dist-packages/openstack_dashboard/enabled).
> WARNING:root:Error importing 
> watcher_dashboard.local.enabled._31020_watcher_panelgroup
> 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>>/watcher_dashboard/local/enabled/_31020_watcher_panelgroup.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)
> Creating test database for alias 'default' 
> ('file:memorydb_default?mode=memory&cache=shared')...
> Excluding test tag(s): integration.
> Found 31 test(s).
> 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).
> watcher_dashboard.content.audit_templates.tests (unittest.loader._FailedTest) 
> ... ERROR
> watcher_dashboard.content.goals.tests (unittest.loader._FailedTest) ... ERROR
> watcher_dashboard.content.strategies.tests (unittest.loader._FailedTest) ... 
> ERROR
> test_action_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_action_plan_start 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_create_with_auto_trigger 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_create_with_interval 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_list_with_filters 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_audit_template_patch 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_goal_get (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) 
> ... ERROR
> test_goal_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_strategy_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_strategy_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests) ... ERROR
> test_populate (watcher_dashboard.test.test_formset_table.FormsetTableTests)
> Create a FormsetDataTable and populate it with data. ... ERROR
> test_check_image_type (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_de_camel_case (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_filter_items (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_length (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_list_to_dict (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> test_safe_int_cast (watcher_dashboard.utils.tests.UtilsTests) ... ERROR
> 
> ======================================================================
> ERROR: watcher_dashboard.content.audit_templates.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> watcher_dashboard.content.audit_templates.tests
> 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: 'audit_templates'
> 
> 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>>/watcher_dashboard/content/audit_templates/tests.py", 
> line 23, in <module>
>     INDEX_URL = urls.reverse(
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'audit_templates' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: watcher_dashboard.content.goals.tests (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> watcher_dashboard.content.goals.tests
> 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: 'goals'
> 
> 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>>/watcher_dashboard/content/goals/tests.py", line 23, 
> in <module>
>     INDEX_URL = urls.reverse('horizon:admin:goals:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'goals' is not a registered namespace 
> inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: watcher_dashboard.content.strategies.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> watcher_dashboard.content.strategies.tests
> 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: 'strategies'
> 
> 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>>/watcher_dashboard/content/strategies/tests.py", line 
> 23, in <module>
>     INDEX_URL = urls.reverse(
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'strategies' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: test_action_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_action_plan_start 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_create_with_auto_trigger 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_create_with_interval 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_create 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_delete 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_list_with_filters 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_audit_template_patch 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_goal_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_goal_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_strategy_get 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_strategy_list 
> (watcher_dashboard.test.api_tests.test_watcher.WatcherAPITests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 39, in setUp
>     super(APITestCase, self).setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_populate 
> (watcher_dashboard.test.test_formset_table.FormsetTableTests)
> Create a FormsetDataTable and populate it with data.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_check_image_type (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_de_camel_case (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_filter_items (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_length (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_list_to_dict (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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: test_safe_int_cast (watcher_dashboard.utils.tests.UtilsTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 214, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 147, in 
> setUp
>     self._setup_test_data()
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/helpers.py", line 30, in 
> _setup_test_data
>     utils.load_test_data(self)
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/utils.py", line 22, 
> in load_test_data
>     from watcher_dashboard.test.test_data import watcher_data
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/test/test_data/watcher_data.py", 
> line 16, in <module>
>     from watcher_dashboard.api import watcher
>   File "/<<PKGBUILDDIR>>/watcher_dashboard/api/watcher.py", line 16, 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)
> 
> ----------------------------------------------------------------------
> Ran 31 tests in 0.419s
> 
> FAILED (errors=31)
> Destroying test database for alias 'default' 
> ('file:memorydb_default?mode=memory&cache=shared')...
> make[1]: *** [debian/rules:41: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/watcher-dashboard_7.0.0~rc1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&[email protected]&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: watcher-dashboard
Source-Version: 7.0.0-1
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
watcher-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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated watcher-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 [email protected])


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

Format: 1.8
Date: Sat, 30 Jul 2022 17:56:38 +0200
Source: watcher-dashboard
Architecture: source
Version: 7.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1015100
Changes:
 watcher-dashboard (7.0.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add django 4 compat patches (Closes: #1015100):
     - django-4-ugettext_lazy-is-removed.patch
     - django-4-django.conf.urls.url-is-removed.patch
   * Add autopkgtest.
Checksums-Sha1:
 ba7aad5112dd6093e38e93026eb7f13e44808a27 2539 watcher-dashboard_7.0.0-1.dsc
 27ec3784f81466f0162581c9c978212bfa6921e0 50408 
watcher-dashboard_7.0.0.orig.tar.xz
 f20187a32322e44a59960f56e3bc8a76aff43f2f 11348 
watcher-dashboard_7.0.0-1.debian.tar.xz
 99d2a4d1c7c25f5f2d5ad95cf1cd631717367b40 16589 
watcher-dashboard_7.0.0-1_amd64.buildinfo
Checksums-Sha256:
 ba48806c91b980eb99f996ed459a9e650fddf390c890697fed0e191a4ff16b1c 2539 
watcher-dashboard_7.0.0-1.dsc
 fa8ab0a7f2afdcf6c83f54c24d3811012571ee816a6a0a151b259af6d1a7370b 50408 
watcher-dashboard_7.0.0.orig.tar.xz
 81211b6cb144ae329f9907f11423401ffc58f6b8078bf6f7e0dc001840929ad6 11348 
watcher-dashboard_7.0.0-1.debian.tar.xz
 2ba45889fe28a2c3c3dddbc165032f44f1a13b49b914521ddb052ba0f12d8986 16589 
watcher-dashboard_7.0.0-1_amd64.buildinfo
Files:
 77e5e2597ec83c75a1a3f3ed4215e3b7 2539 python optional 
watcher-dashboard_7.0.0-1.dsc
 0cae2e72db7e0afc14458d9edac9b934 50408 python optional 
watcher-dashboard_7.0.0.orig.tar.xz
 0c79647928c4fc5df2a441d57af24b93 11348 python optional 
watcher-dashboard_7.0.0-1.debian.tar.xz
 30481429c6f5583fa22efc35f59efdfa 16589 python optional 
watcher-dashboard_7.0.0-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmLlpoIACgkQ1BatFaxr
Q/5nrQ/8CDQxtkvIZetDi3Af6X8gE6wzHA5/5YUHXO1vFQbPpoeVzDcRA2wdJ4aa
NpuBwhmJdI1IVXHOHcF9LUVmSi4u9vTUDtyfRcI8k+Dw0wXoi9gxrGWMe/+1AHv/
J1zW4Zvep4+iU77TAihkR9Ok9rtvwU8lnT8Nakl4MPtzTu0CbdK5Z7YjtrXmpqFV
2Dd7kfWpn35QE0GQpwvmC5sqN91pIWwnBSsJj0lcYMPFs79rq+ot3Jmge6ewGTtI
QcFYOew+jWZ5M+H8Udmjnjo3jO6DSO7d5GTKB1eYVJy57EUfVO+hEKpV4zlhbdyZ
eKrUcft06o1FW4r8bRz0hZB/T/69mJisUbYwHnlk0Vi4wXHeowFXkvN+zJOdc5C2
aWS9H/+8zev1h+nhIMFTu4zkjW6xH0h2sFUv8zRrAbNcskk5U2W0y9gOnBqPVfmW
9mLMmgoBpvfn6p48YWcAhA4IVFA/IspbEcDjSijch95RpvU80dkI8oLWgJ1o1Pkh
Ajf+MO+k4WZTRPI/7qg8/B8YCQUm59kghJNzAoN60S1WZ53QUawji7f0Pq9eUGSE
1GgknqHZf9zqv/h9iK3nguzlpCdV2qRf9eJ/wFEYwr2gALppkMeGj9yxJrZIAWf2
8S7fsrv3rOyWya80ZkwS/5TdoyepvwoPsPonbHTL1E40FX+Muss=
=g/Or
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to