Your message dated Sat, 30 Jul 2022 22:20:13 +0000
with message-id <e1ohuof-00059z...@fasolo.debian.org>
and subject line Bug#1015037: fixed in neutron-vpnaas-dashboard 6.0.0-2
has caused the Debian Bug report #1015037,
regarding neutron-vpnaas-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 ow...@bugs.debian.org
immediately.)


-- 
1015037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015037
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: neutron-vpnaas-dashboard
Version: 6.0.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> for i in 3.9 3.10 ; do \
>       PYTHON=python$i NOSE_WITH_OPENSTACK=1 \
>               NOSE_OPENSTACK_COLOR=1 \
>               NOSE_OPENSTACK_RED=0.05 \
>               NOSE_OPENSTACK_YELLOW=0.025 \
>               NOSE_OPENSTACK_SHOW_ELAPSED=1 \
>               DJANGO_SETTINGS_MODULE=neutron_vpnaas_dashboard.test.settings \
>               python3 -m coverage run \
>               /<<PKGBUILDDIR>>/manage.py test neutron_vpnaas_dashboard 
> --settings=neutron_vpnaas_dashboard.test.settings ; \
> done
> Creating test database for alias 'default'...
> Found 16 test(s).
> System check identified no issues (0 silenced).
> EEEEEEEEEEEEEEEE
> ======================================================================
> ERROR: neutron_vpnaas_dashboard.dashboards.project.vpn.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> neutron_vpnaas_dashboard.dashboards.project.vpn.tests
> 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>>/neutron_vpnaas_dashboard/dashboards/project/vpn/tests.py", 
> line 23, in <module>
>     from neutron_vpnaas_dashboard.dashboards.project.vpn import workflows
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/workflows.py",
>  line 15, 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_endpointgroup_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_endpointgroup_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_endpointgroup_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ikepolicy_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ikepolicy_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ikepolicy_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecpolicy_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecpolicy_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecpolicy_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecsiteconnection_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecsiteconnection_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecsiteconnection_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_vpnservice_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_vpnservice_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_vpnservice_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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 16 tests in 0.072s
> 
> FAILED (errors=16)
> Destroying test database for alias 'default'...
> Creating test database for alias 'default'...
> Found 16 test(s).
> System check identified no issues (0 silenced).
> EEEEEEEEEEEEEEEE
> ======================================================================
> ERROR: neutron_vpnaas_dashboard.dashboards.project.vpn.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> neutron_vpnaas_dashboard.dashboards.project.vpn.tests
> 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>>/neutron_vpnaas_dashboard/dashboards/project/vpn/tests.py", 
> line 23, in <module>
>     from neutron_vpnaas_dashboard.dashboards.project.vpn import workflows
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/workflows.py",
>  line 15, 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_endpointgroup_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_endpointgroup_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_endpointgroup_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ikepolicy_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ikepolicy_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ikepolicy_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecpolicy_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecpolicy_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecpolicy_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecsiteconnection_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecsiteconnection_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_ipsecsiteconnection_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_vpnservice_create 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_vpnservice_get 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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_vpnservice_list 
> (neutron_vpnaas_dashboard.test.api_tests.test_vpnaas.VPNaasApiTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1238, in _dot_lookup
>     return getattr(thing, comp)
> AttributeError: module 'neutron_vpnaas_dashboard.dashboards.project.vpn' has 
> no attribute 'panel'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 481, in setUp
>     super().setUp()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 212, in setUp
>     self.patchers = _apply_panel_mocks()
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py", 
> line 155, in _apply_panel_mocks
>     patcher.start()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1585, in start
>     result = self.__enter__()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1421, in __enter__
>     self.target = self.getter()
>   File "/usr/lib/python3.10/unittest/mock.py", line 1608, in <lambda>
>     getter = lambda: _importer(target)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1251, in _importer
>     thing = _dot_lookup(thing, comp, import_path)
>   File "/usr/lib/python3.10/unittest/mock.py", line 1240, in _dot_lookup
>     __import__(import_path)
>   File 
> "/<<PKGBUILDDIR>>/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py", 
> line 17, 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 16 tests in 0.072s
> 
> FAILED (errors=16)
> Destroying test database for alias 'default'...
> make[1]: *** [debian/rules:35: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/neutron-vpnaas-dashboard_6.0.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: neutron-vpnaas-dashboard
Source-Version: 6.0.0-2
Done: Thomas Goirand <z...@debian.org>

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

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

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

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

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


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

Format: 1.8
Date: Sat, 30 Jul 2022 23:52:37 +0200
Source: neutron-vpnaas-dashboard
Architecture: source
Version: 6.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1015037
Changes:
 neutron-vpnaas-dashboard (6.0.0-2) unstable; urgency=medium
 .
   * Add Django 4 compat patches (Closes: #1015037):
     - django-4-ugettext_lazy-is-removed.patch
     - django-4-django.conf.urls.url-is-removed.patch
Checksums-Sha1:
 616148902727b7fbd87202ad2961efac9abba212 2488 
neutron-vpnaas-dashboard_6.0.0-2.dsc
 882a20ed5cee93f427d678ec1d7b340922ebe990 5032 
neutron-vpnaas-dashboard_6.0.0-2.debian.tar.xz
 3288250ed74e1e33ba5629d3e11cb4a6b962e451 15391 
neutron-vpnaas-dashboard_6.0.0-2_amd64.buildinfo
Checksums-Sha256:
 18eefe3eae4e35f22315b7fb370d82cf7d54159a31576a3fa0d9939fea336e0b 2488 
neutron-vpnaas-dashboard_6.0.0-2.dsc
 3fd42b8c187757ff628677faf8f5e34702d31dd3cefae5cc7ebc3d3291f3e632 5032 
neutron-vpnaas-dashboard_6.0.0-2.debian.tar.xz
 e4caecba8307a74e0e68277cdaa60f140165b4253447bc839a0d2a472704b027 15391 
neutron-vpnaas-dashboard_6.0.0-2_amd64.buildinfo
Files:
 6c82d2ae353c7717c7d5ea8f7f8f5f30 2488 python optional 
neutron-vpnaas-dashboard_6.0.0-2.dsc
 88573ffc1d7a10fe691a55a361c10a3b 5032 python optional 
neutron-vpnaas-dashboard_6.0.0-2.debian.tar.xz
 dc4d456a86c67daa40b6db7dd0815e42 15391 python optional 
neutron-vpnaas-dashboard_6.0.0-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmLlqe8ACgkQ1BatFaxr
Q/6YJRAAjAXoCTN2FKeGF77HzjxnjZj31LGFIz7x7KWzM6KQ1WOjLxqakjLuEEHy
TrMBKzf3NfbvXd0xxg06N8wGYQJI/QOtH7B/3OLSeRIP3l8azREaIM/hkvioaz/O
JlseOy6NH+CtwpFEz/Y5Qxcl036awlBXzyt/RduhOMebg3Q1KVEnMW2CTMIOjYIW
JUlq4TR2TfUvwJmpP1d7w0Ci1QcBlbuTPxJEOpAgemOfpQghwwFT/7l9Eizw2C4n
KKXF4pDT0UmgcsTt5BS5VQ7ktVXduDak1tUeduD0p8j5JSm+EJgEhp4GekzVPUFy
kIJXICbaAxKsA9+wYHIoLPcHhpIXllvXCX79PuATI0O2LuUCMUdv+AA4jAd48fAf
e6CnsqBG4xBJ803nR9Ay+CZVw9CLOsX8NuBLFuTUrl1M/t0T1uJpXu6VC6JtIyNk
FkccEBLB7g+n5Tllaz2wkOf0hovWr8uhVUtj8OPKv9lfl+hj7orusYXBagqbVgAd
aGDDJQt8i7+Vj4mfjch7K5tjQ37ojYJ73cMNHx3el29N+soqv40yB9BGFuuMvm0s
AzNL9C9dU5MB+PrS6UkqPNM+EoYeIiilhuxEdw/Vw3ASZVRrnefaptPbDWCRnbqv
l7tQ64jEDcwi6YnXV7rBrThnqiSPJnLT5xiGv1MgZjfpN6GdHvs=
=yPrR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to