Your message dated Mon, 06 Dec 2021 14:51:35 +0000
with message-id <[email protected]>
and subject line Bug#1001199: Removed package(s) from unstable
has caused the Debian Bug report #997325,
regarding python-sqlsoup: FTBFS: dh_auto_test: error: pybuild --test
--test-nose -i python{version} -p 3.9 returned exit code 13
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 [email protected]
immediately.)
--
997325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997325
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-sqlsoup
Version: 0.9.1-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
>
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package python-sqlsoup
> dpkg-buildpackage: info: source version 0.9.1-5
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Shayan Doust <[email protected]>
> dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
> dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:232: python3.9 setup.py clean
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_sqlsoup/build' (and
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.9' does not exist -- can't clean it
> dh_autoreconf_clean -O--buildsystem=pybuild
> dh_clean -O--buildsystem=pybuild
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-sqlsoup using existing
> ./python-sqlsoup_0.9.1.orig.tar.gz
> dpkg-source: info: building python-sqlsoup in
> python-sqlsoup_0.9.1-5.debian.tar.xz
> dpkg-source: info: building python-sqlsoup in python-sqlsoup_0.9.1-5.dsc
> debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:232: python3.9 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build
> running build
> running build_py
> copying sqlsoup.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_sqlsoup/build
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_sqlsoup/build;
> python3.9 -m nose -v tests
> Failure: ImportError (cannot import name 'MapperExtension' from
> 'sqlalchemy.orm.interfaces'
> (/usr/lib/python3/dist-packages/sqlalchemy/orm/interfaces.py)) ... ERROR
>
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'MapperExtension' from
> 'sqlalchemy.orm.interfaces'
> (/usr/lib/python3/dist-packages/sqlalchemy/orm/interfaces.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
> raise self.exc_val.with_traceback(self.tb)
> File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in
> loadTestsFromName
> module = self.importer.importFromPath(
> File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
> importFromPath
> return self.importFromDir(dir_path, fqname)
> File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
> importFromDir
> mod = load_module(part_fqname, fh, filename, desc)
> File "/usr/lib/python3.9/imp.py", line 234, in load_module
> return load_source(name, filename, file)
> File "/usr/lib/python3.9/imp.py", line 171, in load_source
> module = _load(spec)
> File "<frozen importlib._bootstrap>", line 711, in _load
> File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
> File "<frozen importlib._bootstrap_external>", line 850, in exec_module
> File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
> File
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_sqlsoup/build/tests/test_sqlsoup.py",
> line 1, in <module>
> import sqlsoup
> File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_sqlsoup/build/sqlsoup.py",
> line 11, in <module>
> from sqlalchemy.orm.interfaces import MapperExtension, EXT_CONTINUE
> ImportError: cannot import name 'MapperExtension' from
> 'sqlalchemy.orm.interfaces'
> (/usr/lib/python3/dist-packages/sqlalchemy/orm/interfaces.py)
>
> ----------------------------------------------------------------------
> Ran 1 test in 0.001s
>
> FAILED (errors=1)
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_sqlsoup/build; python3.9 -m nose -v
> tests
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.9
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/python-sqlsoup_0.9.1-5_unstable.log
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 ---
Version: 0.9.1-5+rm
Dear submitter,
as the package python-sqlsoup has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1001199
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---