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

refactor: Use structs for public key and secret key in NGC. #2676

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

refactor: Use structs for public key and secret key in NGC.

3f4cc57
Select commit
Loading
Failed to load commit list.
Draft

refactor: Use structs for public key and secret key in NGC. #2676

refactor: Use structs for public key and secret key in NGC.
3f4cc57
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd failed Nov 8, 2024 in 6m 37s

Task Summary

Instruction test_all failed in 05:41

Details

✅ 00:05 clone
✅ 00:47 configure
❌ 05:41 test_all

initialising 5 toxes
[#0] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#0] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#0] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33567
[#1] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#1] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#1] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33570
[#2] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#2] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#2] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33571
[#3] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#3] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#3] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33572
[#4] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#4] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#4] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33573
toxes #0-#4 add each other as friends
bootstrapping all toxes off tox 0
toxes are online
tox clients connected

    Test #40: group_topic ......................***Timeout  50.00 sec
initialising 3 toxes
[#0] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#0] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#0] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33574
[#1] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#1] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#1] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33575
[#2] WARNING network.c:1196	new_networking_ex:	failed to set socket option 4098
[#2] WARNING network.c:1200	new_networking_ex:	failed to set socket option 4097
[#2] DEBUG network.c:1321	new_networking_ex:	Bound successfully to 0.0.0.0:33576
toxes #0-#2 add each other as friends
bootstrapping all toxes off tox 0
toxes are online
tox clients connected
Peers attempting to join group


86% tests passed, 9 tests failed out of 66

Total Test time (real) = 300.12 sec

The following tests FAILED:
	 15 - TCP (SEGFAULT)
	 32 - group_general (Timeout)
	 33 - group_invite (Timeout)
	 34 - group_message (Timeout)
	 35 - group_moderation (Timeout)
	 36 - group_save (Timeout)
	 37 - group_state (Timeout)
	 38 - group_sync (Timeout)
	 40 - group_topic (Timeout)
Errors while running CTest

Exit status: 8