Your message dated Thu, 15 Feb 2024 07:34:25 +0000
with message-id <e1rawgh-008cvw...@fasolo.debian.org>
and subject line Bug#1058235: fixed in mmllib 1.4-1
has caused the Debian Bug report #1058235,
regarding mmllib: FTBFS: AssertionError: {'title': 'Loreley', 'composer': 'Ph.
Fried[721 chars]0527} != {'arranger': 'Klavier: August Linder; MML: [721
chars]': 4}
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.)
--
1058235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mmllib
Version: 0.3.0.post1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&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: mmllib
Source-Version: 1.4-1
Done: Yogeswaran Umasankar <kd8...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
mmllib, 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 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yogeswaran Umasankar <kd8...@gmail.com> (supplier of updated mmllib 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: SHA512
Format: 1.8
Date: Thu, 15 Feb 2024 06:40:32 +0000
Source: mmllib
Built-For-Profiles: noudeb
Architecture: source
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Yogeswaran Umasankar <kd8...@gmail.com>
Closes: 1058235
Changes:
mmllib (1.4-1) unstable; urgency=medium
.
[ Yogeswaran Umasankar ]
* Team upload.
* New upstream version 1.4.
* Patch for AssertionError during test with Python 3.12.
(Closes: #1058235)
* Bumped Standards-Version to 4.6.2 + updated homepage URL in
d/control.
* Removed signing-key.asc no upstream signature found + added
metadata in d/upstream.
* Updated watch to version 4 format.
* Updated copyright year for Files * + added 2024 for debian/*
in d/copyright.
* Included rules-requiring-root in d/control to fix lintian
silent-on-rules-requiring-root.
.
[ Jeroen Ploemen ]
* Control: set Testsuite to autopkgtest-pkg-pybuild.
* Rules: add override for dh_auto_test with a custom test command.
Checksums-Sha1:
b0c509795279c6498e0fb66fe85aaf9a1a3e6f7c 2042 mmllib_1.4-1.dsc
2a38cc8b8a007c9574b35581d75be05f67cde150 39324 mmllib_1.4.orig.tar.gz
1272c8e3f83e38c9383b793e83160d59f9616f63 4004 mmllib_1.4-1.debian.tar.xz
a1d42c65787ed48bdd7fe10d3a88db99ecc7634b 14764 mmllib_1.4-1_source.buildinfo
Checksums-Sha256:
626f9b17f0a6e4e8aa46ac0a2657bfbb09feb7d1809a89935f41477aabe54d13 2042
mmllib_1.4-1.dsc
c2bffd2357b8ff087b02cc1d902973eed385340667ed4c000588ad5d85111964 39324
mmllib_1.4.orig.tar.gz
07f37008bc7b5b285577936bf0164c405e582f8831f950fcf9ae06018e4d81c3 4004
mmllib_1.4-1.debian.tar.xz
d22ee2bfc013300cc5263642979da06be11be155479fb5656dd8227c26ba5598 14764
mmllib_1.4-1_source.buildinfo
Files:
dcf02227fd32c646383908d8490a1a21 2042 python optional mmllib_1.4-1.dsc
27eb867bed2aa590754f57a3c4fe52b9 39324 python optional mmllib_1.4.orig.tar.gz
c223ef4f71b31c994671f6e8c4c09d77 4004 python optional
mmllib_1.4-1.debian.tar.xz
b0a7e4694dea425962999c320272dfe5 14764 python optional
mmllib_1.4-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmXNu60ACgkQQoMEoXSN
zHrS0A/8DS3F43e00sYj0pv4uTBKzyFOOb79K57PlRsRhDI/Rj7diZc6kSIzkw9e
7y96kzyYbur/HJH4LH/jz+moQztXDcE8pP3r9gW2om0rOICx1NnhZvNGUga/Bsrf
o02F/jc1rKHglJk0Fz4EQ+oRJvEUrYioFOUKFIdDNvvp/mO1U8D+xXXp/2UqZw6E
dFY5uNHJehyKq1be/TcJhXo8Q2NqSvqjnp3yDYEYWhjCU0De4ECtrdWNFG6KRlhX
y/kb6+6CPs7mlI9ELYp7apeNYg0GQ+PzLvmkuiVOXzoQMC8GhDgE+8KY5M06Fvc6
iSDntl1NVQ2T5doLDSspdeY02BPi7p9mBeYKoqVWT6uYXZtWfcUHEeFw9jR/vQMe
TU8cZqOVfUHwHdgfxa0KbJfgWh8uK3ghM0SZek8sT2jQoq3Tf+H6VBJGdje8zrLo
vEqBEt9fbP5L2x/ogALNeWA40gijNnlhkrkr0EmfyBgN3yQt+VbRDDDcd6zpoW/o
hZ6pj42P2OCAwZMM49ZHQYseuAQ/RfOCBIPpXzSe4tg/B5XUfzlpXvdxhGTxt+ZH
PZYTlZSCiHzi/Cdvag10wiZl0TPUsPwD0mvyH1OiYZeiitGF5n/Be9WHb3ju5qDi
xXuAQN5F004/VdFaEgvMJdsLJbyH3NwXcXJnIvC3lsZhjX8VsoA=
=KhAK
-----END PGP SIGNATURE-----
pgp0P4M2Mbkzt.pgp
Description: PGP signature
--- End Message ---