Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: remove kicked peers from saved peers list #2738

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

cleanup: remove kicked peers from saved peers list

5f7e56f
Select commit
Loading
Failed to load commit list.
Open

cleanup: remove kicked peers from saved peers list #2738

cleanup: remove kicked peers from saved peers list
5f7e56f
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd failed Mar 28, 2024 in 3m 18s

Task Summary

Instruction test_all failed in 02:45

Details

✅ 00:05 clone
✅ 00:25 configure
❌ 02:45 test_all

56/66 Test #31: friend_request_spam ..............   Passed   12.44 sec
57/66 Test #58: tox_many .........................   Passed   11.61 sec
    Test #15: TCP ..............................***Exception: SegFault  4.41 sec
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 13215
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 33445
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 25643
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:13215
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:33445
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:25643

      Start 15: TCP
58/66 Test #47: onion ............................   Passed   12.78 sec
59/66 Test  #5: crypto_core ......................   Passed   14.30 sec
60/66 Test #17: conference .......................   Passed   17.73 sec
61/66 Test #65: toxav_basic ......................   Passed   16.04 sec
62/66 Test #64: conference_av ....................   Passed   16.52 sec
63/66 Test #42: invalid_udp_proxy ................   Passed   22.06 sec
64/66 Test #41: invalid_tcp_proxy ................   Passed   23.11 sec
65/66 Test #27: file_transfer ....................   Passed   28.47 sec
    Test #15: TCP ..............................***Failed   15.95 sec
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 13215
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 33445
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 25643
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:13215
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:33445
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:25643
/tmp/cirrus-ci-build/auto_tests/TCP_test.c:887: failed `ret == 0': could not send packet.

      Start 15: TCP
    Test #15: TCP ..............................***Timeout  50.02 sec
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 13215
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 33445
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 25643
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:13215
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:33445
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:25643

      Start 15: TCP
    Test #15: TCP ..............................***Timeout  50.05 sec
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 13215
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 33445
[#0] DEBUG TCP_server.c:947	new_listening_tcp_socket:	successfully bound to TCP port 25643
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:13215
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:33445
[#0] DEBUG network.c:1958	net_connect:	connecting socket 7 to 127.0.0.1:25643


98% tests passed, 1 tests failed out of 66

Total Test time (real) = 129.77 sec

The following tests FAILED:
	 15 - TCP (Timeout)
Errors while running CTest

Exit status: 8