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
Created attachment 800653 [details] build.log build log and emerge --info
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>