Your message dated Thu, 28 Jul 2022 16:06:57 +0000
with message-id <[email protected]>
and subject line Bug#1015117: fixed in manila-ui 7.0.0-2
has caused the Debian Bug report #1015117,
regarding manila-ui: FTBFS: AttributeError: 'NoneType' object has no attribute 
'action'
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1015117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015117
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: manila-ui
Version: 7.0.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; for i in 3.9 3.10 ; do \
>       PYTHON=python3 PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp 
> 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=manila_ui.tests.settings \
>               python$i -m coverage run \
>               /<<PKGBUILDDIR>>/manage.py test manila_ui -v 2 
> --settings=manila_ui.tests.settings --exclude-tag integration; \
> done
> WARNING:root:"dashboards" and "default_dashboard" in (local_)settings is 
> DEPRECATED now and may be unsupported in some future release. The preferred 
> way to specify the order of dashboards and the default dashboard is the 
> pluggable dashboard mechanism (in /<<PKGBUILDDIR>>/manila_ui/local/enabled, 
> /usr/lib/python3/dist-packages/openstack_dashboard/enabled).
> Excluding test tag(s): integration.
> Found 220 test(s).
> Creating test database for alias 'default' 
> ('file:memorydb_default?mode=memory&cache=shared')...
> Operations to perform:
>   Synchronize unmigrated apps: admin, compressor, horizon, humanize, 
> identity, messages, openstack_auth, openstack_dashboard, project, settings, 
> staticfiles
>   Apply all migrations: auth, contenttypes, sessions
> Synchronizing apps without migrations:
>   Creating tables...
>     Creating table openstack_auth_user
>     Running deferred SQL...
> Running migrations:
>   Applying contenttypes.0001_initial... OK
>   Applying contenttypes.0002_remove_content_type_name... OK
>   Applying auth.0001_initial... OK
>   Applying auth.0002_alter_permission_name_max_length... OK
>   Applying auth.0003_alter_user_email_max_length... OK
>   Applying auth.0004_alter_user_username_opts... OK
>   Applying auth.0005_alter_user_last_login_null... OK
>   Applying auth.0006_require_contenttypes_0002... OK
>   Applying auth.0007_alter_validators_add_error_messages... OK
>   Applying auth.0008_alter_user_username_max_length... OK
>   Applying auth.0009_alter_user_last_name_max_length... OK
>   Applying auth.0010_alter_group_name_max_length... OK
>   Applying auth.0011_update_proxy_permissions... OK
>   Applying auth.0012_alter_user_first_name_max_length... OK
>   Applying sessions.0001_initial... OK
> System check identified no issues (0 silenced).
> manila_ui.dashboards.project.shares (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.security_services.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_group_snapshots.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_group_types.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_groups.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_instances.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_networks.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_servers.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_snapshots.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_types.test_forms 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.share_types.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.shares.replicas.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.shares.test_forms 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.admin.shares.tests (unittest.loader._FailedTest) 
> ... ERROR
> manila_ui.tests.dashboards.admin.user_messages.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.security_services.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.share_group_snapshots.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.share_groups.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.share_networks.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.share_snapshots.test_tables 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.share_snapshots.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.shares.replicas.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.project.shares.tests (unittest.loader._FailedTest) 
> ... ERROR
> manila_ui.tests.dashboards.project.tests (unittest.loader._FailedTest) ... 
> ERROR
> manila_ui.tests.dashboards.project.user_messages.tests 
> (unittest.loader._FailedTest) ... ERROR
> manila_ui.tests.dashboards.test_utils (unittest.loader._FailedTest) ... ERROR
> test_allow_snapshot (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_availability_zone_list (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_default_quota_update_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_3 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_4 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_5 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_6 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_7 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_default_quota_update_8 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_deny_snapshot (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_list_share_export_locations 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_list_share_instance_export_locations 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_list_snapshot_export_locations 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_list_snapshot_instance_export_locations 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_list_snapshot_rules (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_messages_delete_1_None (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_messages_delete_2_some_fake_message_id 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_messages_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_messages_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_migration_cancel (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_migration_complete (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_migration_get_progress (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_migration_start (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_pool_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_pool_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_pool_list_3 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_security_service_create_1 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_security_service_create_2 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_security_service_create_3 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_security_service_create_4 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_security_service_delete (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_security_service_get (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_security_service_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_security_service_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_security_service_update_1 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_security_service_update_2 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_2___ip____10_0_0_13___None__None_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_3 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_4 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_5___user____demo___None__None_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_6___user____demo____ro___None_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_7 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_8___cephx____alice___None__None_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_allow_9___cephx____alice____ro___None_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_create_1__None__True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_create_2___some_fake_sg_id___False_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_delete_1_None (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_delete_2_some_fake_sg_id 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_delete_metadata (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_deny (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_create (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_group_delete_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_group_delete_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_group_delete_3 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_group_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_group_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_group_list_3 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_group_list_4 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_group_list_5 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_group_reset_state (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_group_snapshot_create 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_delete_1_True 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_delete_2_False 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_get 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_list_1 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_list_2 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_list_3 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_reset_state 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_snapshot_update 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_access_add 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_access_list 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_access_remove 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_create_1 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_create_2 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_create_3 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_delete (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_group_type_get (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_group_type_get_specs 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_list_1_True 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_list_2_False 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_set_specs 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_type_unset_specs 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_group_update (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_instance_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_instance_list (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_list_3 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_list_4 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_list_5 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_manage (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_messages_get_1_None 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_messages_get_2_some_fake_message_id 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_create_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_create_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_create_3 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_create_4 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_create_5 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_create_6 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_delete (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_list_3 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_list_4 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_network_security_service_add 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_security_service_list 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_security_service_remove 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_update_1_________ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_update_2___share_net_name______ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_update_3___share_net_name____share_net_description__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_network_update_4_______share_net_description__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_create_1_None 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_create_2_foo_share_network 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_delete (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_replica_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_list (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_replica_list_with_filter_by_share 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_promote (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_replica_reset_state 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_reset_status 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_replica_resync (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_resize_1___123____78__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_resize_2___2____5__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_resize_3___75____21__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_resize_4___0____2__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_resize_5___18____62__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_resize_6____1____3__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_revert (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_rule_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_rule_set_metadata (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_rule_unset_metadata 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_rules_list (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_server_delete (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_server_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_server_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_server_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_server_list_3 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_server_list_4 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_server_list_5 (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_set_metadata (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_snapshot_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... 
> ok
> test_share_snapshot_list_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_snapshot_list_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_snapshot_list_3 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_snapshot_list_4 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_snapshot_list_5 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_snapshot_update_1_________ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_snapshot_update_2___share_name______ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_snapshot_update_3___share_name____share_description__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_snapshot_update_4_______share_description__ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_access_add (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_type_access_list (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_share_type_access_remove 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_create_with_custom_values_1__True___fake_description___True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_create_with_custom_values_2__False___fake_description___True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_create_with_custom_values_3__True___fake_description___False_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_create_with_custom_values_4__False___fake_description___False_
>  (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_create_with_default_values_1_True 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_create_with_default_values_2_False 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_delete (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_get_extra_specs 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_list (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_set_extra_specs 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_type_unset_extra_specs 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_unmanage (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_1__________True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_2___share_name_______True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_3___share_name____share_description___True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_4_______share_description___True_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_5__________False_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_6___share_name_______False_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_7___share_name____share_description___False_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_share_update_8_______share_description___False_ 
> (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_snapshot_create_1_True (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_snapshot_create_2_False (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_snapshot_delete (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_tenant_quota_get (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_tenant_quota_update_1 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_2 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_3 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_4 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_5 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_6 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_7 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_tenant_quota_update_8 (manila_ui.tests.api.test_manila.ManilaApiTests) 
> ... ok
> test_ui_data_map_1 (manila_ui.tests.api.test_manila.ManilaApiTests) ... ok
> test_tenant_quota_get 
> (manila_ui.tests.dashboards.identity.projects.tests.UpdateShareQuotaWorkflowTests)
>  ... Step class 
> "manila_ui.dashboards.identity.projects.workflows.UpdateShareQuota" is not 
> found (workflow 
> "openstack_dashboard.dashboards.identity.projects.workflows.UpdateQuota")
> ERROR
> 
> ======================================================================
> ERROR: manila_ui.dashboards.project.shares (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: manila_ui.dashboards.project.shares
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 470, in _find_test_path
>     package = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/project/shares/__init__.py", 
> line 13, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.security_services.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.security_services.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/security_services/tests.py",
>  line 22, in <module>
>     from manila_ui.dashboards.admin import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/utils.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: manila_ui.tests.dashboards.admin.share_group_snapshots.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_group_snapshots.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_group_snapshots'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_group_snapshots/tests.py",
>  line 24, in <module>
>     INDEX_URL = reverse('horizon:admin:share_group_snapshots:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_group_snapshots' is not a 
> registered namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.share_group_types.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_group_types.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_group_types'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_group_types/tests.py",
>  line 22, in <module>
>     INDEX_URL = reverse('horizon:admin:share_group_types:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_group_types' is not a 
> registered namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.share_groups.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_groups.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_groups'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_groups/tests.py", 
> line 24, in <module>
>     INDEX_URL = reverse('horizon:admin:share_groups:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_groups' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.share_instances.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_instances.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_instances'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_instances/tests.py", 
> line 25, in <module>
>     INDEX_URL = reverse('horizon:admin:share_instances:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_instances' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.share_networks.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_networks.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_networks/tests.py", 
> line 24, in <module>
>     from manila_ui.dashboards.admin import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/utils.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: manila_ui.tests.dashboards.admin.share_servers.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_servers.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_servers'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_servers/tests.py", 
> line 25, in <module>
>     INDEX_URL = reverse('horizon:admin:share_servers:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_servers' is not a registered 
> namespace inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.share_snapshots.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_snapshots.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_snapshots/tests.py", 
> line 22, in <module>
>     from manila_ui.dashboards.admin import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/utils.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: manila_ui.tests.dashboards.admin.share_types.test_forms 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_types.test_forms
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_types/test_forms.py",
>  line 22, in <module>
>     from manila_ui.dashboards.admin.share_types import forms
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/share_types/forms.py", 
> line 18, 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: manila_ui.tests.dashboards.admin.share_types.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.share_types.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/share_types/tests.py", 
> line 22, in <module>
>     from manila_ui.dashboards.admin import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/utils.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: manila_ui.tests.dashboards.admin.shares.replicas.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.shares.replicas.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'shares'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/shares/replicas/tests.py", 
> line 25, in <module>
>     SHARE_INDEX_URL = reverse('horizon:admin:shares:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'shares' is not a registered namespace 
> inside 'horizon:admin'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.admin.shares.test_forms 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.shares.test_forms
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/shares/test_forms.py", 
> line 20, in <module>
>     from manila_ui.dashboards.admin.shares import forms
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/shares/forms.py", line 
> 19, 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: manila_ui.tests.dashboards.admin.shares.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.shares.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/shares/tests.py", 
> line 23, in <module>
>     from manila_ui.dashboards.admin import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/utils.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: manila_ui.tests.dashboards.admin.user_messages.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.admin.user_messages.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/admin/user_messages/tests.py", 
> line 23, in <module>
>     from manila_ui.dashboards.admin import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/admin/utils.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: manila_ui.tests.dashboards.project.security_services.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.security_services.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'security_services'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/security_services/tests.py",
>  line 28, in <module>
>     INDEX_URL = reverse('horizon:project:security_services:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'security_services' is not a 
> registered namespace inside 'horizon:project'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.share_group_snapshots.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.share_group_snapshots.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_group_snapshots'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/share_group_snapshots/tests.py",
>  line 24, in <module>
>     INDEX_URL = reverse('horizon:project:share_group_snapshots:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_group_snapshots' is not a 
> registered namespace inside 'horizon:project'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.share_groups.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.share_groups.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/share_groups/tests.py", 
> line 21, in <module>
>     from manila_ui.dashboards import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/utils.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: manila_ui.tests.dashboards.project.share_networks.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.share_networks.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/share_networks/tests.py",
>  line 23, in <module>
>     from manila_ui.dashboards import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/utils.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: manila_ui.tests.dashboards.project.share_snapshots.test_tables 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.share_snapshots.test_tables
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/share_snapshots/test_tables.py",
>  line 21, in <module>
>     from manila_ui.dashboards.project.share_snapshots import tables
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/dashboards/project/share_snapshots/tables.py", 
> line 20, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.share_snapshots.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.share_snapshots.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'share_snapshots'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/share_snapshots/tests.py",
>  line 24, in <module>
>     INDEX_URL = reverse('horizon:project:share_snapshots:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'share_snapshots' is not a registered 
> namespace inside 'horizon:project'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.shares.replicas.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.shares.replicas.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/shares/replicas/tests.py",
>  line 21, in <module>
>     from manila_ui.dashboards.project.shares.replicas import tables as 
> r_tables
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/project/shares/__init__.py", 
> line 13, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.shares.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.shares.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/shares/tests.py", 
> line 23, in <module>
>     from manila_ui.dashboards.project.shares import forms
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/project/shares/__init__.py", 
> line 13, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.tests (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/tests.py", line 
> 19, in <module>
>     from manila_ui.dashboards.project import shares
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/project/shares/__init__.py", 
> line 13, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.project.user_messages.tests 
> (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.project.user_messages.tests
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 71, in 
> reverse
>     extra, resolver = resolver.namespace_dict[ns]
> KeyError: 'user_messages'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/project/user_messages/tests.py", 
> line 25, in <module>
>     INDEX_URL = reverse('horizon:project:user_messages:index')
>   File "/usr/lib/python3/dist-packages/django/urls/base.py", line 77, in 
> reverse
>     raise NoReverseMatch(
> django.urls.exceptions.NoReverseMatch: 'user_messages' is not a registered 
> namespace inside 'horizon:project'
> 
> 
> ======================================================================
> ERROR: manila_ui.tests.dashboards.test_utils (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> manila_ui.tests.dashboards.test_utils
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/test_utils.py", line 19, 
> in <module>
>     from manila_ui.dashboards import utils
>   File "/<<PKGBUILDDIR>>/manila_ui/dashboards/utils.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_tenant_quota_get 
> (manila_ui.tests.dashboards.identity.projects.tests.UpdateShareQuotaWorkflowTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/manila_ui/tests/dashboards/identity/projects/tests.py", 
> line 69, in test_tenant_quota_get
>     self.assertEqual(step.action.initial['project_id'], tenant_id)
> AttributeError: 'NoneType' object has no attribute 'action'
> 
> ----------------------------------------------------------------------
> Ran 220 tests in 4.952s
> 
> FAILED (errors=27)
> Destroying test database for alias 'default' 
> ('file:memorydb_default?mode=memory&cache=shared')...
> make[1]: *** [debian/rules:41: override_dh_auto_test] Error 1


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

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

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

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

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

--- End Message ---
--- Begin Message ---
Source: manila-ui
Source-Version: 7.0.0-2
Done: Thomas Goirand <[email protected]>

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated manila-ui package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Thu, 28 Jul 2022 17:18:47 +0200
Source: manila-ui
Architecture: source
Version: 7.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1015117
Changes:
 manila-ui (7.0.0-2) unstable; urgency=medium
 .
   * Add a few Django 4 patches (Closes: #1015117):
     - django-4-ugettext_lazy-is-removed.patch
     - django-4-django.conf.urls.url-is-removed.patch
   * Add autopkgtest.
Checksums-Sha1:
 bf2133a17580118f34db2f797101b5c6c36e3de6 2722 manila-ui_7.0.0-2.dsc
 b7ee741c7f5c91793af3246d1dfd54a6eeda21e3 10620 manila-ui_7.0.0-2.debian.tar.xz
 ad100cea067940d28edb122883e7b57a1565a7b0 17145 
manila-ui_7.0.0-2_amd64.buildinfo
Checksums-Sha256:
 519292ee82093fe7d0b79ca9484c58465e3c3e797e9d07b3fc1c12c2efaa2dd0 2722 
manila-ui_7.0.0-2.dsc
 fb773acde3a8198f8f560e3b6e8100920ef78154e94a989d9452bf294ea8b1e6 10620 
manila-ui_7.0.0-2.debian.tar.xz
 9765447990bcddde0b37523f5fd6f3068adff63900b2fa2d693da74b59fca8a2 17145 
manila-ui_7.0.0-2_amd64.buildinfo
Files:
 1337138c56eed1c706193ce1a7e794b8 2722 python optional manila-ui_7.0.0-2.dsc
 87e6d16de422c07b3c468df7b2b75302 10620 python optional 
manila-ui_7.0.0-2.debian.tar.xz
 d1342aa976722624318109109b110cfb 17145 python optional 
manila-ui_7.0.0-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmLisMcACgkQ1BatFaxr
Q/5sPQ//TNJZTRSF6AIsGJwNfMq30NlE7Ko6DgKfkoD9XBAwuAxD93ZG8ZQFGyNF
L9IZh+cEF8KSJ1EkYrGbl2pTtcTRZmi2voOh/5hjqVODmO8JSgqwNd8or+nY76q5
bA1fbXWEzXspXXL1php6biPxk3KZbu4mKfIpXMIpMIYN5KHFQe+x2HnHjH3qOJ4M
8s7DsbljEbE0VJRDycVYgVl8OmTF+TapSkmQYJ4rY9ws46y45ne5dvel2uW9hV4z
5I/MWDItkdn1mYpc4Y6n6vT9jC2E6l1wjTFwZT9NBaQJkqqEo5bzZHWCAHNfglxR
nwdDMm0uIFX+16ruyykrKZLzVZk4clhhPs1Qbl8FsbU8FXh7MWY3CMD6THBmR4Og
g0IPt0i8zODxHiEdAIaT0FykpRqMLPyfdr36swfRI2DXoloG8EPl2q34vcCHdGTz
Cpr2EKec8Wv9JDy5lUDFdajKYQqL2ExqDRFzMta2NSEPsLu/mYeUMVpHn5MVV4bY
6O4AacwN10aNz2fMDk12XClAX2HuuTOfdFuyoXaJgUTJJAYEc5xhmpHmKlf5BCtW
33ZTC8AasyXlHv41bmrNeplUn6Id+V6Pg6eG2wCWxmFLheM4q40ammnfVv4CUkmb
LyKmp1PvBgkpH7kobsXjbitprSSGN3R4IlsbBudyPrS90x1VfKQ=
=Khga
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to