Your message dated Fri, 6 Oct 2023 13:47:49 +0200
with message-id <5db608a5-e289-41a3-bd8d-e2d29d157...@debian.org>
and subject line Bug was in Horizon, fixed in 3:23.3.0-1
has caused the Debian Bug report #1052797,
regarding senlin-dashboard: FTBFS: AttributeError: 'NoneType' object has no
attribute 'read'
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.)
--
1052797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052797
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: senlin-dashboard
Version: 7.0.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie
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=senlindash_board.test.settings \
> python3-coverage run \
> /<<PKGBUILDDIR>>/manage.py test senlin_dashboard
> --settings=senlin_dashboard.test.settings
> Creating test database for alias 'default'...
> Found 37 test(s).
> System check identified no issues (0 silenced).
> ......E..........E.........E.........
> ======================================================================
> ERROR: test_index_cluster_list_exception
> (senlin_dashboard.cluster.clusters.tests.ClustersTest.test_index_cluster_list_exception)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/senlin_dashboard/cluster/clusters/tests.py", line
> 54, in test_index_cluster_list_exception
> self.assertMessageCount(res, error=1)
> File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 203, in
> assertMessageCount
> temp_req = self.client.request(**{'wsgi.input': None})
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/test/client.py", line 886, in
> request
> response = self.handler(environ)
> ^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/test/client.py", line 168, in
> __call__
> request = WSGIRequest(environ)
> ^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line
> 78, in __init__
> self._stream = LimitedStream(self.environ["wsgi.input"], content_length)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line
> 24, in __init__
> self._read = stream.read
> ^^^^^^^^^^^
> AttributeError: 'NoneType' object has no attribute 'read'
>
> ======================================================================
> ERROR: test_index_policy_list_exception
> (senlin_dashboard.cluster.policies.tests.PoliciesTest.test_index_policy_list_exception)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/senlin_dashboard/cluster/policies/tests.py", line
> 48, in test_index_policy_list_exception
> self.assertMessageCount(res, error=1)
> File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 203, in
> assertMessageCount
> temp_req = self.client.request(**{'wsgi.input': None})
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/test/client.py", line 886, in
> request
> response = self.handler(environ)
> ^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/test/client.py", line 168, in
> __call__
> request = WSGIRequest(environ)
> ^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line
> 78, in __init__
> self._stream = LimitedStream(self.environ["wsgi.input"], content_length)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line
> 24, in __init__
> self._read = stream.read
> ^^^^^^^^^^^
> AttributeError: 'NoneType' object has no attribute 'read'
>
> ======================================================================
> ERROR: test_index_receiver_list_exception
> (senlin_dashboard.cluster.receivers.tests.ReceiversTest.test_index_receiver_list_exception)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/openstack_dashboard/test/helpers.py",
> line 134, in wrapped
> retval = function(inst, *args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/senlin_dashboard/cluster/receivers/tests.py", line
> 45, in test_index_receiver_list_exception
> self.assertMessageCount(res, error=1)
> File "/usr/lib/python3/dist-packages/horizon/test/helpers.py", line 203, in
> assertMessageCount
> temp_req = self.client.request(**{'wsgi.input': None})
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/test/client.py", line 886, in
> request
> response = self.handler(environ)
> ^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/test/client.py", line 168, in
> __call__
> request = WSGIRequest(environ)
> ^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line
> 78, in __init__
> self._stream = LimitedStream(self.environ["wsgi.input"], content_length)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line
> 24, in __init__
> self._read = stream.read
> ^^^^^^^^^^^
> AttributeError: 'NoneType' object has no attribute 'read'
>
> ----------------------------------------------------------------------
> Ran 37 tests in 10.066s
>
> FAILED (errors=3)
> Destroying test database for alias 'default'...
> make[1]: *** [debian/rules:40: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/09/25/senlin-dashboard_7.0.0-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&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 mark 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 ---
Hi,
The bug was in Horizon, not in this package, and was fixed by the upload
of Horizon 3:23.3.0-1 in Unstable.
Cheers,
Thomas Goirand (zigo)
--- End Message ---