Your message dated Thu, 14 Dec 2023 23:05:42 +0000
with message-id <[email protected]>
and subject line Bug#1058442: fixed in ledger-autosync 1.0.3.28.gcbfa04d-1
has caused the Debian Bug report #1058442,
regarding ledger-autosync: 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 [email protected]
immediately.)


-- 
1058442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ledger-autosync
Version: 1.0.3.22.g4edbb5b-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:310: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ledger-autosync 
> * Building wheel...
> Successfully built ledger_autosync-1.0.3-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ledger-autosync 
> * Building wheel...
> Successfully built ledger_autosync-1.0.3-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ledger-autosync/build; python3.12 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ledger-autosync/build
> configfile: pyproject.toml
> collected 78 items / 2 errors
> 
> ==================================== ERRORS 
> ====================================
> ______________________ ERROR collecting tests/test_cli.py 
> ______________________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ledger-autosync/build/tests/test_cli.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_cli.py:29: in <module>
>     from ledgerautosync.cli import find_ledger_file, run
> ledgerautosync/cli.py:24: in <module>
>     import imp
> E   ModuleNotFoundError: No module named 'imp'
> ___________________ ERROR collecting tests/test_weird_ofx.py 
> ___________________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ledger-autosync/build/tests/test_weird_ofx.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_weird_ofx.py:27: in <module>
>     from ledgerautosync.cli import run
> ledgerautosync/cli.py:24: in <module>
>     import imp
> E   ModuleNotFoundError: No module named 'imp'
> =========================== short test summary info 
> ============================
> ERROR tests/test_cli.py
> ERROR tests/test_weird_ofx.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ============================== 2 errors in 0.20s 
> ===============================
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ledger-autosync/build; python3.12 -m 
> pytest tests
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ledger-autosync/build; python3.11 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ledger-autosync/build
> configfile: pyproject.toml
> collected 101 items
> 
> tests/test_cli.py .......                                                [  
> 6%]
> tests/test_converter.py .........                                        [ 
> 15%]
> tests/test_ledger.py ..................s...........s.s                   [ 
> 48%]
> tests/test_ofx_formatter.py ......................s.s                    [ 
> 73%]
> tests/test_sync.py ...........                                           [ 
> 84%]
> tests/test_weird_ofx.py ................                                 
> [100%]
> 
> =============================== warnings summary 
> ===============================
> ledgerautosync/cli.py:24
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ledger-autosync/build/ledgerautosync/cli.py:24:
>  DeprecationWarning: the imp module is deprecated in favour of importlib and 
> slated for removal in Python 3.12; see the module's documentation for 
> alternative uses
>     import imp
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =================== 96 passed, 5 skipped, 1 warning in 3.57s 
> ===================
> 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/2023/12/12/ledger-autosync_1.0.3.22.g4edbb5b-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&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: ledger-autosync
Source-Version: 1.0.3.28.gcbfa04d-1
Done: Antonio Terceiro <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ledger-autosync, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <[email protected]> (supplier of updated ledger-autosync 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 14 Dec 2023 19:41:06 -0300
Source: ledger-autosync
Architecture: source
Version: 1.0.3.28.gcbfa04d-1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Terceiro <[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Closes: 1058442
Changes:
 ledger-autosync (1.0.3.28.gcbfa04d-1) unstable; urgency=medium
 .
   * New upstream version 1.0.3.28.gcbfa04d
     - Drops usage of the imp module, removed in Python 3.12 (Closes: #1058442)
   * Drop patch, now included in upstream snapshot
Checksums-Sha1:
 012f9f50f05afcbb48351664ced06e1c6aa2de57 2333 
ledger-autosync_1.0.3.28.gcbfa04d-1.dsc
 0d0fc2fee94e4f62dff9c223ccb3ce3423eef41c 54420 
ledger-autosync_1.0.3.28.gcbfa04d.orig.tar.xz
 3dc69e4be87026436212339ea646df7ae9e32b70 2536 
ledger-autosync_1.0.3.28.gcbfa04d-1.debian.tar.xz
 d4c76906a13df560346cbe049623b73c9f87366c 10519 
ledger-autosync_1.0.3.28.gcbfa04d-1_source.buildinfo
Checksums-Sha256:
 7ffbb63af84a3790fb314cb529196c5c46cdd8f9a3a6c9881cd7ea132f00d2cf 2333 
ledger-autosync_1.0.3.28.gcbfa04d-1.dsc
 02d67a009dd224b66876bc38af1df7821eaf92395bdc3e331f2e11985102da9f 54420 
ledger-autosync_1.0.3.28.gcbfa04d.orig.tar.xz
 d6694d73b1800c8ff5febf743826bd8b742f9a3009fc98715ffc3d4f25f212fe 2536 
ledger-autosync_1.0.3.28.gcbfa04d-1.debian.tar.xz
 0d4cffe36249c9d7725711505236399bf5af14407e3a9dcd52d9f241477f54df 10519 
ledger-autosync_1.0.3.28.gcbfa04d-1_source.buildinfo
Files:
 263e53aa952b69c30cc016768ebbefa5 2333 utils optional 
ledger-autosync_1.0.3.28.gcbfa04d-1.dsc
 e478b8a34cf7bc71b347440f3f70363c 54420 utils optional 
ledger-autosync_1.0.3.28.gcbfa04d.orig.tar.xz
 8b3be95ea8a2179ef94ed426560fa61e 2536 utils optional 
ledger-autosync_1.0.3.28.gcbfa04d-1.debian.tar.xz
 783ce237594a12b067e6fb68d46f6f08 10519 utils optional 
ledger-autosync_1.0.3.28.gcbfa04d-1_source.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmV7hcMACgkQ/A2xu81G
C94oehAAm/ubvhrHVHuE7O1NLHlUIiy/Nv6q3Vg2kSezUfYSTVAUXjbCAgBY853+
Ng6zjSvzodxkEcirVAOCQKhJSSzSai4Rg81RfPLfAusJBI3MhvNPO2xei05QFMqj
7miVOJOAt0hVP1SO61yuPjGO9Nqsrix0h6coFxIAMYE/tuu032ZC7IcAZacqmCiS
1A46ePwOwZcmG5Zb+v/RdWCv9eHFpX+ls0CXCRjlwAA394zuN3cqSO5cTnbKu7ol
C5v79TrAtyKeZD3JRvLiKwhsE+vW3AV7ohD15vAg+AL5cELNFrG6x65AMdYVIYyk
9jI13a3IK/9yMWKdIwBSgf2mmZYALS6d0XirXrk8hYKBFoJPEc0THQNRkWPusVc/
/UFPMTdDVZxhF6BtVcL2u+y4ghauDI4BS9JSqBNyZ9/ftfDlM0T87KxRXxrAU4RL
L+dgVpL5dYlbmxH52LdE3wuETEQLewHgueclVQwt9Zyt2jq2pG4/VVSZHLGTO18G
pV+hOOHDuVESBspIzeJJI+RvOOarKbMONXtf0a9F/NzuVZfZ9HcJAm9LMs0OLzhC
X97AAqjJrtZq1gqxldkTi2qTPRXlw07FPB5du5DaUoL/jvYShoxVy/xOmm5M0mkx
my/oWpCi4ewvUQokeHt/a95pjks92ta5MxtBG4VEe9ixnldx87E=
=3m0e
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to