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 merge_sort instead of qsort for sorting. #2638

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

refactor: Use `merge_sort` instead of `qsort` for sorting.

6970387
Select commit
Loading
Failed to load commit list.
Open

refactor: Use merge_sort instead of qsort for sorting. #2638

refactor: Use `merge_sort` instead of `qsort` for sorting.
6970387
Select commit
Loading
Failed to load commit list.
Cirrus CI / bazel-dbg failed Mar 15, 2024 in 1h 0m 0s

Task Summary

Instruction test_all failed in 59:51

Details

✅ 00:05 clone
✅ 00:01 configure
❌ 59:51 test_all

//c-toxcore/auto_tests:file_saving_test                                  �[0m�[32mPASSED�[0m in 1.4s
//c-toxcore/auto_tests:file_streaming_test                               �[0m�[32mPASSED�[0m in 13.1s
//c-toxcore/auto_tests:file_transfer_test                                �[0m�[32mPASSED�[0m in 22.7s
//c-toxcore/auto_tests:forwarding_test                                   �[0m�[32mPASSED�[0m in 14.5s
//c-toxcore/auto_tests:friend_connection_test                            �[0m�[32mPASSED�[0m in 0.9s
//c-toxcore/auto_tests:friend_request_spam_test                          �[0m�[32mPASSED�[0m in 4.8s
//c-toxcore/auto_tests:friend_request_test                               �[0m�[32mPASSED�[0m in 12.2s
//c-toxcore/auto_tests:group_general_test                                �[0m�[32mPASSED�[0m in 2.3s
//c-toxcore/auto_tests:group_invite_test                                 �[0m�[32mPASSED�[0m in 5.3s
//c-toxcore/auto_tests:group_message_test                                �[0m�[32mPASSED�[0m in 9.7s
//c-toxcore/auto_tests:group_moderation_test                             �[0m�[32mPASSED�[0m in 4.4s
//c-toxcore/auto_tests:group_save_test                                   �[0m�[32mPASSED�[0m in 1.0s
//c-toxcore/auto_tests:group_state_test                                  �[0m�[32mPASSED�[0m in 3.6s
//c-toxcore/auto_tests:group_sync_test                                   �[0m�[32mPASSED�[0m in 6.1s
//c-toxcore/auto_tests:group_tcp_test                                    �[0m�[32mPASSED�[0m in 0.1s
//c-toxcore/auto_tests:group_topic_test                                  �[0m�[32mPASSED�[0m in 3.3s
//c-toxcore/auto_tests:invalid_tcp_proxy_test                            �[0m�[32mPASSED�[0m in 20.1s
//c-toxcore/auto_tests:invalid_udp_proxy_test                            �[0m�[32mPASSED�[0m in 20.1s
//c-toxcore/auto_tests:lan_discovery_test                                �[0m�[32mPASSED�[0m in 0.5s
//c-toxcore/auto_tests:lossless_packet_test                              �[0m�[32mPASSED�[0m in 0.4s
//c-toxcore/auto_tests:lossy_packet_test                                 �[0m�[32mPASSED�[0m in 0.4s
//c-toxcore/auto_tests:network_test                                      �[0m�[32mPASSED�[0m in 0.1s
//c-toxcore/auto_tests:onion_test                                        �[0m�[32mPASSED�[0m in 12.7s
//c-toxcore/auto_tests:overflow_recvq_test                               �[0m�[32mPASSED�[0m in 5.0s
//c-toxcore/auto_tests:overflow_sendq_test                               �[0m�[32mPASSED�[0m in 1.1s
//c-toxcore/auto_tests:proxy_test                                        �[0m�[32mPASSED�[0m in 8.3s
//c-toxcore/auto_tests:reconnect_test                                    �[0m�[32mPASSED�[0m in 3.6s
//c-toxcore/auto_tests:save_compatibility_test                           �[0m�[32mPASSED�[0m in 0.1s
//c-toxcore/auto_tests:save_friend_test                                  �[0m�[32mPASSED�[0m in 10.3s
//c-toxcore/auto_tests:save_load_test                                    �[0m�[32mPASSED�[0m in 9.6s
//c-toxcore/auto_tests:send_message_test                                 �[0m�[32mPASSED�[0m in 0.7s
//c-toxcore/auto_tests:set_name_test                                     �[0m�[32mPASSED�[0m in 11.3s
//c-toxcore/auto_tests:set_status_message_test                           �[0m�[32mPASSED�[0m in 11.3s
//c-toxcore/auto_tests:tox_dispatch_test                                 �[0m�[32mPASSED�[0m in 10.3s
//c-toxcore/auto_tests:tox_events_test                                   �[0m�[32mPASSED�[0m in 0.6s
//c-toxcore/auto_tests:tox_many_tcp_test                                 �[0m�[32mPASSED�[0m in 10.1s
//c-toxcore/auto_tests:tox_many_test                                     �[0m�[32mPASSED�[0m in 12.4s
//c-toxcore/auto_tests:tox_new_test                                      �[0m�[32mPASSED�[0m in 0.0s
//c-toxcore/auto_tests:tox_strncasecmp_test                              �[0m�[32mPASSED�[0m in 0.1s
//c-toxcore/auto_tests:toxav_basic_test                                  �[0m�[32mPASSED�[0m in 15.9s
//c-toxcore/auto_tests:toxav_many_test                                   �[0m�[32mPASSED�[0m in 5.2s
//c-toxcore/auto_tests:typing_test                                       �[0m�[32mPASSED�[0m in 1.6s
//c-toxcore/auto_tests:version_test                                      �[0m�[32mPASSED�[0m in 0.6s
//c-toxcore/testing/fuzzing:bootstrap_fuzz_test                          �[0m�[32mPASSED�[0m in 3.4s
//c-toxcore/testing/fuzzing:e2e_fuzz_test                                �[0m�[32mPASSED�[0m in 4.2s
//c-toxcore/testing/fuzzing:protodump_reduce                             �[0m�[32mPASSED�[0m in 0.2s
//c-toxcore/testing/fuzzing:toxsave_fuzz_test                            �[0m�[32mPASSED�[0m in 4.3s
//c-toxcore/toxav:rtp_test                                               �[0m�[32mPASSED�[0m in 0.2s
//c-toxcore/toxcore:tox_events_fuzz_test                                 �[0m�[32mPASSED�[0m in 1.0s
//c-toxcore/toxcore:tox_events_test                                      �[0m�[32mPASSED�[0m in 0.2s
//c-toxcore/toxcore:tox_test                                             �[0m�[32mPASSED�[0m in 0.6s

Executed 64 out of 84 tests: 84 tests pass.
(11:54:28) �[32mINFO:�[0m Build completed successfully, 1447 total actions

Timed out!