Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 866173 - dev-python/uvloop-0.16.0 fails tests (MUSL)
Summary: dev-python/uvloop-0.16.0 fails tests (MUSL)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-23 15:05 UTC by Agostino Sarubbo
Modified: 2022-08-23 15:05 UTC (History)
0 users

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


Attachments
build.log (build.log,126.47 KB, text/plain)
2022-08-23 15:05 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 2022-08-23 15:05:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/uvloop-0.16.0 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-23 15:05:13 UTC
Created attachment 800653 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-23 15:05:14 UTC
Error(s) that match a know pattern:


AssertionError: "error while attempting.*\('127.*: address already in use" does not match "[Errno 98] error while attempting to bind on address ('127.0.0.1', 33311): address in use"
AssertionError: "error while attempting.*\('127.*: address already in use" does not match "[Errno 98] error while attempting to bind on address ('127.0.0.1', 41043): address in use"
AssertionError: Lists differ: [(<AddressFamily.AF_INET6: 10>, <SocketKind[42 chars] 0))] != [(10, 1, 6, '', ('::1', 80, 0, 0))]
AssertionError: Lists differ: [(<AddressFamily.AF_INET: 2>, <SocketKind.S[46 chars]80))] != [(2, 1, 6, '', ('127.0.0.1', 80))]
FAIL: test_create_server_4 (tests.test_tcp.Test_AIO_TCP)
FAIL: test_create_server_4 (tests.test_tcp.Test_UV_TCP)
FAIL: test_getaddrinfo_12 (tests.test_dns.Test_UV_DNS)
FAIL: test_getaddrinfo_13 (tests.test_dns.Test_UV_DNS)
FAIL: test_getaddrinfo_14 (tests.test_dns.Test_UV_DNS)
FAIL: test_getaddrinfo_15 (tests.test_dns.Test_UV_DNS)
FAIL: test_getaddrinfo_19 (tests.test_dns.Test_UV_DNS)
FAIL: test_getaddrinfo_20 (tests.test_dns.Test_UV_DNS)
FAILED (failures=8, skipped=34)
OSError: [Errno 98] error while attempting to bind on address ('127.0.0.1', 33311): address in use
OSError: [Errno 98] error while attempting to bind on address ('127.0.0.1', 41043): address in use
error: Test failed: <unittest.runner.TextTestResult run=493 errors=0 failures=8>