++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead + SITE_PACKAGES_ROOT=/var/lib/openstack/lib/python3.10/site-packages + rm -f /var/lib/openstack/lib/python3.10/site-packages/openstack_dashboard/local/local_settings.py + ln -s /etc/openstack-dashboard/local_settings /var/lib/openstack/lib/python3.10/site-packages/openstack_dashboard/local/local_settings.py + exec /tmp/manage.py migrate --noinput /var/lib/openstack/lib/python3.10/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale. warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) /var/lib/openstack/lib/python3.10/site-packages/scss/compiler.py:1430: DeprecationWarning: invalid escape sequence '\:' result = tb * (i + nesting) + "@media -sass-debug-info{filename{font-family:file\:\/\/%s}line{font-family:\\00003%s}}" % (filename, lineno) + nl /var/lib/openstack/lib/python3.10/site-packages/scss/cssdefs.py:497: DeprecationWarning: invalid escape sequence '\s' _has_code_re = re.compile(''' /var/lib/openstack/lib/python3.10/site-packages/debreach/__init__.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import version Operations to perform: Apply all migrations: auth, contenttypes, sessions 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