Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906717 - dev-python/eyeD3-0.9.7 fails tests: test_jsonyaml_plugin.py::testYamlPlugin
Summary: dev-python/eyeD3-0.9.7 fails tests: test_jsonyaml_plugin.py::testYamlPlugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-05-19 06:06 UTC by Agostino Sarubbo
Modified: 2023-09-05 04:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,70.91 KB, text/plain)
2023-05-19 06:06 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-19 06:06:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/eyeD3-0.9.7 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-19 06:06:36 UTC
Created attachment 861946 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-19 06:06:37 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED tests/test_jsonyaml_plugin.py::testYamlPlugin - assert "---
_eyeD3: 0...
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-05-19 11:01:44 UTC
This is due to a formatting change in ruamel.yaml.
Comment 4 Petr Vaněk gentoo-dev 2023-06-06 13:07:01 UTC
It is not related to musl, the same error is triggered with glibc as well.
Comment 5 Larry the Git Cow gentoo-dev 2023-06-06 16:12:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0

commit 82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-06-06 13:08:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-06-06 16:10:43 +0000

    dev-python/eyeD3: enable py3.12
    
    All tests pass with dev-python/pyyaml, however, one fails with
    dev-python/ruamel-yaml in the same fashion as in bug #906717.
    
    Bug: https://bugs.gentoo.org/906717
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/eyeD3/eyeD3-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Larry the Git Cow gentoo-dev 2023-09-05 04:58:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf27dd983e4c0c54050b774e67221fbd343ccee6

commit cf27dd983e4c0c54050b774e67221fbd343ccee6
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-09-05 04:56:20 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-09-05 04:56:20 +0000

    dev-python/eyeD3: Deselect broken test
    
    Closes: https://bugs.gentoo.org/906717
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/eyeD3/eyeD3-0.9.7-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)