Package: src:metalfinder
Version: 2.1.6-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

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

About the archive rebuild: The build was made on virtual machines 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 add an affects on src:metalfinder, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --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:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_metalfinder  
* Building wheel...
Successfully built metalfinder-2.1.6-py2.py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_metalfinder/build; python3.13 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_metalfinder/build
configfile: pyproject.toml
collected 58 items

tests/test_api_bandsintown.py ........                                   [ 13%]
tests/test_cli.py ...................                                    [ 46%]
tests/test_concerts.py .......                                           [ 58%]
tests/test_output.py .F...                                               [ 67%]
tests/test_scan.py ..................s                                   [100%]

=================================== FAILURES ===================================
__________________________________ test_atom ___________________________________

outdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/test_atom0/out')

    def test_atom(outdir):
        """Test function atom()"""
        output = mfo.atom(CONCERT_LIST)
        # We need to write to a file, since this object is a
        # feedgenerator.django.utils.feedgenerator.Atom1Feed object
        with open(str(outdir) + '.atom', 'w', encoding='utf-8') as final:
            output.write(final, 'utf-8')
        with open('tests/test_files/concerts.atom', 'r', encoding='utf-8') as 
file1:
            valid_atom = file1.read()
            with open(str(outdir) + '.atom', 'r', encoding='utf-8') as file2:
                testfile_atom = file2.read()
>               assert valid_atom == testfile_atom
E               assert '<?xml versio...entry></feed>' == '<?xml 
versio...entry></feed>'
E                 
E                 Skipping 180 identical leading characters in diff, use -v to 
show
E                 - 
alternate"/><id>https://gitlab.com/baldurmen/metalfinder</id><updated>2022-06-06T20:05:13.366428Z</updated><subtitle>Feed
 for your personalised concerts</subtitle><entry><title>Arch Enemy @ TheFooBar, 
Oslo on 2022-11-06 20:00</title><link 
href="https://www.bandsintown.com/e/12345"; 
rel="alternate"/><published>2022-06-06T20:05:13.366428Z</published><updated>2022-06-06T20:05:13.366428Z</updated><id>12345</id><summary
 type="html">Concert 1</summary><content type="html">Concert 
1</content></entry><entry><titl...
E                 
E                 ...Full output truncated (4 lines hidden), use '-vv' to show

tests/test_output.py:57: AssertionError
=========================== short test summary info ============================
FAILED tests/test_output.py::test_atom - assert '<?xml versio...entry></feed>...
=================== 1 failed, 56 passed, 1 skipped in 0.21s ====================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_metalfinder/build; python3.13 -m pytest 
tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to