Your message dated Wed, 29 Dec 2021 14:41:06 +0000
with message-id <e1n2a8y-0001fu...@fasolo.debian.org>
and subject line Bug#1002209: fixed in python-ofxclient 2.0.4-3
has caused the Debian Bug report #1002209,
regarding python-ofxclient: FTBFS: dh_auto_test: error: pybuild --test 
--test-nose -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.)


-- 
1002209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002209
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-ofxclient
Version: 2.0.4-2
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):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> env -u XDG_RUNTIME_DIR -u DBUS_SESSION_BUS_ADDRESS dh_auto_test
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ofxclient/build; python3.10 -m nose 
> -v -v tests/__init__.py tests/account.py tests/institution.py 
> tests/ofxconfig.py tests/secure_config.py
> nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
> testDescription (tests.account.OfxAccountTests) ... ok
> testInstitutionRequired (tests.account.OfxAccountTests) ... ok
> testMasked (tests.account.OfxAccountTests) ... ok
> testNoInstitution (tests.account.OfxAccountTests) ... ok
> testNumberRequired (tests.account.OfxAccountTests) ... ok
> testClientAllOverride (tests.institution.OfxInstitutionTests) ... ok
> testClientDefaultsPreserved (tests.institution.OfxInstitutionTests) ... ok
> testClientSomeOverride (tests.institution.OfxInstitutionTests) ... ok
> testRequiredParams (tests.institution.OfxInstitutionTests) ... ok
> testGet (tests.secure_config.IdentifySecureOptionTests) ... ok
> testIsSecureOption (tests.secure_config.IdentifySecureOptionTests) ... ok
> testItemsHavePasswords (tests.secure_config.IdentifySecureOptionTests) ... ok
> testKeyringOffSet (tests.secure_config.IdentifySecureOptionTests) ... ok
> testSecureItems (tests.secure_config.IdentifySecureOptionTests) ... ok
> testSetThenSetSecureTurnsSecure 
> (tests.secure_config.IdentifySecureOptionTests) ... ok
> testStaysSecure (tests.secure_config.IdentifySecureOptionTests) ... ok
> testStaysUnsecure (tests.secure_config.IdentifySecureOptionTests) ... ok
> testUnsavedOptions (tests.secure_config.IdentifySecureOptionTests) ... ok
> Failure: ImportError (cannot import name 'EnvironmentVarGuard' from 
> 'test.test_support' (/usr/lib/python3.10/test/test_support.py)) ... ERROR
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'EnvironmentVarGuard' from 
> 'test.test_support' (/usr/lib/python3.10/test/test_support.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ofxclient/build/tests/ofxconfig.py", 
> line 8, in <module>
>     from test.support import EnvironmentVarGuard
> ImportError: cannot import name 'EnvironmentVarGuard' from 'test.support' 
> (/usr/lib/python3.10/test/support/__init__.py)
> 
> During handling of the above exception, another exception occurred:
> 
> 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.10/imp.py", line 235, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.10/imp.py", line 172, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 719, in _load
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ofxclient/build/tests/ofxconfig.py", 
> line 10, in <module>
>     from test.test_support import EnvironmentVarGuard
> ImportError: cannot import name 'EnvironmentVarGuard' from 
> 'test.test_support' (/usr/lib/python3.10/test/test_support.py)
> 
> ----------------------------------------------------------------------
> Ran 19 tests in 0.003s
> 
> FAILED (errors=1)
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ofxclient/build; python3.10 -m nose 
> -v -v tests/__init__.py tests/account.py tests/institution.py 
> tests/ofxconfig.py tests/secure_config.py
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_ofxclient/build; python3.9 -m nose -v 
> -v tests/__init__.py tests/account.py tests/institution.py tests/ofxconfig.py 
> tests/secure_config.py
> nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
> testDescription (tests.account.OfxAccountTests) ... ok
> testInstitutionRequired (tests.account.OfxAccountTests) ... ok
> testMasked (tests.account.OfxAccountTests) ... ok
> testNoInstitution (tests.account.OfxAccountTests) ... ok
> testNumberRequired (tests.account.OfxAccountTests) ... ok
> testClientAllOverride (tests.institution.OfxInstitutionTests) ... ok
> testClientDefaultsPreserved (tests.institution.OfxInstitutionTests) ... ok
> testClientSomeOverride (tests.institution.OfxInstitutionTests) ... ok
> testRequiredParams (tests.institution.OfxInstitutionTests) ... ok
> testAddAccount (tests.ofxconfig.OfxConfigTests) ... ok
> testFieldsRemainUnsecure (tests.ofxconfig.OfxConfigTests) ... ok
> testFieldsSecured (tests.ofxconfig.OfxConfigTests) ... ok
> testFileCreated (tests.ofxconfig.OfxConfigTests) ... ok
> testLoadFromFile (tests.ofxconfig.OfxConfigTests) ... ok
> testResecuredAfterEncryptAccount (tests.ofxconfig.OfxConfigTests) ... ok
> testGet (tests.secure_config.IdentifySecureOptionTests) ... ok
> testIsSecureOption (tests.secure_config.IdentifySecureOptionTests) ... ok
> testItemsHavePasswords (tests.secure_config.IdentifySecureOptionTests) ... ok
> testKeyringOffSet (tests.secure_config.IdentifySecureOptionTests) ... ok
> testSecureItems (tests.secure_config.IdentifySecureOptionTests) ... ok
> testSetThenSetSecureTurnsSecure 
> (tests.secure_config.IdentifySecureOptionTests) ... ok
> testStaysSecure (tests.secure_config.IdentifySecureOptionTests) ... ok
> testStaysUnsecure (tests.secure_config.IdentifySecureOptionTests) ... ok
> testUnsavedOptions (tests.secure_config.IdentifySecureOptionTests) ... ok
> 
> ----------------------------------------------------------------------
> Ran 24 tests in 0.008s
> 
> OK
> dh_auto_test: error: pybuild --test --test-nose -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-ofxclient_2.0.4-2_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-ofxclient
Source-Version: 2.0.4-3
Done: Antonio Terceiro <terce...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-ofxclient, 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.
Antonio Terceiro <terce...@debian.org> (supplier of updated python-ofxclient 
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: Wed, 29 Dec 2021 10:31:21 -0300
Source: python-ofxclient
Architecture: source
Version: 2.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 1002209
Changes:
 python-ofxclient (2.0.4-3) 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 ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Bump debhelper from old 12 to 13.
 .
   [ Antonio Terceiro ]
   * Add patch to fix test suite run against python3.10 (Closes: #1002209)
   * Bump Standards-Version to 4.6.0, no changes needed
Checksums-Sha1:
 c96e1185de033857be1c06ac4e7a3518e7f84dba 2256 python-ofxclient_2.0.4-3.dsc
 9b11eb380f7c5c2ff65036fd888e64185c53530b 3544 
python-ofxclient_2.0.4-3.debian.tar.xz
 7e771429fd37528eb24c5ebfcf4a6f62d03cb721 7522 
python-ofxclient_2.0.4-3_amd64.buildinfo
Checksums-Sha256:
 15ba3bdcc201d4749b1cdbbf94253eac62ef7d43b106ad63ba6f3702a178737f 2256 
python-ofxclient_2.0.4-3.dsc
 ed9f934bf48e46fb0805f09e2fc5d7860b2a44075d245df2b1a4518170b609c9 3544 
python-ofxclient_2.0.4-3.debian.tar.xz
 1b1c1875829cb9c99ab374f361cd93a29403e5a75d4e1e48e45fc9ecd53de178 7522 
python-ofxclient_2.0.4-3_amd64.buildinfo
Files:
 eaa3f56e0b9a80941c2b809f9ec390d1 2256 python optional 
python-ofxclient_2.0.4-3.dsc
 ffa4249069340f4c701ceffeb0ca0fae 3544 python optional 
python-ofxclient_2.0.4-3.debian.tar.xz
 aa0c026f0ffc8eac0720440dd957324d 7522 python optional 
python-ofxclient_2.0.4-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmHMZfwACgkQ/A2xu81G
C97sow//b4FbF2khooCgh/t0DPsj0eBZh/1mjZKG4ogSxFuDWUEqaJWiOLRG2c+D
PSBjOGTjHlNWporFPeLbLP+7onNmbzN6Iljue0Aii38WuBr37zuVIP2fft6kOX1W
QTSBi7IqVp5ELKqNq13QF/ddblIuh6edBsnSMIJoHLHIYYGDe0nrGZOtechS19JY
RGXlK7YFQCAs464Zk+WX2/4ze+59foB8U1LUdEnHASzV2WxS5aa5xrLMS6tto2nI
V2o5BNWRkSCM/9p0fJtVA4qORvuwjl8byzekY0OFmlhK8ISfIR2NWmopeUr0v+ck
yc9By+cAgPS9l1uEcwGgfR76YR3vhi7wsOXs3BfEJ5Lb3aGngb43Z19UWva87PeC
AX+BXXzau/TOm2uUcoME/8HdQ1d1us4x/4AGzJxN+ovBEpBeEGiAqWK75pvtP3aI
njvrtPcCrdMovGDHyL6jegaLJeVGm5EsMWIRbKhMaIWa8BTcOZUg9+cEXuVwCb9r
kQHcLpgWmAVSvvzzTttSHEpnGlN4IpCLqQCQ0iKmYaQx9dyhb1y7jM0G6ufttz6/
o/oA3tXcSYVDJJ6kP5uWD8WQya1yFizKVtR0ya7C4tfVGfB7d+9SlRT3q6ZAX6yu
3IkgFk3/2aGkiyYkugCna/UYrUKiU/qpBz/E+yTujIs5ltaLd1A=
=7t6f
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to