jiridanek commented on pull request #1052:
URL: https://github.com/apache/qpid-dispatch/pull/1052#issuecomment-824328560


   ```
   test 68
         Start 68: system_tests_http2
   68: Test command: /usr/bin/python3.9 
"/home/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
"-v" "system_tests_http2"
   68: Test timeout computed to be: 600
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19770 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19774 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19779 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19783 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19787 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19791 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: ERROR
   68: /usr/lib/python3.9/subprocess.py:1052: ResourceWarning: subprocess 19796 
is still running
   68:   _warn("subprocess %s is still running" % self.pid,
   68: ResourceWarning: Enable tracemalloc to get the object allocation 
traceback
   68: 
   68: ======================================================================
   68: ERROR: setUpClass (system_tests_http2.Http2TestEdgeInteriorRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
558, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20816: [Errno 111] 
Connection refused
   68: 
   68: ======================================================================
   68: ERROR: setUpClass 
(system_tests_http2.Http2TestEdgeToEdgeViaInteriorRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
644, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20817: [Errno 111] 
Connection refused
   68: 
   68: ======================================================================
   68: ERROR: setUpClass (system_tests_http2.Http2TestInteriorEdgeRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
600, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20818: [Errno 111] 
Connection refused
   68: 
   68: ======================================================================
   68: ERROR: setUpClass (system_tests_http2.Http2TestOneEdgeRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
373, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20819: [Errno 111] 
Connection refused
   68: 
   68: ======================================================================
   68: ERROR: setUpClass (system_tests_http2.Http2TestOneInteriorRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
411, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20820: [Errno 111] 
Connection refused
   68: 
   68: ======================================================================
   68: ERROR: setUpClass (system_tests_http2.Http2TestOneStandaloneRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
290, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20821: [Errno 111] 
Connection refused
   68: 
   68: ======================================================================
   68: ERROR: setUpClass (system_tests_http2.Http2TestTwoRouter)
   68: ----------------------------------------------------------------------
   68: Traceback (most recent call last):
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 225, in wait_port
   68:     retry_exception(connect, exception_test=check, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 167, in retry_exception
   68:     return function()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 220, in connect
   68:     s.connect((host, port))
   68: ConnectionRefusedError: [Errno 111] Connection refused
   68: 
   68: During handling of the above exception, another exception occurred:
   68: 
   68: Traceback (most recent call last):
   68:   File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line 
449, in setUpClass
   68:     cls.http2_server = cls.tester.http2server(name=cls.http2_server_name,
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 828, in http2server
   68:     return self.cleanup(Http2Server(*args, **kwargs))
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 387, in __init__
   68:     self.wait_ready()
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 395, in wait_ready
   68:     self.wait_ports(**retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 398, in wait_ports
   68:     wait_ports(self.ports_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 234, in wait_ports
   68:     wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
   68:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", 
line 227, in wait_port
   68:     raise Exception("wait_port timeout on host %s port %s: %s" % (host, 
port, e))
   68: Exception: wait_port timeout on host None port 20822: [Errno 111] 
Connection refused
   68: 
   68: ----------------------------------------------------------------------
   68: Ran 0 tests in 422.274s
   68: 
   68: FAILED (errors=7)
   68/74 Test #68: system_tests_http2 ................................***Failed 
 428.01 sec
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to