[ https://issues.apache.org/jira/browse/DISPATCH-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ganesh Murthy updated DISPATCH-2147: ------------------------------------ Summary: [http2] system_tests_http2 failing with ResourceWarning on Fedora 34 (was: system_tests_http2 failing with ResourceWarning on Fedora 34) > [http2] system_tests_http2 failing with ResourceWarning on Fedora 34 > -------------------------------------------------------------------- > > Key: DISPATCH-2147 > URL: https://issues.apache.org/jira/browse/DISPATCH-2147 > Project: Qpid Dispatch > Issue Type: Test > Components: Tests > Affects Versions: 1.16.0 > Reporter: Ganesh Murthy > Assignee: Ganesh Murthy > Priority: Major > Fix For: 1.17.0 > > > {noformat} > Start 70: system_tests_http270: Test command: /usr/bin/python3.9 > "/foo/qpid-dispatch/build/tests/run.py" "-m" "unittest" "-v" > "system_tests_http2" > 70: Test timeout computed to be: 600 > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5565 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5568 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5571 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5574 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5577 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5580 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: ERROR > 70: /usr/lib64/python3.9/subprocess.py:1052: ResourceWarning: subprocess 5583 > is still running > 70: _warn("subprocess %s is still running" % self.pid, > 70: ResourceWarning: Enable tracemalloc to get the object allocation traceback > 70: > 70: ====================================================================== > 70: ERROR: setUpClass (system_tests_http2.Http2TestEdgeInteriorRouter) > 70: ---------------------------------------------------------------------- > 70: Traceback (most recent call last): > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 222, in wait_port > 70: retry_exception(connect, exception_test=check, **retry_kwargs) > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 167, in > retry_exception > 70: return function() > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 217, in connect > 70: s.connect((host, port)) > 70: ConnectionRefusedError: [Errno 111] Connection refused > 70: > 70: During handling of the above exception, another exception occurred: > 70: > 70: Traceback (most recent call last): > 70: File "/foo/qpid-dispatch/tests/system_tests_http2.py", line 558, in > setUpClass > 70: cls.http2_server = cls.tester.http2server(name=cls.http2_server_name, > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 825, in http2server > 70: return self.cleanup(Http2Server(*args, **kwargs)) > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 384, in __init__ > 70: self.wait_ready() > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 392, in wait_ready > 70: self.wait_ports(**retry_kwargs) > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 395, in wait_ports > 70: wait_ports(self.ports_family, **retry_kwargs) > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 231, in wait_ports > 70: wait_port(port=port, protocol_family=protocol_family, **retry_kwargs) > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 224, in wait_port > 70: raise Exception("wait_port timeout on host %s port %s: %s" % (host, > port, e)) > 70: Exception: wait_port timeout on host None port 21579: [Errno 111] > Connection refused > 70: > 70: ====================================================================== > 70: ERROR: setUpClass > (system_tests_http2.Http2TestEdgeToEdgeViaInteriorRouter) > 70: ---------------------------------------------------------------------- > 70: Traceback (most recent call last): > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 222, in wait_port > 70: retry_exception(connect, exception_test=check, **retry_kwargs) > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 167, in > retry_exception > 70: return function() > 70: File "/foo/qpid-dispatch/tests/system_test.py", line 217, in connect > 70: s.connect((host, port)) > 70: ConnectionRefusedError: [Errno 111] Connection refused > 70: > 70: During handling of the above exception, another exception occurred: > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org