This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2022-01-15.12:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642251384.22.0.111419838078.issue46390@roundup.psfhosted.org>
In-reply-to
Content
I'm getting multiple test failures with latest Alpine 3.15 and musl-1.2.2-r7. Some test failures may be caused by wrong assumptions in our tests, some might be bugs in musl lib.c

9 tests failed:
    test__locale test_c_locale_coercion test_cmd_line test_gdb
    test_locale test_os test_posix test_re test_selectors

I have attached the output of

./python -m test -v test__locale test_c_locale_coercion test_cmd_line test_gdb test_locale test_os test_posix test_re test_selectors 2>&1 | tee alpine315-tests.txt

You can use my container to reproduce the test failures:

$ podman run --privileged -ti --rm -v $(pwd):/cpython:Z quay.io/tiran/cpythonbuild:alpine-3.15 /bin/sh
# /cmd.sh
# cd /cpython/builddep/alpine-3.15-x86_64/
# make test
History
Date User Action Args
2022-01-15 12:56:24christian.heimessetrecipients: + christian.heimes
2022-01-15 12:56:24christian.heimessetmessageid: <1642251384.22.0.111419838078.issue46390@roundup.psfhosted.org>
2022-01-15 12:56:24christian.heimeslinkissue46390 messages
2022-01-15 12:56:23christian.heimescreate