Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737980 - dev-python/loguru-0.6.0 fails tests
Summary: dev-python/loguru-0.6.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-19 04:54 UTC by Agostino Sarubbo
Modified: 2023-03-07 15:16 UTC (History)
0 users

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


Attachments
build.log (build.log,128.88 KB, text/plain)
2020-08-19 04:54 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 2020-08-19 04:54:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/loguru-0.5.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-19 04:54:30 UTC
Created attachment 655458 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-18 13:18:55 UTC
tinderbox_musl has reproduced this issue with version 0.6.0 - Updating summary.
Comment 3 Petr Vaněk gentoo-dev 2023-03-07 15:16:00 UTC
I was able to reproduce it in 0.5.1 just by copying 0.6.0 ebuild

tests/test_coroutine_sink.py::test_exception_in_coroutine_not_caught FAILED                                [ 618/1344]
tests/test_coroutine_sink.py::test_exception_in_coroutine_during_complete_not_caught FAILED                [ 620/1344]

but 0.6.0 fails in different tests

tests/test_repr.py::test_function_without_name FAILED                                                      [1322/1352]
tests/test_repr.py::test_function_with_empty_name FAILED                                                   [1323/1352]

however, those are addressed in 0.6.0-r1 in commit b826c24e1ff0 ("dev-python/loguru: enable py3.11")