Your message dated Thu, 10 Oct 2024 15:39:33 +0000
with message-id <e1syvgh-000xli...@fasolo.debian.org>
and subject line Bug#1080135: fixed in python-ofxhome 0.3.3-4
has caused the Debian Bug report #1080135,
regarding python-ofxhome: FTBFS: ERROR: testOptionalBroker 
(ofxhome.tests.test_suite.InstitutionTestCase.testOptionalBroker)
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.)


-- 
1080135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-ofxhome
Version: 0.3.3-3
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --with python3 --buildsystem=pybuild
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running config
   dh_auto_build -O--buildsystem=pybuild
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome
copying ofxhome/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests
copying ofxhome/tests/test_suite.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests
copying ofxhome/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests
running egg_info
creating ofxhome.egg-info
writing ofxhome.egg-info/PKG-INFO
writing dependency_links to ofxhome.egg-info/dependency_links.txt
writing top-level names to ofxhome.egg-info/top_level.txt
writing manifest file 'ofxhome.egg-info/SOURCES.txt'
reading manifest file 'ofxhome.egg-info/SOURCES.txt'
writing manifest file 'ofxhome.egg-info/SOURCES.txt'
   dh_auto_test -O--buildsystem=pybuild
dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build; 
python3.12 -m unittest discover -v
testBadXML (ofxhome.tests.test_suite.InstitutionListTestCase.testBadXML) ... 
ERROR
testFromFile (ofxhome.tests.test_suite.InstitutionListTestCase.testFromFile) 
... ERROR
testGoodResult 
(ofxhome.tests.test_suite.InstitutionListTestCase.testGoodResult) ... ERROR
testIterator (ofxhome.tests.test_suite.InstitutionListTestCase.testIterator) 
... ERROR
testResultWithPHPError 
(ofxhome.tests.test_suite.InstitutionListTestCase.testResultWithPHPError) ... 
ERROR
testBadParse (ofxhome.tests.test_suite.InstitutionTestCase.testBadParse) ... 
ERROR
testDictKeys (ofxhome.tests.test_suite.InstitutionTestCase.testDictKeys) ... 
ERROR
testFromFile (ofxhome.tests.test_suite.InstitutionTestCase.testFromFile) ... 
ERROR
testGoodParse (ofxhome.tests.test_suite.InstitutionTestCase.testGoodParse) ... 
ERROR
testOptionalBroker 
(ofxhome.tests.test_suite.InstitutionTestCase.testOptionalBroker) ... ERROR

======================================================================
ERROR: testBadXML (ofxhome.tests.test_suite.InstitutionListTestCase.testBadXML)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 96, in testBadXML
    with testfile('badxml_search.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/badxml_search.xml'

======================================================================
ERROR: testFromFile 
(ofxhome.tests.test_suite.InstitutionListTestCase.testFromFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 67, in testFromFile
    l = InstitutionList.from_file( testfile_name('search_america.xml') )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/__init__.py", 
line 97, in from_file
    with open(file, 'r') as f:
         ^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/search_america.xml'

======================================================================
ERROR: testGoodResult 
(ofxhome.tests.test_suite.InstitutionListTestCase.testGoodResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 71, in testGoodResult
    with testfile('search_america.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/search_america.xml'

======================================================================
ERROR: testIterator 
(ofxhome.tests.test_suite.InstitutionListTestCase.testIterator)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 88, in testIterator
    with testfile('search_america.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/search_america.xml'

======================================================================
ERROR: testResultWithPHPError 
(ofxhome.tests.test_suite.InstitutionListTestCase.testResultWithPHPError)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 80, in testResultWithPHPError
    with testfile('search_noexist.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/search_noexist.xml'

======================================================================
ERROR: testBadParse (ofxhome.tests.test_suite.InstitutionTestCase.testBadParse)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 56, in testBadParse
    with testfile('badxml_bank.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/badxml_bank.xml'

======================================================================
ERROR: testDictKeys (ofxhome.tests.test_suite.InstitutionTestCase.testDictKeys)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 46, in testDictKeys
    with testfile('scottrade.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/scottrade.xml'

======================================================================
ERROR: testFromFile (ofxhome.tests.test_suite.InstitutionTestCase.testFromFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 41, in testFromFile
    i = Institution.from_file( testfile_name('scottrade.xml') )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/__init__.py", 
line 141, in from_file
    with open(file, 'r') as f:
         ^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/scottrade.xml'

======================================================================
ERROR: testGoodParse 
(ofxhome.tests.test_suite.InstitutionTestCase.testGoodParse)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 9, in testGoodParse
    with testfile('scottrade.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/scottrade.xml'

======================================================================
ERROR: testOptionalBroker 
(ofxhome.tests.test_suite.InstitutionTestCase.testOptionalBroker)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 25, in testOptionalBroker
    with testfile('jpmorgan.xml') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/test_suite.py",
 line 113, in testfile
    return open(testfile_name(filename))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build/ofxhome/tests/testfiles/jpmorgan.xml'

----------------------------------------------------------------------
Ran 10 tests in 0.002s

FAILED (errors=10)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ofxhome/build; python3.12 -m unittest 
discover -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit 
code 13
make: *** [debian/rules:9: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202408/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-ofxhome
Source-Version: 0.3.3-4
Done: Antonio Terceiro <terce...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-ofxhome, 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 1080...@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-ofxhome 
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: Thu, 10 Oct 2024 11:36:42 -0300
Source: python-ofxhome
Architecture: source
Version: 0.3.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 1080135
Changes:
 python-ofxhome (0.3.3-4) unstable; urgency=medium
 .
   [ Debian QA Group ]
   * missing-testfiles
 .
   [ Antonio Terceiro ]
   * Bump debhelper compatibility level to 13
   * Ensure necessary files are present to run the tests (Closes: #1080135)
   * autopkgtest: use pybuild-autopkgtest
Checksums-Sha1:
 f6a965e417d0536026f895cdf03375965cdd1b49 2118 python-ofxhome_0.3.3-4.dsc
 6911e844cbfbde937adb82bb21d2c9e7c91f87cd 3132 
python-ofxhome_0.3.3-4.debian.tar.xz
Checksums-Sha256:
 6251ec8b31c0c466c70c405836ffbce3c5174970125196e4ddbc61fec71444ba 2118 
python-ofxhome_0.3.3-4.dsc
 e3fc9b6e2341c8b83bf4782d905472734d2ac918324beb05bf652553175637ac 3132 
python-ofxhome_0.3.3-4.debian.tar.xz
Files:
 1379a6804e19f0a3bd1f7d4267bda440 2118 python optional 
python-ofxhome_0.3.3-4.dsc
 b58b3c92902b3bff38176e9c773fa264 3132 python optional 
python-ofxhome_0.3.3-4.debian.tar.xz

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

iQJIBAEBCAAyFiEEst7mYDbECCn80PEM/A2xu81GC94FAmcH7AIUHHRlcmNlaXJv
QGRlYmlhbi5vcmcACgkQ/A2xu81GC96WSA//dl8GoQN2U5BP7XQY8/sfju82et3+
v7K7qALTCTK2s2/nW8I5QDdJR/FMjWdXfKRF6qyez2ysjMA+XloDCMBig+8XRbY8
bdKlXWG0WIsRVtVzKMopJPHEJYRhDXcV5+w6vD+OBVJ6nWZCWiq8ajYUKVehcCoI
J1/yCShsc5VXs/Yos3q+Xcuys6dUfEE404wvrMqQFNGC0vVNgOz6JeCrAlVT2iDG
uRd+QtgxdtFUH4HDQgyCfssELsUz8Gk4XO47VBa1eUB+tIxIZ8hduHAvNM1kdIQo
yr1H8eqAyYYlPkBPGCRT2izs63lEVAsmz9o1rYHt1NEsmUszuoY9AzOYr+yEj4YJ
pnMtTzcCiwrl3tXp5DT6ZUOTZuUJKLSFkB64f/4K7+1+vLFOIdvv8idu9pDNqNbO
cb/0c9DsjiiLtNDKgmcumtGdcJYOuS0JPEBUhHximdDDAPolcPr71h6bSb0FviWw
1qw0D3jkLo76PR/93ei0v4jrKAXcgckffV6yXB9Puyv9XdmM6co/NL589pNZ0gic
mrd+jbwrTpIhyAz3yP8JPpi8HKVWhC2jSXXZUyONKTonFWJ0a8mX+Wc1n5nKM2YW
kirPP6iYaaFbsO88IWvnoC9S9n1k5PFC+4aGlvn4J++XmCYzqqWOlg1zyesESZn1
yMYRuJ22SEKgUM0=
=oTDk
-----END PGP SIGNATURE-----

Attachment: pgpbNjUCp2hgn.pgp
Description: PGP signature


--- End Message ---

Reply via email to