2026-02-27 00:59:34,082 INFO BGP-Thread-1 (job): Connecting in the talking mode. 2026-02-27 00:59:34,083 DEBUG BGP-Thread-1 (job): Local IP address: 10.30.170.22 2026-02-27 00:59:34,083 DEBUG BGP-Thread-1 (job): Local port: 17900 2026-02-27 00:59:34,083 DEBUG BGP-Thread-1 (job): Remote IP address: 10.30.171.128 2026-02-27 00:59:34,083 DEBUG BGP-Thread-1 (job): Remote port: 1790 Exception in thread Thread-1 (job): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/jenkins/play.py", line 2406, in job bgp_socket = establish_connection(arguments) File "/home/jenkins/play.py", line 284, in establish_connection talking_socket.connect((str(arguments.peerip), arguments.peerport)) ConnectionRefusedError: [Errno 111] Connection refused 10.30.171.91 - - [27/Feb/2026 00:59:40] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:41] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:41] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:47] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:47] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:49] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:49] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:55] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:55] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:57] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 00:59:57] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 01:00:03] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 01:00:03] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 01:00:05] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 01:00:05] "POST /RPC2 HTTP/1.1" 200 - 10.30.171.91 - - [27/Feb/2026 01:00:11] "POST /RPC2 HTTP/1.1" 200 - Traceback (most recent call last): File "/home/jenkins/play.py", line 2543, in threaded_job(arguments) File "/home/jenkins/play.py", line 2537, in threaded_job rpcserver.serve_forever() File "/usr/lib/python3.10/socketserver.py", line 232, in serve_forever ready = selector.select(poll_interval) File "/usr/lib/python3.10/selectors.py", line 416, in select fd_event_list = self._selector.poll(timeout) KeyboardInterrupt