Your message dated Sat, 13 Nov 2021 07:18:45 +0000
with message-id <e1mlnjf-000chh...@fasolo.debian.org>
and subject line Bug#997465: fixed in python-marshmallow-sqlalchemy 0.26.1-1
has caused the Debian Bug report #997465,
regarding python-marshmallow-sqlalchemy: FTBFS: dh_auto_test: error: pybuild
--test --test-pytest -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 ow...@bugs.debian.org
immediately.)
--
997465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997465
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-marshmallow-sqlalchemy
Version: 0.19.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm
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-marshmallow-sqlalchemy
> dpkg-buildpackage: info: source version 0.19.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Utkarsh Gupta
> <guptautkarsh2...@gmail.com>
> dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> debian/rules clean
> dh clean --buildsystem=pybuild --with python3
> dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:232: python3.9 setup.py clean
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/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-marshmallow-sqlalchemy using existing
> ./python-marshmallow-sqlalchemy_0.19.0.orig.tar.gz
> dpkg-source: info: building python-marshmallow-sqlalchemy in
> python-marshmallow-sqlalchemy_0.19.0-1.debian.tar.xz
> dpkg-source: info: building python-marshmallow-sqlalchemy in
> python-marshmallow-sqlalchemy_0.19.0-1.dsc
> debian/rules binary
> dh binary --buildsystem=pybuild --with python3
> 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
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/marshmallow_sqlalchemy
> copying src/marshmallow_sqlalchemy/convert.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/marshmallow_sqlalchemy
> copying src/marshmallow_sqlalchemy/fields.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/marshmallow_sqlalchemy
> copying src/marshmallow_sqlalchemy/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/marshmallow_sqlalchemy
> copying src/marshmallow_sqlalchemy/schema.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/marshmallow_sqlalchemy
> copying src/marshmallow_sqlalchemy/exceptions.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/marshmallow_sqlalchemy
> running egg_info
> creating src/marshmallow_sqlalchemy.egg-info
> writing src/marshmallow_sqlalchemy.egg-info/PKG-INFO
> writing dependency_links to
> src/marshmallow_sqlalchemy.egg-info/dependency_links.txt
> writing requirements to src/marshmallow_sqlalchemy.egg-info/requires.txt
> writing top-level names to src/marshmallow_sqlalchemy.egg-info/top_level.txt
> writing manifest file 'src/marshmallow_sqlalchemy.egg-info/SOURCES.txt'
> reading manifest file 'src/marshmallow_sqlalchemy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.pyc' found under directory
> 'docs'
> warning: no previously-included files matching '*.pyo' found under directory
> 'docs'
> warning: no previously-included files matching '*.pyc' found under directory
> 'tests'
> warning: no previously-included files matching '*.pyo' found under directory
> 'tests'
> no previously-included directories found matching 'docs/_build'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'src/marshmallow_sqlalchemy.egg-info/SOURCES.txt'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build;
> python3.9 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
> collected 0 items / 1 error
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.9/build/tests/test_marshmallow_sqlalchemy.py _
> tests/test_marshmallow_sqlalchemy.py:406: in <module>
> class TestPropertyFieldConversion:
> tests/test_marshmallow_sqlalchemy.py:429: in TestPropertyFieldConversion
> ???
> E AttributeError: module 'sqlalchemy' has no attribute 'Binary'
> =========================== short test summary info
> ============================
> ERROR tests/test_marshmallow_sqlalchemy.py - AttributeError: module
> 'sqlalche...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.24s
> ===============================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -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-marshmallow-sqlalchemy_0.19.0-1_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 ---
Source: python-marshmallow-sqlalchemy
Source-Version: 0.26.1-1
Done: Emmanuel Arias <eam...@yaerobi.com>
We believe that the bug you reported is fixed in the latest version of
python-marshmallow-sqlalchemy, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Arias <eam...@yaerobi.com> (supplier of updated
python-marshmallow-sqlalchemy 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: SHA512
Format: 1.8
Date: Sat, 13 Nov 2021 06:46:16 +0000
Source: python-marshmallow-sqlalchemy
Architecture: source
Version: 0.26.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Emmanuel Arias <eam...@yaerobi.com>
Closes: 989270 997465
Changes:
python-marshmallow-sqlalchemy (0.26.1-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
.
[ Debian Janitor ]
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
.
[ Emmanuel Arias ]
* d/tests: uses pyversions -s instead of -i parameter to test supported
Python versions.
* d/control: add python3-pytest-lazy-fixture dependency.
* wrap-and-sort
* New upstream version 0.26.1 (Closes: #989270) which includes:
- Fix call deprecated attribute 'Binary' of sqlalchemy (Closes: #997465).
* d/control: Bump debhelper-compat to 13.
* d/control: Bump Standards-Version to 4.6.0.1.
* d/gbp.conf: set debian/master as default branch according to DEP-14.
* d/docs: Add AUTHORS.rst and CONTRIBUTING.rst.
* d/control: add nocheck profile to b-deps used in tests.
* d/copyright: update upstream copyright.
Checksums-Sha1:
2b2636b8d1016fcc7ae0169c9ee0e561e3df6a27 2498
python-marshmallow-sqlalchemy_0.26.1-1.dsc
3a335020b138ce83a094532de2af392911c9afeb 48035
python-marshmallow-sqlalchemy_0.26.1.orig.tar.gz
f1ab73489b2702ef0c462146f34ce0340623fd67 2788
python-marshmallow-sqlalchemy_0.26.1-1.debian.tar.xz
a6e13cb7c37d89e1f4bd7af51fe97723f8017ee1 8050
python-marshmallow-sqlalchemy_0.26.1-1_source.buildinfo
Checksums-Sha256:
6a3d34b58c8cb1e804a8d8d6424cd5c0b44f3e23cc926a2004423ae7197c15dd 2498
python-marshmallow-sqlalchemy_0.26.1-1.dsc
ac3de0308cf08483b8e72de7481cd92fa20444a5ac587a2c4c4267115ee2c35c 48035
python-marshmallow-sqlalchemy_0.26.1.orig.tar.gz
e5a843c2c5ecbd270c94240494f76ae90dc56fb1314a39ea02a794767937ddcc 2788
python-marshmallow-sqlalchemy_0.26.1-1.debian.tar.xz
cd4b531022db5e508c1401d20f7b3f27ae053bcf45203db11fc9b06b639cb1b2 8050
python-marshmallow-sqlalchemy_0.26.1-1_source.buildinfo
Files:
e3331e04545b3beeca6fd8a9c8e2fe7c 2498 python optional
python-marshmallow-sqlalchemy_0.26.1-1.dsc
21c033fb586887a29c81a97aa6ec7809 48035 python optional
python-marshmallow-sqlalchemy_0.26.1.orig.tar.gz
eaf62862ddd41cc654a68ed9dc4ad098 2788 python optional
python-marshmallow-sqlalchemy_0.26.1-1.debian.tar.xz
506090c301e35817b434aa3d98083002 8050 python optional
python-marshmallow-sqlalchemy_0.26.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmGPYEMACgkQQoMEoXSN
zHrHlA//Rpvc9vcwf0o8KDKkmeQt0pBuwWvxEN1YBRM9eYzrquB81dLJWy1no2pm
tscU6xXfWBzquNrB3aPhQ5T0auXi2GkXuXiFUM/UmRXyYFnd5CGsrg9RFMm1yyO7
HJrs86pyofjbxFhtE3s0MGQfnr4xlbtEdW3PuWaeGimHCZPgXXymDDDTC5crQygF
ecFDzQpT/Q+H8F0QB6HRJjI1LjiEWKIAQKowWiBMayTn6mV5LJNIJXHOAH1vUEh1
qtKP80fOGUKUqS48qeedy91aQwCGNmlX5HTFJ6/2JYNDfaYXNZwNJ4aZBdJMNzZS
JLLrd74KPaypZLmP7Xk6g3PMbKnj0qWCmSgEWHNX357k90glakvFonInkAL05hgR
kg0Ugwlzed/nzt1QRzjw+nvWJ55tKZH1vhbHZ9z3CnAa4aYjnhfQpIuMtJrNE/Ms
ojFlWvEgXesObIqZmdfXrmBbwFKdqWuYIqFzdgYRzWXPHHrJU+/Hekyo1MM/FYFg
RV8+rEzKI22XfCgk76sZdF0qBa0IDgjoQ7NBBOwcmx8Kxg2FfRUZAR/bvWu2s/ji
5FB3SFKxeWtUNbhlsl6feqGiYddZe8I9V+qGPHlO3Tyu/WwpMwsBLTTo/26JDWGk
ClNP6E6Qe5nzCJIJqgW0+kASdhOCobg6NGe6lcPzczni3sIgcPw=
=jiBa
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team