--- 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 ---