Tue May 20 22:32:12 2025 sort_rc_test(): python version: 3.10.12 numpy version: 1.26.4 Test sort_rc(). sort_safe_rc_i4vec_test(): sort_save_rc() sorts objects externally. This function does not use persistent memory. Unsorted array: 0 10 1 14 2 16 3 18 4 14 5 17 6 18 7 11 8 7 9 6 10 5 11 19 12 9 13 7 14 9 15 10 16 7 17 18 18 7 19 10 Sorted array: 0 5 1 6 2 7 3 7 4 7 5 7 6 9 7 9 8 10 9 10 10 10 11 11 12 14 13 14 14 16 15 17 16 18 17 18 18 18 19 19 sort_rc_test(): Normal end of execution. Tue May 20 22:32:12 2025