Source: mmllib
Version: 0.3.0.post1-3
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
> I: pybuild base:310: python3.12 setup.py config
> running config
> I: pybuild base:310: python3.11 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> copying mmllib/musicxml.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> copying mmllib/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> copying mmllib/parser.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> copying mmllib/mml.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> copying mmllib/cmds.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> copying mmllib/playlist.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mmllib/build/mmllib
> I: pybuild base:310: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> copying mmllib/musicxml.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> copying mmllib/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> copying mmllib/parser.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> copying mmllib/mml.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> copying mmllib/cmds.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> copying mmllib/playlist.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mmllib/build/mmllib
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> creating MMLlib.egg-info
> writing MMLlib.egg-info/PKG-INFO
> writing dependency_links to MMLlib.egg-info/dependency_links.txt
> writing entry points to MMLlib.egg-info/entry_points.txt
> writing top-level names to MMLlib.egg-info/top_level.txt
> writing manifest file 'MMLlib.egg-info/SOURCES.txt'
> reading manifest file 'MMLlib.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENCE'
> writing manifest file 'MMLlib.egg-info/SOURCES.txt'
> running build_ext
> test_mml_file (test.test_parser.ParserTests.test_mml_file) ... ok
> test_mml_file_meta (test.test_parser.ParserTests.test_mml_file_meta) ... FAIL
> test_convert_mml_file
> (test.test_musicxml.MusicXMLTests.test_convert_mml_file) ... ok
> test_convert_to_timedlist
> (test.test_playlist.PlaylistTests.test_convert_to_timedlist) ... ok
>
> ======================================================================
> FAIL: test_mml_file_meta (test.test_parser.ParserTests.test_mml_file_meta)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test/test_parser.py", line 53, in test_mml_file_meta
> self.assertDictEqual(res_meta, expected_meta)
> AssertionError: {'title': 'Loreley', 'composer': 'Ph. Fried[721 chars]0527}
> != {'arranger': 'Klavier: August Linder; MML: [721 chars]': 4}
> Diff is 995 characters long. Set self.maxDiff to None to see it.
>
> ----------------------------------------------------------------------
> Ran 4 tests in 0.023s
>
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=4 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=4 errors=0 failures=1>
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1:
> python3.12 setup.py test
> I: pybuild base:310: python3.11 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> writing MMLlib.egg-info/PKG-INFO
> writing dependency_links to MMLlib.egg-info/dependency_links.txt
> writing entry points to MMLlib.egg-info/entry_points.txt
> writing top-level names to MMLlib.egg-info/top_level.txt
> reading manifest file 'MMLlib.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENCE'
> writing manifest file 'MMLlib.egg-info/SOURCES.txt'
> running build_ext
> test_mml_file (test.test_parser.ParserTests.test_mml_file) ... ok
> test_mml_file_meta (test.test_parser.ParserTests.test_mml_file_meta) ... ok
> test_convert_mml_file
> (test.test_musicxml.MusicXMLTests.test_convert_mml_file) ... ok
> test_convert_to_timedlist
> (test.test_playlist.PlaylistTests.test_convert_to_timedlist) ... ok
>
> ----------------------------------------------------------------------
> Ran 4 tests in 0.019s
>
> OK
> dh_auto_test: error: pybuild --test -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/mmllib_0.3.0.post1-3_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.