Your message dated Sun, 14 Aug 2022 22:07:54 +0000
with message-id <e1onlly-00d4po...@fasolo.debian.org>
and subject line Bug#1002385: fixed in python-flask-marshmallow 0.14.0-2
has caused the Debian Bug report #1002385,
regarding python-flask-marshmallow: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.10 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.)


-- 
1002385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002385
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-flask-marshmallow
Version: 0.10.1-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  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:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_marshmallow
> copying src/flask_marshmallow/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_marshmallow
> copying src/flask_marshmallow/sqla.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_marshmallow
> copying src/flask_marshmallow/schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_marshmallow
> copying src/flask_marshmallow/compat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_marshmallow
> copying src/flask_marshmallow/fields.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_marshmallow
> running egg_info
> creating src/flask_marshmallow.egg-info
> writing src/flask_marshmallow.egg-info/PKG-INFO
> writing dependency_links to 
> src/flask_marshmallow.egg-info/dependency_links.txt
> writing requirements to src/flask_marshmallow.egg-info/requires.txt
> writing top-level names to src/flask_marshmallow.egg-info/top_level.txt
> writing manifest file 'src/flask_marshmallow.egg-info/SOURCES.txt'
> reading manifest file 'src/flask_marshmallow.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'
> no previously-included directories found matching 'docs/_build'
> adding license file 'LICENSE'
> writing manifest file 'src/flask_marshmallow.egg-info/SOURCES.txt'
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/flask_marshmallow
> copying src/flask_marshmallow/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/flask_marshmallow
> copying src/flask_marshmallow/sqla.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/flask_marshmallow
> copying src/flask_marshmallow/schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/flask_marshmallow
> copying src/flask_marshmallow/compat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/flask_marshmallow
> copying src/flask_marshmallow/fields.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/flask_marshmallow
> running egg_info
> writing src/flask_marshmallow.egg-info/PKG-INFO
> writing dependency_links to 
> src/flask_marshmallow.egg-info/dependency_links.txt
> writing requirements to src/flask_marshmallow.egg-info/requires.txt
> writing top-level names to src/flask_marshmallow.egg-info/top_level.txt
> reading manifest file 'src/flask_marshmallow.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'
> no previously-included directories found matching 'docs/_build'
> adding license file 'LICENSE'
> writing manifest file 'src/flask_marshmallow.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; 
> python3.10 -m pytest tests
> ImportError while loading conftest 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/conftest.py'.
> tests/conftest.py:3: in <module>
>     from flask_marshmallow import Marshmallow
> flask_marshmallow/__init__.py:24: in <module>
>     from . import sqla
> flask_marshmallow/sqla.py:24: in <module>
>     class SchemaOpts(msqla.ModelSchemaOpts):
> E   AttributeError: module 'marshmallow_sqlalchemy' has no attribute 
> 'ModelSchemaOpts'
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=4: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; python3.10 -m pytest tests
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m pytest tests
> ImportError while loading conftest 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/conftest.py'.
> tests/conftest.py:3: in <module>
>     from flask_marshmallow import Marshmallow
> flask_marshmallow/__init__.py:24: in <module>
>     from . import sqla
> flask_marshmallow/sqla.py:24: in <module>
>     class SchemaOpts(msqla.ModelSchemaOpts):
> E   AttributeError: module 'marshmallow_sqlalchemy' has no attribute 
> 'ModelSchemaOpts'
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=4: 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.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/python-flask-marshmallow_0.10.1-4_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-flask-marshmallow
Source-Version: 0.14.0-2
Done: Gabriela Pivetta <gpivett...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
python-flask-marshmallow, 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 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gabriela Pivetta <gpivett...@gmail.com> (supplier of updated 
python-flask-marshmallow 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: SHA256

Format: 1.8
Date: Sun, 14 Aug 2022 06:19:21 -0300
Source: python-flask-marshmallow
Architecture: source
Version: 0.14.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Gabriela Pivetta <gpivett...@gmail.com>
Closes: 1002385
Changes:
 python-flask-marshmallow (0.14.0-2) unstable; urgency=medium
 .
   * Team upload.
   * No-change rebuild for unstable. (Closes: #1002385)
Checksums-Sha1:
 731a42447181eed786c5a9470eb8400d849d82de 2373 
python-flask-marshmallow_0.14.0-2.dsc
 fbcf76fbf739796ce07be045a6f03b9a8708bde1 36625 
python-flask-marshmallow_0.14.0.orig.tar.gz
 52539b56ff2279c39e90dd4667289e2ef056acad 3372 
python-flask-marshmallow_0.14.0-2.debian.tar.xz
 8a24facff47c1be012a8415006d6559e659208d1 7619 
python-flask-marshmallow_0.14.0-2_source.buildinfo
Checksums-Sha256:
 833a8bac2c61067cc73115689e902f83bdf3c5e14e072373ac28a99e5a24e09f 2373 
python-flask-marshmallow_0.14.0-2.dsc
 54e455004b56de706bd97cf8e2354ccf11e632fef99fed7fcbc0f676d783cf6c 36625 
python-flask-marshmallow_0.14.0.orig.tar.gz
 17beb6c0e0ac8147430186ebc2541b1a6556656293d6f2904029a1486edc2ae7 3372 
python-flask-marshmallow_0.14.0-2.debian.tar.xz
 933cd62283d5d88b8633c38e740e0c76a24c4da1780e59c7d556712818a5457c 7619 
python-flask-marshmallow_0.14.0-2_source.buildinfo
Files:
 ab530645f7b84fad2c717e40700e41e9 2373 python optional 
python-flask-marshmallow_0.14.0-2.dsc
 9c920076dfb2090478e308c226bca13f 36625 python optional 
python-flask-marshmallow_0.14.0.orig.tar.gz
 9c5ee1046e84ce5e2e5ca1344cc348f4 3372 python optional 
python-flask-marshmallow_0.14.0-2.debian.tar.xz
 9357f4a56e795382cc4eda8a0ea27d56 7619 python optional 
python-flask-marshmallow_0.14.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAmL5bDQACgkQgj6WdgbD
S5a69Q/9ESSlnpneGLw6+FaIsEskQJPOL71y0lh41f303tm6tmiK5TS16QHu1vCX
FLKNrmb/cW7frpln94ogUeeFZ7XOWsCUHAL+ETZn6orH4C3lHcTYOtgiBDNMrp92
AynBzFfhEcSguKuEiPn2DHXomuU7aQI7ougtDrwB4fVs2JoAgXRLIbsn/r/X+RvC
XuORDsfscBqyWxQgn5P1kCohQyIThVU5Y2nDexl6/AHxqFbSAQEJwMSOzbPzoRyw
98ZhjJfvMD1v+4EJMukTXtw9bU0esTByGOZnFMPY2PMW22kJxqCo7k0f77yusceG
LAQjCvpT/9tfC5XsWl9hrH1YP4d4FQL5pDSBeApYm6/Y0IwQHSWivwxUjmPvg7UV
cG2rBFHDuxIzXTYcDKIL2fQRHxAYZ2ZbGs9wOn+Y60xY2vqjGvVELOtDiuRAf2ai
ORE8c+Pe5GW7O0NXM/XsDzl4Gk2hB4TSC9XZIjjTzJCjI0/FBB3CTMh0SUMt/D1K
Odq97/y8Oa5QOwk/c+ro0NfDiFw2cUOmufVCqDYvlrEJlIKDistPXpBPqFQuL+yt
FChMGcquKgbCBvQ7fyK9NjxuZs9wxW/kge8o9zD9TKgXzyJ8CwBV1JJqynNFT1jO
juV+UCGzMtURu6qDEIhsyMs7IAZ30gRCD5prxIgDswwKnNQyQNY=
=Tubd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to