New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/44312#issuecomment-1582361791 Comment: - i686: fails b/c python build was triggered and it fails check on i686 - musl: failed a test in `python3-tornado` due to a timeout: ``` ERROR: test_bind_source_ip (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_bind_source_ip) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/python3-tornado-6.3.2/tornado/testing.py", line 491, in tearDown self.io_loop.run_sync( File "/builddir/python3-tornado-6.3.2/tornado/ioloop.py", line 526, in run_sync raise TimeoutError("Operation timed out after %s seconds" % timeout) TimeoutError: Operation timed out after 5 seconds ```