Source: senlin-dashboard
Version: 7.0.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[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 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.

Reply via email to