Your message dated Sun, 31 Jul 2022 11:56:21 +0000
with message-id <e1oi7yt-000vtt...@fasolo.debian.org>
and subject line Bug#1015078: fixed in sahara-dashboard 16.0.0-2
has caused the Debian Bug report #1015078,
regarding sahara-dashboard: FTBFS: ImportError: cannot import name 
'ugettext_lazy' from 'django.utils.translation' 
(/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015078: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sahara-dashboard
Version: 16.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
> 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=saharadashboard.test.settings \
>       python3 -m coverage run \
>       /<<PKGBUILDDIR>>/manage.py test sahara_dashboard/test 
> --settings=sahara_dashboard.test.settings --exclude-tag integration
> Creating test database for alias 'default'...
> Found 1 test(s).
> Destroying test database for alias 'default'...
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/manage.py", line 23, in <module>
>     execute_from_command_line(sys.argv)
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 446, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 440, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", 
> line 24, in run_from_argv
>     super().run_from_argv(argv)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 414, in run_from_argv
>     self.execute(*args, **cmd_options)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 460, in execute
>     output = self.handle(*args, **options)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", 
> line 68, in handle
>     failures = test_runner.run_tests(test_labels)
>   File "/usr/lib/python3/dist-packages/django/test/runner.py", line 1006, in 
> run_tests
>     self.run_checks(databases)
>   File "/usr/lib/python3/dist-packages/django/test/runner.py", line 925, in 
> run_checks
>     call_command("check", verbosity=self.verbosity, databases=databases)
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 198, in call_command
>     return command.execute(*args, **defaults)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 460, in execute
>     output = self.handle(*args, **options)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/check.py", 
> line 76, in handle
>     self.check(
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 487, in check
>     all_issues = checks.run_checks(
>   File "/usr/lib/python3/dist-packages/django/core/checks/registry.py", line 
> 88, in run_checks
>     new_errors = check(app_configs=app_configs, databases=databases)
>   File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 42, 
> in check_url_namespaces_unique
>     all_namespaces = _load_all_namespaces(resolver)
>   File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 61, 
> in _load_all_namespaces
>     url_patterns = getattr(resolver, "url_patterns", [])
>   File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 49, 
> in __get__
>     res = instance.__dict__[self.name] = self.func(instance)
>   File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 696, 
> in url_patterns
>     patterns = getattr(self.urlconf_module, "urlpatterns", 
> self.urlconf_module)
>   File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 49, 
> in __get__
>     res = instance.__dict__[self.name] = self.func(instance)
>   File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 689, 
> in urlconf_module
>     return import_module(self.urlconf_name)
>   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/openstack_dashboard/test/urls.py", 
> line 41, in <module>
>     re_path(r'', horizon.base._wrapped_include(horizon.urls)),
>   File "/usr/lib/python3/dist-packages/horizon/base.py", line 101, in 
> _wrapped_include
>     return include((pattern_list, app_namespace), 
> namespace=instance_namespace)
>   File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 37, in 
> include
>     if isinstance(urlconf_module, str):
>   File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 258, 
> in inner
>     self._setup()
>   File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 398, 
> in _setup
>     self._wrapped = self._setupfunc()
>   File "/usr/lib/python3/dist-packages/horizon/base.py", line 842, in 
> url_patterns
>     return self._urls()[0]
>   File "/usr/lib/python3/dist-packages/horizon/base.py", line 849, in _urls
>     self._autodiscover()
>   File "/usr/lib/python3/dist-packages/horizon/base.py", line 898, in 
> _autodiscover
>     import_module('%s.%s' % (app, mod_name))
>   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/sahara_dashboard/content/data_processing/clusters/panel.py",
>  line 14, 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)
> 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/sahara-dashboard_16.0.0-1_unstable.log

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

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

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

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

--- End Message ---
--- Begin Message ---
Source: sahara-dashboard
Source-Version: 16.0.0-2
Done: Thomas Goirand <z...@debian.org>

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

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

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

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

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


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

Format: 1.8
Date: Sun, 31 Jul 2022 12:24:53 +0200
Source: sahara-dashboard
Architecture: source
Version: 16.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1015078
Changes:
 sahara-dashboard (16.0.0-2) unstable; urgency=medium
 .
   * Add Django 4 compat patches (Closes: #1015078):
     - django-4-ugettext_lazy-is-removed.patch
     - django-4-django.conf.urls.url-is-removed.patch
     - debian/patches/django-4-force_text-is-removed.patch
   * Add autopkgtest.
Checksums-Sha1:
 d80666b38e872c76107c94c269491f763287861f 2784 sahara-dashboard_16.0.0-2.dsc
 b2d98da6c21e2f39e37af4a1e8da5de64aac4237 10540 
sahara-dashboard_16.0.0-2.debian.tar.xz
 a5231274feb95b8ccb42339f1e12b04743735e7d 17056 
sahara-dashboard_16.0.0-2_amd64.buildinfo
Checksums-Sha256:
 582091622c5cab7255065b655a8a48975c10e2a8fab886ba122a65bb52bfff17 2784 
sahara-dashboard_16.0.0-2.dsc
 b18fec274aacf5d84501896572fc99520b3e6bab6def959845f12d72edaa1930 10540 
sahara-dashboard_16.0.0-2.debian.tar.xz
 99bdc241f9d36b53d1b937aa89e67f6d34e8ab3794a6e4b2116c3c3b625fd38e 17056 
sahara-dashboard_16.0.0-2_amd64.buildinfo
Files:
 5adf566149b1bf0a62c889ced0a4d14c 2784 python optional 
sahara-dashboard_16.0.0-2.dsc
 1a160cb6dfed192717e969a24025a705 10540 python optional 
sahara-dashboard_16.0.0-2.debian.tar.xz
 4f43fa05fb2a5cdcd51eb2c92d3af8cc 17056 python optional 
sahara-dashboard_16.0.0-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmLmXrAACgkQ1BatFaxr
Q/6UBg//chPY0JvYpe+1AAp/JndKzibf1u0gwsejI7SOVzbbJL665j+6MoQz354t
E1F4G83ifMI9vWxRSlTCa8t+rKx2nuT2ozBlbAcMuHvhEyBcNNpY2DHHY7fk/fQY
Cc6C/t7dTJPh9Mx7fiAzFQd0Hz7hxVOd6zwDGEjICUIzMtwOCrQyA0SZKDIjTkt5
pjb8a5x8kUKHnadUmXX2cumk2gC5Zg41hLA4eEgODaqymlrlZVdD+4lMCTCHTbtg
tKWx892sKmj1jdg7BZkWrXTDMMpRv1+dbeEvudMK10WGeAQd0Dj+dfx6Stn6UGi/
pbWIuvrgj3KqoEbykvcd39rHn4Lf286KOdy5QutDeqYlX0iTxoXYOc/tyRm4VXfJ
WLYjQXkuqT0uJqijbAHXdKZ8wGrO5dPMklkGYzNdAH06vLdV/XG2DuZckeor+9Kb
DpSls2K3M4QnUYOJQ7L6QjJO6xRlW5PQjP7ZzTPOUWvIgI9zE34B5geSsPMm5VAX
bBfOURHTrc7wUgGDzxFAeiwI2PcFdeAXrJPvzHO3dZ94KglUoi4S9CvLwnLgHpHG
/yDfLu0MOLJJe06hOouSbBWZeUZQa1G1GdlQ4RH0G/nK4K/pf/p4HGipUH3ukHt2
t8GH8usd4mCIsicvnDxrhAX7ZF7tjjCYcmeHG8U0xC09y/KLp04=
=T9Ia
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to