Source: manila
Version: 1:17.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> ======================================================================
> FAIL: 
> manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_wait_for_share_server_3_creating
> manila.tests.share.test_migration.ShareMigrationHelperTestCase.test_wait_for_share_server_3_creating
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/row.py", line 131, 
> in _get_by_key_impl
>     rec = self._keymap[key]
>           ~~~~~~~~~~~~^^^^^
> KeyError: slice(1, None, None)
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/manila/tests/share/test_migration.py", line 40, in 
> setUp
>     self.share = db_utils.create_share()
>                  ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/tests/db_utils.py", line 99, in create_share
>     return _create_db_row(db.share_create, share, kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/tests/db_utils.py", line 32, in _create_db_row
>     return method(context.get_admin_context(), default_values)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/db/api.py", line 386, in share_create
>     return IMPL.share_create(context, share_values,
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/db/sqlalchemy/api.py", line 172, in wrapper
>     return f(*args, **kwargs)
>            ^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/db/sqlalchemy/api.py", line 2246, in 
> share_create
>     _share_instance_create(context, share_ref['id'],
>   File "/<<PKGBUILDDIR>>/manila/db/sqlalchemy/api.py", line 1637, in 
> _share_instance_create
>     return share_instance_get(context, share_instance_ref['id'],
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/db/sqlalchemy/api.py", line 172, in wrapper
>     return f(*args, **kwargs)
>            ^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/manila/db/sqlalchemy/api.py", line 1739, in 
> share_instance_get
>     ).first()
>       ^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2824, 
> in first
>     return self.limit(1)._iter().first()
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py", line 
> 1498, in first
>     return self._only_one_row(
>            ^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py", line 
> 559, in _only_one_row
>     row = onerow(hard_close=True)
>           ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py", line 
> 1386, in _fetchone_impl
>     return self._real_result._fetchone_impl(hard_close=hard_close)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py", line 
> 1801, in _fetchone_impl
>     row = next(self.iterator, _NO_ROW)
>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/loading.py", line 151, 
> in chunks
>     rows = [proc(row) for row in fetch]
>             ^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/loading.py", line 1019, 
> in _instance
>     to_load = _populate_partial(
>               ^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/loading.py", line 1189, 
> in _populate_partial
>     populator(state, dict_, row)
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/strategies.py", line 
> 1893, in load_scalar_from_subq
>     collection = collections.get(tuple_getter(row), (None,))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/strategies.py", line 
> 1600, in get
>     self._load()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/strategies.py", line 
> 1617, in _load
>     for k, v in itertools.groupby(rows, lambda x: x[1:]):
>   File "/usr/lib/python3/dist-packages/sqlalchemy/orm/strategies.py", line 
> 1617, in <lambda>
>     for k, v in itertools.groupby(rows, lambda x: x[1:]):
>                                                   ~^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/row.py", line 133, 
> in _get_by_key_impl
>     rec = self._parent._key_fallback(key, ke)
>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py", line 72, 
> in _key_fallback
>     util.raise_(KeyError(key), replace_context=err)
>   File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 211, 
> in raise_
>     raise exception
> KeyError: slice(1, None, None)
> 
> 
> ----------------------------------------------------------------------
> Ran 10685 tests in 168.434s
> 
> FAILED (failures=1172, skipped=9)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.12: displaying pip3 
> freeze output...
> ======> STESTR TEST SUITE FAILED FOR python3.12: displaying pip3 freeze 
> output...
> + [ -x /usr/bin/pip3 ]
> + pip3 freeze
> alabaster==0.7.12
> alembic==1.8.1.dev0
> amqp==5.2.0
> anyjson==0.3.3
> appdirs==1.4.4
> arrow==1.2.3
> async-timeout==4.0.3
> attrs==23.1.0
> autopage==0.4.0
> Babel==2.10.3
> bashate==2.1.0
> bcrypt==3.2.2
> blinker==1.7.0
> cachetools==5.3.0
> certifi==2023.7.22
> cffi==1.16.0
> chardet==5.2.0
> charset-normalizer==3.3.2
> cliff==4.3.0
> cmd2==2.4.3+ds
> confluent-kafka==1.7.0
> coverage==7.2.7
> cryptography==38.0.4
> ddt==1.6.0
> debtcollector==2.5.0
> decorator==5.1.1
> Deprecated==1.2.14
> deprecation==2.0.7
> dnspython==2.4.2
> docutils==0.20.1
> dogpile.cache==1.1.8
> dulwich==0.21.6
> etcd3==0.12.0
> etcd3gw==2.1.0
> eventlet==0.33.3
> extras==1.0.0
> fasteners==0.18
> fixtures==4.0.1
> flake8==6.1.0
> future==0.18.2
> futurist==2.4.1
> gevent==23.9.1
> greenlet==3.0.1
> grpcio==1.51.1
> hacking==4.1.0
> idna==3.3
> imagesize==1.4.1
> importlib-metadata==4.12.0
> infinity==1.5
> iso8601==1.0.2
> jaraco.classes==3.2.1
> jeepney==0.8.0
> Jinja2==3.1.2
> jmespath==1.0.1
> jsonpatch==1.32
> jsonpointer==2.3
> jsonschema==4.10.3
> kazoo==2.9.0.dev0
> keyring==24.3.0
> keystoneauth1==5.3.0
> keystonemiddleware==10.4.1
> kombu==5.3.4
> lxml==4.9.3
> Mako==1.2.4.dev0
> manila==17.0.0
> MarkupSafe==2.1.3
> mccabe==0.7.0
> monotonic==1.6
> more-itertools==10.1.0
> msgpack==1.0.3
> mysqlclient==1.4.6
> netaddr==0.8.0
> netifaces==0.11.0
> oauthlib==3.2.2
> openstackdocstheme==3.2.0
> openstacksdk==1.5.0
> os-api-ref==2.3.0
> os-client-config==2.1.0
> os-service-types==1.7.0
> osc-lib==2.8.1
> oslo.cache==3.5.0
> oslo.concurrency==5.2.0
> oslo.config==9.2.0
> oslo.context==5.2.0
> oslo.db==14.1.0
> oslo.i18n==6.1.0
> oslo.log==5.3.0
> oslo.messaging==14.4.1
> oslo.metrics==0.7.0
> oslo.middleware==5.2.0
> oslo.policy==4.2.1
> oslo.privsep==3.2.0
> oslo.reports==3.1.0
> oslo.rootwrap==7.1.0
> oslo.serialization==5.2.0
> oslo.service==3.2.0
> oslo.upgradecheck==2.2.0
> oslo.utils==6.2.1
> oslosphinx==4.18.0
> oslotest==4.5.0
> osprofiler==3.4.3
> packaging==23.2
> paramiko==2.12.0
> Paste==3.7.1
> PasteDeploy==3.0.1
> pbr==5.11.1
> pep8==1.7.1
> ply==3.11
> prettytable==3.6.0
> prometheus-client==0.17.1
> protobuf==4.21.12
> psutil==5.9.5
> psycopg2==2.9.9
> psycopg2cffi==2.8.1
> pure-sasl==0.5.1
> py==1.11.0
> pycadf==3.1.1
> pycodestyle==2.11.1
> pycparser==2.21
> pyflakes==3.1.0
> Pygments==2.15.1
> pyinotify==0.9.6
> PyJWT==2.7.0
> pykerberos==1.1.14
> pymemcache==4.0.0
> PyMySQL==1.0.2
> PyNaCl==1.5.0
> pyOpenSSL==23.2.0
> pyparsing==3.1.1
> pyperclip==1.8.2
> pyrsistent==0.18.1
> python-binary-memcached==0.31.1
> python-cinderclient==9.4.0
> python-dateutil==2.8.2
> python-glanceclient==4.4.0
> python-keystoneclient==5.2.0
> python-memcached==1.58
> python-neutronclient==11.0.0
> python-novaclient==18.4.0
> python-openstackclient==6.3.0
> python-subunit==1.4.2
> pytz==2023.3.post1
> PyYAML==6.0.1
> pyzmq==24.0.1
> redis==4.3.4
> repoze.lru==0.7
> requests==2.31.0
> requests-mock==1.10.0
> requestsexceptions==1.4.0
> rfc3986==2.0.0
> roman==3.3
> Routes==2.5.1
> SecretStorage==3.3.3
> simplejson==3.19.2
> six==1.16.0
> snowballstemmer==2.2.0
> Sphinx==7.2.6
> SQLAlchemy==1.4.47
> SQLAlchemy-Utils==0.41.0
> statsd==4.0.1
> stestr==4.0.1
> stevedore==5.1.0
> Tempita==0.5.2
> tenacity==8.2.1
> testresources==2.0.1
> testscenarios==0.5.0
> testtools==2.6.0
> tooz==4.2.0
> uhashring==2.3
> unittest2==1.1.0
> urllib3==1.26.18
> vine==5.0.0
> voluptuous==0.12.2
> warlock==2.0.1
> wcwidth==0.2.5
> WebOb==1.8.6
> wrapt==1.15.0
> yappi==1.4.0
> zake==0.2.2
> zipp==1.0.0
> zope.event==5.0
> zope.interface==6.1
> + exit 1
> make[1]: *** [debian/rules:32: override_dh_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/manila_17.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-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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.

Reply via email to