Your message dated Sat, 29 Jun 2024 11:26:26 +0000
with message-id <e1snwdq-0080vb...@fasolo.debian.org>
and subject line Bug#1073447: fixed in wtforms-json 0.3.5-4
has caused the Debian Bug report #1073447,
regarding wtforms-json: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.12 3.11" 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.)


-- 
1073447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wtforms-json
Version: 0.3.5-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with sphinxdoc --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:311: python3.12 setup.py config 
> running config
> I: pybuild base:311: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:311: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wtforms-json/build/wtforms_json
> copying wtforms_json/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wtforms-json/build/wtforms_json
> running egg_info
> creating WTForms_JSON.egg-info
> writing WTForms_JSON.egg-info/PKG-INFO
> writing dependency_links to WTForms_JSON.egg-info/dependency_links.txt
> writing requirements to WTForms_JSON.egg-info/requires.txt
> writing top-level names to WTForms_JSON.egg-info/top_level.txt
> writing manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
> reading manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'tests.py'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'docs'
> no previously-included directories found matching 'docs/_build'
> warning: no previously-included files found matching 'docs/_themes/.git'
> adding license file 'LICENSE'
> writing manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
> I: pybuild base:311: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_wtforms-json/build/wtforms_json
> copying wtforms_json/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_wtforms-json/build/wtforms_json
> running egg_info
> writing WTForms_JSON.egg-info/PKG-INFO
> writing dependency_links to WTForms_JSON.egg-info/dependency_links.txt
> writing requirements to WTForms_JSON.egg-info/requires.txt
> writing top-level names to WTForms_JSON.egg-info/top_level.txt
> reading manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'tests.py'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'docs'
> no previously-included directories found matching 'docs/_build'
> warning: no previously-included files found matching 'docs/_themes/.git'
> adding license file 'LICENSE'
> writing manifest file 'WTForms_JSON.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wtforms-json/build; python3.12 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0
> rootdir: /<<PKGBUILDDIR>>
> collected 37 items / 1 error
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.12_wtforms-json/build/tests/test_wtforms_alchemy.py _
> tests/test_wtforms_alchemy.py:8: in <module>
>     Base = declarative_base(engine)
> <string>:2: in declarative_base
>     ???
> /usr/lib/python3/dist-packages/sqlalchemy/util/deprecations.py:386: in warned
>     return fn(*args, **kwargs)  # type: ignore[no-any-return]
> /usr/lib/python3/dist-packages/sqlalchemy/ext/declarative/__init__.py:27: in 
> declarative_base
>     return _declarative_base(*arg, **kw)
> E   TypeError: declarative_base() takes 0 positional arguments but 1 was given
> =============================== warnings summary 
> ===============================
> tests/test_wtforms_alchemy.py:8
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wtforms-json/build/tests/test_wtforms_alchemy.py:8:
>  MovedIn20Warning: The ``declarative_base()`` function is now available as 
> sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on 
> SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
>     Base = declarative_base(engine)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_wtforms_alchemy.py - TypeError: declarative_base() takes 0 
> p...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 1 warning, 1 error in 0.77s 
> ==========================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wtforms-json/build; python3.12 -m 
> pytest tests
> I: pybuild base:311: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_wtforms-json/build; python3.11 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.9, pytest-8.2.2, pluggy-1.5.0
> rootdir: /<<PKGBUILDDIR>>
> collected 37 items / 1 error
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11_wtforms-json/build/tests/test_wtforms_alchemy.py _
> tests/test_wtforms_alchemy.py:8: in <module>
>     Base = declarative_base(engine)
> <string>:2: in declarative_base
>     ???
> /usr/lib/python3/dist-packages/sqlalchemy/util/deprecations.py:386: in warned
>     return fn(*args, **kwargs)  # type: ignore[no-any-return]
> /usr/lib/python3/dist-packages/sqlalchemy/ext/declarative/__init__.py:27: in 
> declarative_base
>     return _declarative_base(*arg, **kw)
> E   TypeError: declarative_base() takes 0 positional arguments but 1 was given
> =============================== warnings summary 
> ===============================
> tests/test_wtforms_alchemy.py:8
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_wtforms-json/build/tests/test_wtforms_alchemy.py:8:
>  MovedIn20Warning: The ``declarative_base()`` function is now available as 
> sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on 
> SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
>     Base = declarative_base(engine)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_wtforms_alchemy.py - TypeError: declarative_base() takes 0 
> p...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 1 warning, 1 error in 0.91s 
> ==========================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_wtforms-json/build; python3.11 -m 
> pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/wtforms-json_0.3.5-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&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.

--- End Message ---
--- Begin Message ---
Source: wtforms-json
Source-Version: 0.3.5-4
Done: Carsten Schoenert <c.schoen...@t-online.de>

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

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated wtforms-json 
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, 29 Jun 2024 09:07:14 +0200
Source: wtforms-json
Architecture: source
Version: 0.3.5-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1073447
Changes:
 wtforms-json (0.3.5-4) unstable; urgency=medium
 .
   * Team upload
   * [0d9b129] Rebuild patch queue from patch-queue branch
     Added patch:
     upstream/tests-Fix-warning-on-deprecated-declarative_base.patch
     (Closes: #1073447)
   * [8bfcf80] d/rules: Clean out .mypy_cache in dh_clean
   * [9e95231] d/copyright: Add myself
   * [40fe267] d/control: Update Standards-Version to 4.7.0
     No further changes needed.
Checksums-Sha1:
 5b67b2d5fb9a9acbd6ceab512ea76c50f08d2880 2302 wtforms-json_0.3.5-4.dsc
 707aae2d2def4df4b615781c2f5cbe5afc35a637 4860 
wtforms-json_0.3.5-4.debian.tar.xz
 c7fcc49725479870fe107d69c0c03b3e832f8626 8742 
wtforms-json_0.3.5-4_amd64.buildinfo
Checksums-Sha256:
 884ad9b782d0ee866e27011e009e989c3a4e4206ff581fbf38ac35d3df87cf0a 2302 
wtforms-json_0.3.5-4.dsc
 162785b642a317b809a60b2c4feffd856ee03b33790d70d7909f2bd18d5db7b5 4860 
wtforms-json_0.3.5-4.debian.tar.xz
 b159c8cd07ac59e972b24c4bcfdec50e3f1ccd6bbb580782ef0e3947ae646c1d 8742 
wtforms-json_0.3.5-4_amd64.buildinfo
Files:
 a182ce64cae02c3fd02cc80de901bc78 2302 python optional wtforms-json_0.3.5-4.dsc
 3663e1f519dccf2423e02ed8f219a326 4860 python optional 
wtforms-json_0.3.5-4.debian.tar.xz
 e87ebe34baa063a405c0dd7adb50675a 8742 python optional 
wtforms-json_0.3.5-4_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmZ/tOcYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wo08P/j4j22SU1lea08jbdXBd9ElX
yZj+TmdNgiNvcFoQHvw7sfbjESiejbpAeg+fJo4GOf21rzFWuCqhJXn222WIeTsr
oD5bpHluOwTr11Mq8UvM8ke7zko/CXlCMrmuZNBs+02wSXRZP23AQqePzXO6+Tq8
NiPPa/H8IdFXVWDeCdcS00p9/4uJukZUDhDPkBqIiWgy6FQj4HMgK1liOe+71XU8
htqRVs6D///5uioG+16T366GfGELh6Qkexjwfnb+8raB4VwAwUMJr8Zao9lXrRMo
KmGYrgPwHi+3dk+AGFw+wEcpsIO4MZADdjANM0lCpHBFT1YCg3wyI4WuxAFxHPfI
tuREq2Tq7tKzb0dztOAnB0TRPmFoC8PrNKiOJxd29GcEq59bS/eSu4CPqtGpQlGZ
YxmkI/f0zT1UoqRs60WPKierBH2pw4lbw820xdrW8DSwmvj2ALUVrSx1yE1PX/Sz
o2w2H7I4gUbZZb5tLOOgLc/+CI19BtjsWN4wq/EJp1MSwCiewZaqeKTLvpqEicAa
9+rBBva6od7Y/AQk8wu089l/52Gly4FcXs6G7PY2jSb9oQmkjPUElUWBYCdxU9Sf
393GvbapbWYML0Bl/L/Owcopdfx2RP0piTe/4ra9E6l5SJulMnQh12+wnenWKHAd
kMh5c1Bc6aFW7+9+HdiD
=wBJR
-----END PGP SIGNATURE-----

Attachment: pgpo2mR6meS1N.pgp
Description: PGP signature


--- End Message ---

Reply via email to