New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/41967#issuecomment-1418203294 Comment: This test was passing before on x86: ``` 383/408 Test #383: TServerIntegrationTest ...........***Exception: SegFault 3.85 sec terminate called after throwing an instance of 'std::system_error' what(): Resource temporarily unavailable Running 13 test cases... unknown location(0): fatal error: in "constructors/test_threaded_stress": signal: SIGABRT (application abort requested) /builddir/thrift-0.17.0/lib/cpp/test/TServerIntegrationTest.cpp(373): last checkpoint: "test_threaded_stress" test entry Thrift: Sun Feb 5 15:50:46 2023 TSocket::open() connect() : Connection refused Thrift: Sun Feb 5 15:50:46 2023 TSocket::open() connect() : Connection refused terminate called recursively unknown location(0): fatal error: in "constructors/test_threadpool_factory": signal: SIGABRT (application abort requested) /builddir/thrift-0.17.0/lib/cpp/test/TServerIntegrationTest.cpp(378): last checkpoint: "test_threadpool_factory" test entry Thrift: Sun Feb 5 15:50:46 2023 TSocket::open() connect() : Connection refused Thrift: Sun Feb 5 15:50:46 2023 TSocket::open() connect() : Connection refused terminate called recursively unknown location(0): fatal error: in "constructors/test_threadpool": signal: SIGABRT (application abort requested) /builddir/thrift-0.17.0/lib/cpp/test/TServerIntegrationTest.cpp(393): last checkpoint: "test_threadpool" test entry ``` Could the failure be triggered by some change in the containers?