Skip to content
Failed

Console Output

Skipping 1,124 KB.. Full Log
43: [----------] 1 test from std_algorithms_modseq_test (59 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 31 tests from 5 test suites ran. (2992 ms total)
43: [  PASSED  ] 31 tests.
43/62 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    3.36 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E

44: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
44: Test timeout computed to be: 600
44: [==========] Running 29 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_sorting_ops_test
44: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
44: [       OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms)
44: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
44: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms)
44: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partitioning_test
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
44: [ RUN      ] std_algorithms_partitioning_test.partition_point
44: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
44: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
44: 
44: [----------] 1 test from std_algorithms_partitioning_ops
44: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
44: [       OK ] std_algorithms_partitioning_ops.partition_copy (36 ms)
44: [----------] 1 test from std_algorithms_partitioning_ops (36 ms total)
44: 
44: [----------] 12 tests from std_algorithms_numerics_test
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
44: [----------] 12 tests from std_algorithms_numerics_test (12 ms total)
44: 
44: [----------] 1 test from std_algorithms_numerics_ops_test
44: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
44: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (88 ms)
44: [----------] 1 test from std_algorithms_numerics_ops_test (88 ms total)
44: 
44: [----------] 8 tests from std_algorithms_numeric_ops_test
44: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (679 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (625 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (199 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (340 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
44: [----------] 8 tests from std_algorithms_numeric_ops_test (1845 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_ops_test
44: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
44: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (43 ms)
44: [----------] 1 test from std_algorithms_transform_ops_test (43 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 29 tests from 7 test suites ran. (2056 ms total)
44: [  PASSED  ] 29 tests.
44/62 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.43 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

45: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
45: Test timeout computed to be: 600
45: [==========] Running 12 tests from 7 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test
45: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (503 ms)
45: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (499 ms)
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1003 ms total)
45: 
45: [----------] 2 tests from std_algorithms_count_team_test
45: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
45: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (261 ms)
45: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
45: [       OK ] std_algorithms_count_team_test.count_returns_zero (246 ms)
45: [----------] 2 tests from std_algorithms_count_team_test (508 ms total)
45: 
45: [----------] 1 test from std_algorithms_count_if_team_test
45: [ RUN      ] std_algorithms_count_if_team_test.test
45: [       OK ] std_algorithms_count_if_team_test.test (291 ms)
45: [----------] 1 test from std_algorithms_count_if_team_test (291 ms total)
45: 
45: [----------] 1 test from std_algorithms_for_each_team_test
45: [ RUN      ] std_algorithms_for_each_team_test.test
45: [       OK ] std_algorithms_for_each_team_test.test (390 ms)
45: [----------] 1 test from std_algorithms_for_each_team_test (390 ms total)
45: 
45: [----------] 1 test from std_algorithms_for_each_n_team_test
45: [ RUN      ] std_algorithms_for_each_n_team_test.test
45: [       OK ] std_algorithms_for_each_n_team_test.test (406 ms)
45: [----------] 1 test from std_algorithms_for_each_n_team_test (406 ms total)
45: 
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
45: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (592 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (559 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (555 ms)
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1707 ms total)
45: 
45: [----------] 2 tests from std_algorithms_mismatch_team_test
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (614 ms)
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (845 ms)
45: [----------] 2 tests from std_algorithms_mismatch_team_test (1460 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 12 tests from 7 test suites ran. (5769 ms total)
45: [  PASSED  ] 12 tests.
45/62 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.12 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

46: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
46: Test timeout computed to be: 600
46: [==========] Running 8 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_equal_team_test
46: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
46: [       OK ] std_algorithms_equal_team_test.views_are_equal (884 ms)
46: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
46: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1220 ms)
46: [----------] 2 tests from std_algorithms_equal_team_test (2104 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_team_test
46: [ RUN      ] std_algorithms_search_team_test.sequences_exist
46: [       OK ] std_algorithms_search_team_test.sequences_exist (510 ms)
46: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (521 ms)
46: [----------] 2 tests from std_algorithms_search_team_test (1031 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_end_team_test
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
46: [       OK ] std_algorithms_find_end_team_test.sequences_exist (597 ms)
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (604 ms)
46: [----------] 2 tests from std_algorithms_find_end_team_test (1202 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_first_of_team_test
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (562 ms)
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (762 ms)
46: [----------] 2 tests from std_algorithms_find_first_of_team_test (1324 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 8 tests from 4 test suites ran. (5663 ms total)
46: [  PASSED  ] 8 tests.
46/62 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.00 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

47: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
47: Test timeout computed to be: 600
47: [==========] Running 11 tests from 7 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_find_team_test
47: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
47: [       OK ] std_algorithms_find_team_test.searched_values_exist (244 ms)
47: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
47: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (245 ms)
47: [----------] 2 tests from std_algorithms_find_team_test (490 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_if_team_test
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (236 ms)
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (245 ms)
47: [----------] 2 tests from std_algorithms_find_if_team_test (481 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_if_not_team_test
47: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
47: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (248 ms)
47: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (236 ms)
47: [----------] 2 tests from std_algorithms_find_if_not_team_test (485 ms total)
47: 
47: [----------] 1 test from std_algorithms_all_of_team_test
47: [ RUN      ] std_algorithms_all_of_team_test.test
47: [       OK ] std_algorithms_all_of_team_test.test (242 ms)
47: [----------] 1 test from std_algorithms_all_of_team_test (242 ms total)
47: 
47: [----------] 1 test from std_algorithms_any_of_team_test
47: [ RUN      ] std_algorithms_any_of_team_test.test
47: [       OK ] std_algorithms_any_of_team_test.test (232 ms)
47: [----------] 1 test from std_algorithms_any_of_team_test (232 ms total)
47: 
47: [----------] 1 test from std_algorithms_none_of_team_test
47: [ RUN      ] std_algorithms_none_of_team_test.test
47: [       OK ] std_algorithms_none_of_team_test.test (241 ms)
47: [----------] 1 test from std_algorithms_none_of_team_test (242 ms total)
47: 
47: [----------] 2 tests from std_algorithms_search_n_team_test
47: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
47: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (268 ms)
47: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
47: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (258 ms)
47: [----------] 2 tests from std_algorithms_search_n_team_test (526 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 11 tests from 7 test suites ran. (2701 ms total)
47: [  PASSED  ] 11 tests.
47/62 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.03 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

48: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
48: Test timeout computed to be: 600
48: [==========] Running 3 tests from 3 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_min_element_team_test
48: [ RUN      ] std_algorithms_min_element_team_test.test
48: [       OK ] std_algorithms_min_element_team_test.test (548 ms)
48: [----------] 1 test from std_algorithms_min_element_team_test (548 ms total)
48: 
48: [----------] 1 test from std_algorithms_max_element_team_test
48: [ RUN      ] std_algorithms_max_element_team_test.test
48: [       OK ] std_algorithms_max_element_team_test.test (543 ms)
48: [----------] 1 test from std_algorithms_max_element_team_test (543 ms total)
48: 
48: [----------] 1 test from std_algorithms_minmax_element_team_test
48: [ RUN      ] std_algorithms_minmax_element_team_test.test
48: [       OK ] std_algorithms_minmax_element_team_test.test (580 ms)
48: [----------] 1 test from std_algorithms_minmax_element_team_test (580 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 3 tests from 3 test suites ran. (1672 ms total)
48: [  PASSED  ] 3 tests.
48/62 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.01 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

49: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
49: Test timeout computed to be: 600
49: [==========] Running 6 tests from 6 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_fill_team_test
49: [ RUN      ] std_algorithms_fill_team_test.test
49: [       OK ] std_algorithms_fill_team_test.test (263 ms)
49: [----------] 1 test from std_algorithms_fill_team_test (263 ms total)
49: 
49: [----------] 1 test from std_algorithms_fill_n_team_test
49: [ RUN      ] std_algorithms_fill_n_team_test.test
49: [       OK ] std_algorithms_fill_n_team_test.test (393 ms)
49: [----------] 1 test from std_algorithms_fill_n_team_test (393 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_team_test
49: [ RUN      ] std_algorithms_replace_team_test.test
49: [       OK ] std_algorithms_replace_team_test.test (371 ms)
49: [----------] 1 test from std_algorithms_replace_team_test (371 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_if_team_test
49: [ RUN      ] std_algorithms_replace_if_team_test.test
49: [       OK ] std_algorithms_replace_if_team_test.test (317 ms)
49: [----------] 1 test from std_algorithms_replace_if_team_test (318 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_copy_team_test
49: [ RUN      ] std_algorithms_replace_copy_team_test.test
49: [       OK ] std_algorithms_replace_copy_team_test.test (340 ms)
49: [----------] 1 test from std_algorithms_replace_copy_team_test (340 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test
49: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
49: [       OK ] std_algorithms_replace_copy_if_team_test.test (377 ms)
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (377 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 6 tests from 6 test suites ran. (2064 ms total)
49: [  PASSED  ] 6 tests.
49/62 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.40 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

50: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
50: Test timeout computed to be: 600
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_reverse_team_test
50: [ RUN      ] std_algorithms_reverse_team_test.test
50: [       OK ] std_algorithms_reverse_team_test.test (274 ms)
50: [----------] 1 test from std_algorithms_reverse_team_test (274 ms total)
50: 
50: [----------] 1 test from std_algorithms_reverse_copy_team_test
50: [ RUN      ] std_algorithms_reverse_copy_team_test.test
50: [       OK ] std_algorithms_reverse_copy_team_test.test (327 ms)
50: [----------] 1 test from std_algorithms_reverse_copy_team_test (327 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_team_test
50: [ RUN      ] std_algorithms_rotate_team_test.test
50: [       OK ] std_algorithms_rotate_team_test.test (543 ms)
50: [----------] 1 test from std_algorithms_rotate_team_test (543 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_copy_team_test
50: [ RUN      ] std_algorithms_rotate_copy_team_test.test
50: [       OK ] std_algorithms_rotate_copy_team_test.test (590 ms)
50: [----------] 1 test from std_algorithms_rotate_copy_team_test (590 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (1735 ms total)
50: [  PASSED  ] 4 tests.
50/62 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.07 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

51: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
51: Test timeout computed to be: 600
51: [==========] Running 4 tests from 4 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_move_team_test
51: [ RUN      ] std_algorithms_move_team_test.test
51: [       OK ] std_algorithms_move_team_test.test (439 ms)
51: [----------] 1 test from std_algorithms_move_team_test (439 ms total)
51: 
51: [----------] 1 test from std_algorithms_move_backward_team_test
51: [ RUN      ] std_algorithms_move_backward_team_test.test
51: [       OK ] std_algorithms_move_backward_team_test.test (442 ms)
51: [----------] 1 test from std_algorithms_move_backward_team_test (442 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_left_team_test
51: [ RUN      ] std_algorithms_shift_left_team_test.test
51: [       OK ] std_algorithms_shift_left_team_test.test (1479 ms)
51: [----------] 1 test from std_algorithms_shift_left_team_test (1479 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_right_team_test
51: [ RUN      ] std_algorithms_shift_right_team_test.test
51: [       OK ] std_algorithms_shift_right_team_test.test (1468 ms)
51: [----------] 1 test from std_algorithms_shift_right_team_test (1468 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (3830 ms total)
51: [  PASSED  ] 4 tests.
51/62 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.17 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

52: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
52: Test timeout computed to be: 600
52: [==========] Running 9 tests from 9 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_copy_team_test
52: [ RUN      ] std_algorithms_copy_team_test.test
52: [       OK ] std_algorithms_copy_team_test.test (545 ms)
52: [----------] 1 test from std_algorithms_copy_team_test (545 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_n_team_test
52: [ RUN      ] std_algorithms_copy_n_team_test.test
52: [       OK ] std_algorithms_copy_n_team_test.test (487 ms)
52: [----------] 1 test from std_algorithms_copy_n_team_test (487 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_backward_team_test
52: [ RUN      ] std_algorithms_copy_backward_team_test.test
==> curl: Executing phase: 'install'
52: [       OK ] std_algorithms_copy_backward_team_test.test (436 ms)
52: [----------] 1 test from std_algorithms_copy_backward_team_test (436 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_if_team_test
52: [ RUN      ] std_algorithms_copy_if_team_test.test
52: [       OK ] std_algorithms_copy_if_team_test.test (394 ms)
52: [----------] 1 test from std_algorithms_copy_if_team_test (394 ms total)
52: 
52: [----------] 1 test from std_algorithms_unique_copy_team_test
52: [ RUN      ] std_algorithms_unique_copy_team_test.test
52: [       OK ] std_algorithms_unique_copy_team_test.test (530 ms)
52: [----------] 1 test from std_algorithms_unique_copy_team_test (530 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_team_test
52: [ RUN      ] std_algorithms_remove_team_test.test
52: [       OK ] std_algorithms_remove_team_test.test (438 ms)
52: [----------] 1 test from std_algorithms_remove_team_test (438 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_if_team_test
52: [ RUN      ] std_algorithms_remove_if_team_test.test
52: [       OK ] std_algorithms_remove_if_team_test.test (399 ms)
52: [----------] 1 test from std_algorithms_remove_if_team_test (399 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_team_test
52: [ RUN      ] std_algorithms_remove_copy_team_test.test
52: [       OK ] std_algorithms_remove_copy_team_test.test (430 ms)
52: [----------] 1 test from std_algorithms_remove_copy_team_test (430 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test
52: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
52: [       OK ] std_algorithms_remove_copy_if_team_test.test (355 ms)
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (355 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 9 tests from 9 test suites ran. (4020 ms total)
52: [  PASSED  ] 9 tests.
52/62 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.36 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

53: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
53: Test timeout computed to be: 600
53: [==========] Running 4 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_unique_team_test
53: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
53: [       OK ] std_algorithms_unique_team_test.test_default_predicate (650 ms)
53: [----------] 1 test from std_algorithms_unique_team_test (650 ms total)
53: 
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test
53: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
53: [       OK ] std_algorithms_adjacent_difference_team_test.test (760 ms)
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (760 ms total)
53: 
53: [----------] 1 test from std_algorithms_reduce_team_test
53: [ RUN      ] std_algorithms_reduce_team_test.test
53: [       OK ] std_algorithms_reduce_team_test.test (789 ms)
53: [----------] 1 test from std_algorithms_reduce_team_test (789 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_reduce_team_test
53: [ RUN      ] std_algorithms_transform_reduce_team_test.test
53: [       OK ] std_algorithms_transform_reduce_team_test.test (1359 ms)
53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1359 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 4 tests from 4 test suites ran. (3560 ms total)
53: [  PASSED  ] 4 tests.
53/62 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.90 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

54: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
54: Test timeout computed to be: 600
54: [==========] Running 18 tests from 5 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_is_sorted_team_test
54: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
54: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (469 ms)
54: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
54: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (377 ms)
54: [----------] 2 tests from std_algorithms_is_sorted_team_test (846 ms total)
54: 
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (19 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (26 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (306 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (431 ms)
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (783 ms total)
54: 
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test
54: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
54: [       OK ] std_algorithms_is_partitioned_team_test.empty (9 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
54: [       OK ] std_algorithms_is_partitioned_team_test.all_true (203 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
54: [       OK ] std_algorithms_is_partitioned_team_test.all_false (205 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.random
54: [       OK ] std_algorithms_is_partitioned_team_test.random (149 ms)
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (568 ms total)
54: 
54: [----------] 4 tests from std_algorithms_partition_copy_team_test
54: [ RUN      ] std_algorithms_partition_copy_team_test.empty
54: [       OK ] std_algorithms_partition_copy_team_test.empty (16 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
54: [       OK ] std_algorithms_partition_copy_team_test.all_true (521 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
54: [       OK ] std_algorithms_partition_copy_team_test.all_false (513 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.random
54: [       OK ] std_algorithms_partition_copy_team_test.random (457 ms)
54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1509 ms total)
54: 
54: [----------] 4 tests from std_algorithms_partition_point_team_test
54: [ RUN      ] std_algorithms_partition_point_team_test.empty
54: [       OK ] std_algorithms_partition_point_team_test.empty (9 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_true
54: [       OK ] std_algorithms_partition_point_team_test.all_true (199 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_false
54: [       OK ] std_algorithms_partition_point_team_test.all_false (200 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.random
54: [       OK ] std_algorithms_partition_point_team_test.random (144 ms)
54: [----------] 4 tests from std_algorithms_partition_point_team_test (554 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 5 test suites ran. (4261 ms total)
54: [  PASSED  ] 18 tests.
54/62 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.59 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

55: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
55: Test timeout computed to be: 600
55: [==========] Running 5 tests from 4 test suites.
55: [----------] Global test environment set-up.
55: [----------] 2 tests from std_algorithms_transform_team_test
55: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
55: [       OK ] std_algorithms_transform_team_test.test_unary_op (600 ms)
55: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
55: [       OK ] std_algorithms_transform_team_test.test_binary_op (770 ms)
55: [----------] 2 tests from std_algorithms_transform_team_test (1370 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_team_test
55: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
55: [       OK ] std_algorithms_generate_team_test.test_unary_op (1357 ms)
55: [----------] 1 test from std_algorithms_generate_team_test (1357 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_n_team_test
55: [ RUN      ] std_algorithms_generate_n_team_test.test
55: [       OK ] std_algorithms_generate_n_team_test.test (392 ms)
55: [----------] 1 test from std_algorithms_generate_n_team_test (392 ms total)
55: 
55: [----------] 1 test from std_algorithms_swap_ranges_team_test
55: [ RUN      ] std_algorithms_swap_ranges_team_test.test
55: [       OK ] std_algorithms_swap_ranges_team_test.test (696 ms)
55: [----------] 1 test from std_algorithms_swap_ranges_team_test (696 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 5 tests from 4 test suites ran. (3817 ms total)
55: [  PASSED  ] 5 tests.
55/62 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.15 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

56: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
56: Test timeout computed to be: 600
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
56: [       OK ] std_algorithms_exclusive_scan_team_test.test (1530 ms)
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1530 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
56: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (763 ms)
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (763 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (2293 ms total)
56: [  PASSED  ] 2 tests.
56/62 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.63 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

57: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
57: Test timeout computed to be: 600
57: [==========] Running 2 tests from 2 test suites.
57: [----------] Global test environment set-up.
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
57: [       OK ] std_algorithms_inclusive_scan_team_test.test (2253 ms)
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2253 ms total)
57: 
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
57: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1527 ms)
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1527 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (3781 ms total)
57: [  PASSED  ] 2 tests.
57/62 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.11 sec
test 58
      Start 58: Kokkos_PerformanceTest_InclusiveScan

58: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-12-23_T05-32-03.json"
58: Test timeout computed to be: 600
58: 2025-12-23T06:08:58+00:00
58: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
58: Run on (64 X 2994.26 MHz CPU s)
58: CPU Caches:
58:   L1 Data 32 KiB (x32)
58:   L1 Instruction 32 KiB (x32)
58:   L2 Unified 512 KiB (x32)
58:   L3 Unified 16384 KiB (x16)
58: Load Average: 1.37, 2.33, 5.07
58: APU or dGPU: dGPU
58: Architecture capable of accessing system allocated memory: 1
58: CPU architecture: none
58: Default Device: HIP
58: GPU architecture: AMD_GFX908
58: Is Large Bar: 1
58: KOKKOS_COMPILER_CLANG: 2000
58: KOKKOS_ENABLE_ASM: no
58: KOKKOS_ENABLE_CXX20: yes
58: KOKKOS_ENABLE_CXX23: no
58: KOKKOS_ENABLE_CXX26: no
58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
58: KOKKOS_ENABLE_HIP: yes
58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes
58: KOKKOS_ENABLE_HWLOC: no
58: KOKKOS_ENABLE_LIBDL: yes
58: KOKKOS_ENABLE_PRAGMA_IVDEP: no
58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
58: KOKKOS_ENABLE_PRAGMA_UNROLL: no
58: KOKKOS_ENABLE_PRAGMA_VECTOR: no
58: KOKKOS_ENABLE_SERIAL: yes
58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
58: Kokkos Version: 5.0.99
58: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
58: Shared Memory per Block: 64 KiB
58: Supports Managed Memory: 1
58: System allows accessing system allocated memory on GPU: 0
58: Total Global Memory: 31.98 GiB
58: Wavefront Size: 64
58: XNACK environment variable set: no
58: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94
58: macro  HIP_VERSION: 70051831 = version 7.0.51831
58: macro  KOKKOS_ENABLE_HIP: defined
58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no
58: macro KOKKOS_ENABLE_ROCTHRUST: defined
58: mdspan: enabled
58: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812
58: platform: 64bit
58: ----------------------------------------------------------------------------------------------------------------------------------------------
58: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
58: ----------------------------------------------------------------------------------------------------------------------------------------------
58: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.002 s         0.002 s           427 1.00557k/s       1.6k          1
==> curl: Successfully installed curl-8.15.0-pyb4xdsdqpk7yxpu7d3m4pj2fdubfr7n
  Stage: 2.73s.  Autoreconf: 0.00s.  Configure: 31.96s.  Build: 1m 6.65s.  Install: 1.29s.  Post-install: 0.02s.  Total: 1m 43.03s
[+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-pyb4xdsdqpk7yxpu7d3m4pj2fdubfr7n
==> Installing curl-8.15.0-pyb4xdsdqpk7yxpu7d3m4pj2fdubfr7n [22/24]
==> No binary for cmake-3.31.9-lgjemlkv2p7t6ny5exyxnlgx6cl3tzlb found: installing from source
58: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           435 1.00759k/s       1.6k          1
58: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           432 1.01065k/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           442 1.01106k/s       1.6k          1
58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           442 1.00792k/s       1.6k          1
58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           442 1.01094k/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           442 1.01183k/s       1.6k          1
58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           442 1.01164k/s       1.6k          1
58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           442 1.01175k/s       1.6k          1
58/62 Test #58: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   25.09 sec
test 59
      Start 59: Kokkos_PerformanceTest_Random

59: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Random_2025-12-23_T05-32-03.json"
59: Test timeout computed to be: 600
59: 2025-12-23T06:09:23+00:00
59: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random
59: Run on (64 X 2994.26 MHz CPU s)
59: CPU Caches:
59:   L1 Data 32 KiB (x32)
59:   L1 Instruction 32 KiB (x32)
59:   L2 Unified 512 KiB (x32)
59:   L3 Unified 16384 KiB (x16)
59: Load Average: 1.38, 2.26, 4.97
59: APU or dGPU: dGPU
59: Architecture capable of accessing system allocated memory: 1
59: CPU architecture: none
59: Default Device: HIP
59: GPU architecture: AMD_GFX908
59: Is Large Bar: 1
59: KOKKOS_COMPILER_CLANG: 2000
59: KOKKOS_ENABLE_ASM: no
59: KOKKOS_ENABLE_CXX20: yes
59: KOKKOS_ENABLE_CXX23: no
59: KOKKOS_ENABLE_CXX26: no
59: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
59: KOKKOS_ENABLE_HIP: yes
59: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes
59: KOKKOS_ENABLE_HWLOC: no
59: KOKKOS_ENABLE_LIBDL: yes
59: KOKKOS_ENABLE_PRAGMA_IVDEP: no
59: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
59: KOKKOS_ENABLE_PRAGMA_UNROLL: no
59: KOKKOS_ENABLE_PRAGMA_VECTOR: no
59: KOKKOS_ENABLE_SERIAL: yes
59: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
59: Kokkos Version: 5.0.99
59: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
59: Shared Memory per Block: 64 KiB
59: Supports Managed Memory: 1
59: System allows accessing system allocated memory on GPU: 0
59: Total Global Memory: 31.98 GiB
59: Wavefront Size: 64
59: XNACK environment variable set: no
59: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94
59: macro  HIP_VERSION: 70051831 = version 7.0.51831
59: macro  KOKKOS_ENABLE_HIP: defined
59: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no
59: macro KOKKOS_ENABLE_ROCTHRUST: defined
59: mdspan: enabled
59: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812
59: platform: 64bit
59: ------------------------------------------------------------------------------------------
59: Benchmark                                     Time             CPU   Iterations  FOM: rate
59: ------------------------------------------------------------------------------------------
59: Random64/N:2097152/K:1/real_time           68.3 us         67.7 us        10232 30.6903G/s
59: Random64/N:2097152/K:256/real_time         1662 us         1653 us          427 323.114G/s
59: Random1024/N:2097152/K:1/real_time          781 us          776 us          910 2.68498G/s
59: Random1024/N:2097152/K:256/real_time      10701 us        10655 us           59 50.1691G/s
59/62 Test #59: Kokkos_PerformanceTest_Random ..............................   Passed    3.92 sec
test 60
      Start 60: Kokkos_UnitTest_SIMD

60: Test command: /var/jenkins/workspace/Kokkos_nightly/build/simd/unit_tests/Kokkos_UnitTest_SIMD
60: Test timeout computed to be: 600
60: [==========] Running 22 tests from 1 test suite.
60: [----------] Global test environment set-up.
60: [----------] 22 tests from simd
60: [ RUN      ] simd.host_math_ops
60: [       OK ] simd.host_math_ops (0 ms)
60: [ RUN      ] simd.device_math_ops
60: [       OK ] simd.device_math_ops (10 ms)
60: [ RUN      ] simd.host_mask_ops
60: [       OK ] simd.host_mask_ops (0 ms)
60: [ RUN      ] simd.device_mask_ops
60: [       OK ] simd.device_mask_ops (0 ms)
60: [ RUN      ] simd.host_conversions
60: [       OK ] simd.host_conversions (0 ms)
60: [ RUN      ] simd.device_conversions
60: [       OK ] simd.device_conversions (0 ms)
60: [ RUN      ] simd.host_shift_ops
60: [       OK ] simd.host_shift_ops (0 ms)
60: [ RUN      ] simd.device_shift_ops
60: [       OK ] simd.device_shift_ops (0 ms)
60: [ RUN      ] simd.host_bitwise_ops
60: [       OK ] simd.host_bitwise_ops (0 ms)
60: [ RUN      ] simd.host_mask_bitwise_ops
60: [       OK ] simd.host_mask_bitwise_ops (0 ms)
60: [ RUN      ] simd.device_bitwise_ops
60: [       OK ] simd.device_bitwise_ops (0 ms)
60: [ RUN      ] simd.device_mask_bitwise_ops
60: [       OK ] simd.device_mask_bitwise_ops (0 ms)
60: [ RUN      ] simd.host_condition
60: [       OK ] simd.host_condition (0 ms)
60: [ RUN      ] simd.device_condition
60: [       OK ] simd.device_condition (0 ms)
60: [ RUN      ] simd.host_gen_ctors
60: [       OK ] simd.host_gen_ctors (0 ms)
60: [ RUN      ] simd.device_gen_ctors
60: [       OK ] simd.device_gen_ctors (0 ms)
60: [ RUN      ] simd.host_reductions
60: [       OK ] simd.host_reductions (0 ms)
60: [ RUN      ] simd.device_reductions
60: [       OK ] simd.device_reductions (1 ms)
60: [ RUN      ] simd.host_construction
60: [       OK ] simd.host_construction (0 ms)
60: [ RUN      ] simd.device_construction
60: [       OK ] simd.device_construction (0 ms)
60: [ RUN      ] simd.host_loadstore
60: [       OK ] simd.host_loadstore (0 ms)
60: [ RUN      ] simd.device_loadstore
60: [       OK ] simd.device_loadstore (0 ms)
60: [----------] 22 tests from simd (12 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 22 tests from 1 test suite ran. (12 ms total)
60: [  PASSED  ] 22 tests.
60/62 Test #60: Kokkos_UnitTest_SIMD .......................................   Passed    0.34 sec
test 61
      Start 61: Kokkos_Example_VirtualFunctions

61: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/virtual_functions/Kokkos_example_virtual_functions
61: Test timeout computed to be: 600
61: Values: 1 2
61/62 Test #61: Kokkos_Example_VirtualFunctions ............................   Passed    0.32 sec
test 62
      Start 62: Kokkos_Example_RelocatableFunction

62: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/relocatable_function/Kokkos_example_relocatable_function
62: Test timeout computed to be: 600
62: 1.000000e+01 8.603100e-05s (relocatable) vs. 4.172900e-05s (inline)
62: 1.000000e+02 4.120800e-05s (relocatable) vs. 4.033600e-05s (inline)
62: 1.000000e+03 4.153800e-05s (relocatable) vs. 3.951500e-05s (inline)
62: 1.000000e+04 4.000500e-05s (relocatable) vs. 3.973500e-05s (inline)
62: 1.000000e+05 3.901300e-05s (relocatable) vs. 4.105700e-05s (inline)
62: 1.000000e+06 4.854100e-05s (relocatable) vs. 4.654700e-05s (inline)
62: 1.000000e+07 7.315700e-05s (relocatable) vs. 7.306700e-05s (inline)
62: 1.000000e+08 1.235420e-04s (relocatable) vs. 1.211980e-04s (inline)
62/62 Test #62: Kokkos_Example_RelocatableFunction .........................   Passed    0.32 sec

100% tests passed, 0 tests failed out of 62

Label Time Summary:
Kokkos    = 664.81 sec*proc (51 tests)

Total Test time (real) = 1260.70 sec
SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build
SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly
SetCTestConfiguration:SubmitURL:https://my.cdash.org/submit.php?project=Kokkos
Submit files
   SubmitURL: https://my.cdash.org/submit.php?project=Kokkos
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Update.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251223-0100-Nightly___XML___Update.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=c71c1b9f748c909c7491921f7f5bf66b Size: 507
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Update.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Configure.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251223-0100-Nightly___XML___Configure.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=d3516c521f71495f2403d48feb34496c Size: 6723
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Configure.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Build.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251223-0100-Nightly___XML___Build.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=0a090d72eb2dff296941e5497eaacb8c Size: 1067
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Build.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Test.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251223-0100-Nightly___XML___Test.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=02f580289e5746a3256d2e5a910d8a8d Size: 111759
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Test.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Done.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251223-0100-Nightly___XML___Done.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=e82e26008c26e0227ad701c5603ba1bb Size: 107
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Done.xml
   Submission successful
Post stage
[Pipeline] sh
+ ccache --show-stats
Local storage:
  Cache size (GiB): 0.0 / 5.0 ( 0.00%)
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 c1f30c133901abe495bf4573361d9f2889b472dd44078ff5b3184f45c6e49a10
==> Fetching https://mirror.spack.io/_source-cache/archive/5d/5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83.tar.gz
==> No patches needed for cmake
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_nightly' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes c1f30c133901abe495bf4573361d9f2889b472dd44078ff5b3184f45c6e49a10
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
==> cmake: Executing phase: 'bootstrap'
==> cmake: Executing phase: 'build'
26: ReductionExpensive<double>/10000000/iterations:10           43435956 us     43383469 us           10
26/52 Test #26: Kokkos_PerformanceTest_Reduction ...........................   Passed  529.83 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_Serial

27: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
27: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests
27: Test timeout computed to be: 600
27: [==========] Running 79 tests from 2 test suites.
27: [----------] Global test environment set-up.
27: [----------] 2 tests from serial_DeathTest
27: [ RUN      ] serial_DeathTest.dualview_external_view_construction
27: [       OK ] serial_DeathTest.dualview_external_view_construction (7 ms)
27: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
27: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (37 ms)
27: [----------] 2 tests from serial_DeathTest (45 ms total)
27: 
27: [----------] 77 tests from serial
27: [ RUN      ] serial.bitset
27: [       OK ] serial.bitset (1752 ms)
27: [ RUN      ] serial.bitset_default_constructor_no_alloc
27: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
27: [ RUN      ] serial.dualview_combination
27: [       OK ] serial.dualview_combination (1 ms)
27: [ RUN      ] serial.dualview_alloc
27: [       OK ] serial.dualview_alloc (0 ms)
27: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
27: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
27: [ RUN      ] serial.dualview_combinations_without_init
27: [       OK ] serial.dualview_combinations_without_init (0 ms)
27: [ RUN      ] serial.dualview_deep_copy
27: [       OK ] serial.dualview_deep_copy (0 ms)
27: [ RUN      ] serial.dualview_sync_should_fence
27: [       OK ] serial.dualview_sync_should_fence (0 ms)
27: [ RUN      ] serial.dualview_realloc
27: [       OK ] serial.dualview_realloc (0 ms)
27: [ RUN      ] serial.dualview_resize
27: [       OK ] serial.dualview_resize (0 ms)
27: [ RUN      ] serial.dualview_device_correct_kokkos_device
27: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
27: [ RUN      ] serial.dualview_host_correct_kokkos_device
27: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_sync
27: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
27: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_sync
27: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
27: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
27: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
27: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
27: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
27: [ RUN      ] serial.dualview_sequential_host_init
27: [       OK ] serial.dualview_sequential_host_init (0 ms)
27: [ RUN      ] serial.dualview_default_constructed
27: [       OK ] serial.dualview_default_constructed (0 ms)
27: [ RUN      ] serial.dualview_resize_single_device
27: [       OK ] serial.dualview_resize_single_device (0 ms)
27: [ RUN      ] serial.dynamic_view
27: [       OK ] serial.dynamic_view (9 ms)
27: [ RUN      ] serial.dyn_rank_view_api_generic
27: [       OK ] serial.dyn_rank_view_api_generic (12 ms)
27: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
27: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
27: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
27: [       OK ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
27: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
27: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
27: [ RUN      ] serial.dyn_rank_view_ctor_from_members
27: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
27: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
27: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
27: [ RUN      ] serial.dyn_rank_view_layout_member
27: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
27: [ RUN      ] serial.dyn_rank_view_team_scratch
27: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
27: [ RUN      ] serial.view_customization_extra_int_arg
27: [       OK ] serial.view_customization_extra_int_arg (0 ms)
27: [ RUN      ] serial.ErrorReporterViaLambda
27: [       OK ] serial.ErrorReporterViaLambda (0 ms)
27: [ RUN      ] serial.ErrorReporter
27: [       OK ] serial.ErrorReporter (0 ms)
27: [ RUN      ] serial.ErrorReporter_label_ctor
27: [       OK ] serial.ErrorReporter_label_ctor (0 ms)
27: [ RUN      ] serial.ErrorReporter_resize
27: [       OK ] serial.ErrorReporter_resize (0 ms)
27: [ RUN      ] serial.offsetview_construction
27: [       OK ] serial.offsetview_construction (27 ms)
27: [ RUN      ] serial.offsetview_unmanaged_construction
27: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
27: [ RUN      ] serial.offsetview_subview
27: [       OK ] serial.offsetview_subview (18 ms)
27: [ RUN      ] serial.offsetview_offsets_rank1
27: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank2
27: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank3
27: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
27: [ RUN      ] serial.scatterview
27: [       OK ] serial.scatterview (1966 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (0 ms)
27: [ RUN      ] serial.staticcrsgraph
27: [       OK ] serial.staticcrsgraph (5 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dualview
27: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_alloc_dualview
27: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
27: [ RUN      ] serial.resize_exec_space_dualview
27: [       OK ] serial.resize_exec_space_dualview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_dualview
27: [       OK ] serial.realloc_exec_space_dualview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dynrankview
27: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
27: [ RUN      ] serial.resize_exec_space_dynrankview
27: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_dynrankview
27: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_init_scatterview
27: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
27: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
27: [ RUN      ] serial.resize_exec_space_scatterview
27: [       OK ] serial.resize_exec_space_scatterview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_scatterview
27: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynrankview
27: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
27: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
27: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview
27: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
27: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
27: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynamicview
27: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
27: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
27: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
27: [ RUN      ] serial.UnorderedMap_insert
27: [       OK ] serial.UnorderedMap_insert (6868 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
27: [       OK ] serial.UnorderedMap_failed_insert (2539 ms)
27: [ RUN      ] serial.UnorderedMap_deep_copy
27: [       OK ] serial.UnorderedMap_deep_copy (2 ms)
27: [ RUN      ] serial.UnorderedMap_valid_empty
27: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
27: [ RUN      ] serial.UnorderedMap_clear_zero_size
27: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
27: [ RUN      ] serial.UnorderedMap_consistent_size
27: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
27: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
27: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
27: [ RUN      ] serial.UnorderedMap_lambda_capturable
27: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
27: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
27: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
27: [ RUN      ] serial.UnorderedMap_View_as_value
27: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
27: [ RUN      ] serial.vector_combination
27: [       OK ] serial.vector_combination (0 ms)
27: [ RUN      ] serial.vector_insert
27: [       OK ] serial.vector_insert (0 ms)
27: [ RUN      ] serial.vector_push_back_default_exec
27: [       OK ] serial.vector_push_back_default_exec (0 ms)
27: [----------] 77 tests from serial (13209 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 79 tests from 2 test suites ran. (13255 ms total)
27: [  PASSED  ] 79 tests.
27/52 Test #27: Kokkos_ContainersUnitTest_Serial ...........................   Passed   13.35 sec
test 28
      Start 28: Kokkos_UnitTest_Sort

28: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
28: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
28: Test timeout computed to be: 600
28: [==========] Running 17 tests from 2 test suites.
28: [----------] Global test environment set-up.
28: [----------] 1 test from serial_DeathTest
28: [ RUN      ] serial_DeathTest.SortByKeyKeysLargerThanValues
28: [       OK ] serial_DeathTest.SortByKeyKeysLargerThanValues (3 ms)
28: [----------] 1 test from serial_DeathTest (3 ms total)
28: 
28: [----------] 16 tests from serial
28: [ RUN      ] serial.SortUnsignedValueType
28: [       OK ] serial.SortUnsignedValueType (524 ms)
28: [ RUN      ] serial.SortEmptyView
28: [       OK ] serial.SortEmptyView (0 ms)
28: [ RUN      ] serial.SortByKeyEmptyView
28: [       OK ] serial.SortByKeyEmptyView (0 ms)
28: [ RUN      ] serial.SortByKeyEmptyViewHost
28: [       OK ] serial.SortByKeyEmptyViewHost (0 ms)
28: [ RUN      ] serial.SortByKey
28: [       OK ] serial.SortByKey (0 ms)
28: [ RUN      ] serial.SortByKeyWithComparator
28: [       OK ] serial.SortByKeyWithComparator (0 ms)
28: [ RUN      ] serial.SortByKeyStaticExtents
28: [       OK ] serial.SortByKeyStaticExtents (0 ms)
28: [ RUN      ] serial.SortByKeyWithStrides
28: [       OK ] serial.SortByKeyWithStrides (0 ms)
28: [ RUN      ] serial.SortWithCustomComparator
28: [       OK ] serial.SortWithCustomComparator (123 ms)
28: [ RUN      ] serial.BinSortGenericTests
28: [       OK ] serial.BinSortGenericTests (1751 ms)
28: [ RUN      ] serial.BinSortEmptyView
28: [       OK ] serial.BinSortEmptyView (0 ms)
28: [ RUN      ] serial.BinSortEmptyKeysView
28: [       OK ] serial.BinSortEmptyKeysView (0 ms)
28: [ RUN      ] serial.BinSort_issue_7221
28: [       OK ] serial.BinSort_issue_7221 (0 ms)
28: [ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
28: [       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (30927 ms)
28: [ RUN      ] serial.NestedSort
28: [       OK ] serial.NestedSort (12 ms)
28: [ RUN      ] serial.NestedSortByKey
28: [       OK ] serial.NestedSortByKey (91 ms)
28: [----------] 16 tests from serial (33430 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 17 tests from 2 test suites ran. (33434 ms total)
28: [  PASSED  ] 17 tests.
28/52 Test #28: Kokkos_UnitTest_Sort .......................................   Passed   33.45 sec
test 29
      Start 29: Kokkos_UnitTest_Random

29: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Random
29: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
29: Test timeout computed to be: 600
29: [==========] Running 3 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 3 tests from serial
29: [ RUN      ] serial.Random_XorShift64
29: Test Seed:1766470366820367685
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0056133 0.00194782 || 0.051031 2044 2439 || 2234.6 2222.06 || 26.9266 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0111949 0.000277758 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0124557 0.000840964 || 0.051031 2007 2396 || 2194.72 2222.06 || 11.6255 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.000676331 -0.000985614 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00133111 0.00109372 || 0.051031 2020 2397 || 2219.11 2222.06 || 15.1196 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0208825 -0.000219259 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00545342 0.00193935 || 0.051031 2046 2401 || 2210.01 2222.06 || 26.8095 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00766337 -0.000262509 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 0.00498681 0.000376538 || 0.051031 2043 2442 || 2211.04 2222.06 || 5.20526 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 -0.0144739 9.51591e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.0083715 0.0013783 || 0.051031 2027 2391 || 2203.61 2222.06 || 19.0536 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00706105 -0.000487032 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.00105702 -0.000469254 || 0.051031 2054 2430 || 2219.72 2222.06 || -6.48697 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.0271971 0.000640702 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0196441 -0.00192958 || 0.051031 2040 2426 || 2266.59 2222.06 || -26.6746 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00919767 0.000882436 || 0.051031 1e+64 -1e+64
29: Test Seed:1766470369618251829
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00514225 0.000251981 || 0.051031 2048 2401 || 2210.69 2222.06 || 3.48338 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0188458 -0.000187672 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0219154 0.000991922 || 0.051031 2041 2405 || 2271.85 2222.06 || 13.7123 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -7.7696e-06 -0.000204019 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0112286 -1.15839e-05 || 0.051031 2022 2414 || 2197.39 2222.06 || -0.160136 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00355026 -0.000270264 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0218842 0.000663095 || 0.051031 2039 2413 || 2174.47 2222.06 || 9.16662 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0100301 0.000465009 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00190359 -0.00115046 || 0.051031 2044 2431 || 2226.3 2222.06 || -15.9039 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00409654 -0.00101684 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00594548 0.00144667 || 0.051031 2044 2418 || 2208.93 2222.06 || 19.9988 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00410811 0.000747731 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 -0.00777791 -0.00431874 || 0.051031 2039 2402 || 2239.48 2222.06 || -59.7022 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 0.0110237 0.000265218 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0012754 0.000483374 || 0.051031 2039 2417 || 2224.9 2222.06 || 6.68217 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00274231 0.00051344 || 0.051031 1e+64 -1e+64
29: [       OK ] serial.Random_XorShift64 (6099 ms)
29: [ RUN      ] serial.Random_XorShift1024_0
29: Test Seed:1766470372919750445
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0295684 0.00227544 || 0.051031 2009 2376 || 2265.2 2198.22 || 31.4557 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0152679 -0.000215472 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00527801 -0.000189906 || 0.051031 2026 2378 || 2209.89 2198.22 || -2.62526 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00276768 -0.000690435 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0269116 -6.87158e-05 || 0.051031 2008 2385 || 2259.02 2198.22 || -0.949927 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0143586 -0.00066349 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0111854 -0.000661393 || 0.051031 2018 2381 || 2173.91 2198.22 || -9.14309 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00978635 -0.000812235 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.27255e-05 0.0050467 -0.00280722 || 0.051031 2031 2393 || 2187.18 2198.22 || -38.807 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.28572e-05 -0.0068721 -0.00054534 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.000475603 -0.000518334 || 0.051031 2004 2373 || 2197.18 2198.22 || -7.16544 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.000638068 9.71983e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.000950718 -0.000575794 || 0.051031 2003 2371 || 2200.31 2198.22 || -7.95978 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.0102806 0.00049021 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00697633 -0.00262733 || 0.051031 2016 2357 || 2182.99 2198.22 || -36.3203 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0184276 -0.000194537 || 0.051031 1e+64 -1e+64
29: Test Seed:1766470376810226348
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00514397 0.0010724 || 0.051031 2025 2400 || 2209.59 2198.22 || 14.8249 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00869859 -0.000266187 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0152304 -0.00340119 || 0.051031 2031 2392 || 2165.25 2198.22 || -47.018 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.011892 0.000817948 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00449006 0.00235534 || 0.051031 2026 2389 || 2208.14 2198.22 || 32.5602 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0203825 -3.29484e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00479086 -0.0012622 || 0.051031 2007 2371 || 2187.74 2198.22 || -17.4486 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.000199381 0.000117641 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.27255e-05 -0.00538322 -0.000776745 || 0.051031 1995 2384 || 2210.12 2198.22 || -10.7377 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.28572e-05 -0.00983632 8.41391e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00392626 0.00202627 || 0.051031 2014 2413 || 2206.89 2198.22 || 28.0111 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00258125 -0.000200831 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.0174732 -0.000688228 || 0.051031 2011 2408 || 2237.32 2198.22 || -9.51406 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.00925209 0.000783203 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0283068 -0.00236665 || 0.051031 2037 2377 || 2137.71 2198.22 || -32.7166 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00709213 -0.00041329 || 0.051031 1e+64 -1e+64
29: [       OK ] serial.Random_XorShift1024_0 (7760 ms)
29: [ RUN      ] serial.Multi_streams
29: [       OK ] serial.Multi_streams (5 ms)
29: [----------] 3 tests from serial (13865 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (13865 ms total)
29: [  PASSED  ] 3 tests.
29/52 Test #29: Kokkos_UnitTest_Random .....................................   Passed   13.88 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A

30: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
30: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
30: Test timeout computed to be: 600
30: [==========] Running 16 tests from 4 test suites.
30: [----------] Global test environment set-up.
30: [----------] 1 test from std_algorithms_DeathTest
30: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
30: [       OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms)
30: [----------] 1 test from std_algorithms_DeathTest (0 ms total)
30: 
30: [----------] 3 tests from std_algorithms_reducers
30: [ RUN      ] std_algorithms_reducers.max_first_loc
30: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_first_loc
30: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
30: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
30: [----------] 3 tests from std_algorithms_reducers (0 ms total)
30: 
30: [----------] 1 test from std_algorithms
30: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
30: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
30: [----------] 1 test from std_algorithms (0 ms total)
30: 
30: [----------] 11 tests from random_access_iterator_test
30: [ RUN      ] random_access_iterator_test.constructor
30: [       OK ] random_access_iterator_test.constructor (0 ms)
30: [ RUN      ] random_access_iterator_test.constructiblity
30: [       OK ] random_access_iterator_test.constructiblity (0 ms)
30: [ RUN      ] random_access_iterator_test.dereference
30: [       OK ] random_access_iterator_test.dereference (0 ms)
30: [ RUN      ] random_access_iterator_test.subscript_operator
30: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet1
30: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet2
30: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet3
30: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet4
30: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
30: [ RUN      ] random_access_iterator_test.assignment_operator
30: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
30: [ RUN      ] random_access_iterator_test.distance
30: [       OK ] random_access_iterator_test.distance (0 ms)
30: [ RUN      ] random_access_iterator_test.traits_helpers
30: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
30: [----------] 11 tests from random_access_iterator_test (0 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 16 tests from 4 test suites ran. (0 ms total)
30: [  PASSED  ] 16 tests.
30/52 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.01 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B

31: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
31: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
31: Test timeout computed to be: 600
31: [==========] Running 7 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 7 tests from std_algorithms_min_max_element_test
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (0 ms)
31: [----------] 7 tests from std_algorithms_min_max_element_test (0 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 7 tests from 1 test suite ran. (0 ms total)
31: [  PASSED  ] 7 tests.
31/52 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.01 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C

32: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
32: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
32: Test timeout computed to be: 600
32: [==========] Running 13 tests from 10 test suites.
32: [----------] Global test environment set-up.
32: [----------] 1 test from std_algorithms_lexicographical_compare_test
32: [ RUN      ] std_algorithms_lexicographical_compare_test.test
32: [       OK ] std_algorithms_lexicographical_compare_test.test (21 ms)
32: [----------] 1 test from std_algorithms_lexicographical_compare_test (21 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_test
32: [ RUN      ] std_algorithms_for_each_test.test
32: [       OK ] std_algorithms_for_each_test.test (54 ms)
32: [----------] 1 test from std_algorithms_for_each_test (54 ms total)
32: 
32: [----------] 1 test from std_algorithms_find_test
32: [ RUN      ] std_algorithms_find_test.test
32: [       OK ] std_algorithms_find_test.test (27 ms)
32: [----------] 1 test from std_algorithms_find_test (27 ms total)
32: 
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
32: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1626 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
32: [       OK ] std_algorithms_non_mod_seq_ops.find_end (352 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search
32: [       OK ] std_algorithms_non_mod_seq_ops.search (351 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
32: [       OK ] std_algorithms_non_mod_seq_ops.search_n (324 ms)
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2655 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_test
32: [ RUN      ] std_algorithms_count_test.test
32: [       OK ] std_algorithms_count_test.test (15 ms)
32: [----------] 1 test from std_algorithms_count_test (15 ms total)
32: 
32: [----------] 1 test from std_algorithms_equal_test
32: [ RUN      ] std_algorithms_equal_test.test
32: [       OK ] std_algorithms_equal_test.test (7 ms)
32: [----------] 1 test from std_algorithms_equal_test (7 ms total)
32: 
32: [----------] 1 test from std_algorithms_all_any_none_of_test
32: [ RUN      ] std_algorithms_all_any_none_of_test.test
32: [       OK ] std_algorithms_all_any_none_of_test.test (20 ms)
32: [----------] 1 test from std_algorithms_all_any_none_of_test (20 ms total)
32: 
32: [----------] 1 test from std_algorithms_nonmod_seq_ops
32: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
32: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (20 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (20 ms total)
32: 
32: [----------] 1 test from std_algorithms_mismatch_test
32: [ RUN      ] std_algorithms_mismatch_test.test
32: [       OK ] std_algorithms_mismatch_test.test (38 ms)
32: [----------] 1 test from std_algorithms_mismatch_test (38 ms total)
32: 
32: [----------] 1 test from std_algorithms_mod_seq_ops
32: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
32: [       OK ] std_algorithms_mod_seq_ops.move_backward (40 ms)
32: [----------] 1 test from std_algorithms_mod_seq_ops (41 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 13 tests from 10 test suites ran. (2901 ms total)
32: [  PASSED  ] 13 tests.
32/52 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.92 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D

33: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
33: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
33: Test timeout computed to be: 600
33: [==========] Running 31 tests from 5 test suites.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from std_algorithms_mod_ops_test
33: [ RUN      ] std_algorithms_mod_ops_test.move
33: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
33: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
33: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
33: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
33: 
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
33: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
33: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
33: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
33: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
33: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
33: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
33: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (0 ms total)
33: 
33: [----------] 4 tests from std_algorithms_replace_ops_test
33: [ RUN      ] std_algorithms_replace_ops_test.replace
33: [       OK ] std_algorithms_replace_ops_test.replace (30 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_if
33: [       OK ] std_algorithms_replace_ops_test.replace_if (79 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
33: [       OK ] std_algorithms_replace_ops_test.replace_copy (46 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
33: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (31 ms)
33: [----------] 4 tests from std_algorithms_replace_ops_test (187 ms total)
33: 
33: [----------] 11 tests from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
33: [       OK ] std_algorithms_mod_seq_ops.copy_if (23 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique
33: [       OK ] std_algorithms_mod_seq_ops.unique (51 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
33: [       OK ] std_algorithms_mod_seq_ops.unique_copy (32 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove
33: [       OK ] std_algorithms_mod_seq_ops.remove (15 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_if (30 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy (36 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (23 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate
33: [       OK ] std_algorithms_mod_seq_ops.rotate (261 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (185 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (270 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (268 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (1198 ms total)
33: 
33: [----------] 1 test from std_algorithms_modseq_test
33: [ RUN      ] std_algorithms_modseq_test.reverse
33: [       OK ] std_algorithms_modseq_test.reverse (15 ms)
33: [----------] 1 test from std_algorithms_modseq_test (15 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (1403 ms total)
33: [  PASSED  ] 31 tests.
33/52 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    1.43 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E

34: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
34: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
34: Test timeout computed to be: 600
34: [==========] Running 29 tests from 7 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_sorting_ops_test
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted (8 ms)
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (5 ms)
34: [----------] 2 tests from std_algorithms_sorting_ops_test (14 ms total)
34: 
34: [----------] 4 tests from std_algorithms_partitioning_test
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.partition_point
34: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
34: [----------] 4 tests from std_algorithms_partitioning_test (0 ms total)
34: 
34: [----------] 1 test from std_algorithms_partitioning_ops
34: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
34: [       OK ] std_algorithms_partitioning_ops.partition_copy (0 ms)
34: [----------] 1 test from std_algorithms_partitioning_ops (0 ms total)
34: 
34: [----------] 12 tests from std_algorithms_numerics_test
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
34: [----------] 12 tests from std_algorithms_numerics_test (0 ms total)
34: 
34: [----------] 1 test from std_algorithms_numerics_ops_test
34: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
34: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (34 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (34 ms total)
34: 
34: [----------] 8 tests from std_algorithms_numeric_ops_test
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (65 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (56 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (21 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (37 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
34: [----------] 8 tests from std_algorithms_numeric_ops_test (181 ms total)
34: 
34: [----------] 1 test from std_algorithms_transform_ops_test
34: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
34: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (14 ms)
34: [----------] 1 test from std_algorithms_transform_ops_test (14 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 29 tests from 7 test suites ran. (246 ms total)
34: [  PASSED  ] 29 tests.
34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    0.27 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

35: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
35: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
35: Test timeout computed to be: 600
35: [==========] Running 12 tests from 7 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1012 ms)
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (880 ms)
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1893 ms total)
35: 
35: [----------] 2 tests from std_algorithms_count_team_test
35: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
35: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (347 ms)
35: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
35: [       OK ] std_algorithms_count_team_test.count_returns_zero (332 ms)
35: [----------] 2 tests from std_algorithms_count_team_test (680 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_if_team_test
35: [ RUN      ] std_algorithms_count_if_team_test.test
35: [       OK ] std_algorithms_count_if_team_test.test (387 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (388 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
35: [       OK ] std_algorithms_for_each_team_test.test (673 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (673 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_n_team_test
35: [ RUN      ] std_algorithms_for_each_n_team_test.test
35: [       OK ] std_algorithms_for_each_n_team_test.test (656 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (656 ms total)
35: 
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
35: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (968 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (953 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (955 ms)
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2877 ms total)
35: 
35: [----------] 2 tests from std_algorithms_mismatch_team_test
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
35: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (952 ms)
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
35: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1315 ms)
35: [----------] 2 tests from std_algorithms_mismatch_team_test (2268 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 12 tests from 7 test suites ran. (9437 ms total)
35: [  PASSED  ] 12 tests.
35/52 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    9.45 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

36: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
36: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
36: Test timeout computed to be: 600
36: [==========] Running 8 tests from 4 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_equal_team_test
36: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_equal (1550 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (2047 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (3598 ms total)
36: 
36: [----------] 2 tests from std_algorithms_search_team_test
36: [ RUN      ] std_algorithms_search_team_test.sequences_exist
36: [       OK ] std_algorithms_search_team_test.sequences_exist (749 ms)
36: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (706 ms)
36: [----------] 2 tests from std_algorithms_search_team_test (1455 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_end_team_test
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
36: [       OK ] std_algorithms_find_end_team_test.sequences_exist (779 ms)
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (863 ms)
36: [----------] 2 tests from std_algorithms_find_end_team_test (1643 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_first_of_team_test
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (835 ms)
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (971 ms)
36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1807 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 8 tests from 4 test suites ran. (8506 ms total)
36: [  PASSED  ] 8 tests.
36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    8.52 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

37: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
37: Test timeout computed to be: 600
37: [==========] Running 11 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_find_team_test
37: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_exist (405 ms)
37: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (393 ms)
37: [----------] 2 tests from std_algorithms_find_team_test (798 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_team_test
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (386 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (388 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (775 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_not_team_test
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (386 ms)
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (376 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (763 ms total)
37: 
37: [----------] 1 test from std_algorithms_all_of_team_test
37: [ RUN      ] std_algorithms_all_of_team_test.test
37: [       OK ] std_algorithms_all_of_team_test.test (379 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (379 ms total)
37: 
37: [----------] 1 test from std_algorithms_any_of_team_test
37: [ RUN      ] std_algorithms_any_of_team_test.test
37: [       OK ] std_algorithms_any_of_team_test.test (361 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (362 ms total)
37: 
37: [----------] 1 test from std_algorithms_none_of_team_test
37: [ RUN      ] std_algorithms_none_of_team_test.test
37: [       OK ] std_algorithms_none_of_team_test.test (368 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (368 ms total)
37: 
37: [----------] 2 tests from std_algorithms_search_n_team_test
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (571 ms)
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (340 ms)
37: [----------] 2 tests from std_algorithms_search_n_team_test (912 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (4361 ms total)
37: [  PASSED  ] 11 tests.
37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    4.38 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

38: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
38: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
38: Test timeout computed to be: 600
38: [==========] Running 3 tests from 3 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_min_element_team_test
38: [ RUN      ] std_algorithms_min_element_team_test.test
38: [       OK ] std_algorithms_min_element_team_test.test (866 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (866 ms total)
38: 
38: [----------] 1 test from std_algorithms_max_element_team_test
38: [ RUN      ] std_algorithms_max_element_team_test.test
38: [       OK ] std_algorithms_max_element_team_test.test (710 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (710 ms total)
38: 
38: [----------] 1 test from std_algorithms_minmax_element_team_test
38: [ RUN      ] std_algorithms_minmax_element_team_test.test
38: [       OK ] std_algorithms_minmax_element_team_test.test (771 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (771 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (2349 ms total)
38: [  PASSED  ] 3 tests.
38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.36 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

39: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
39: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
39: Test timeout computed to be: 600
39: [==========] Running 6 tests from 6 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_fill_team_test
39: [ RUN      ] std_algorithms_fill_team_test.test
39: [       OK ] std_algorithms_fill_team_test.test (450 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (451 ms total)
39: 
39: [----------] 1 test from std_algorithms_fill_n_team_test
39: [ RUN      ] std_algorithms_fill_n_team_test.test
39: [       OK ] std_algorithms_fill_n_team_test.test (59 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (59 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_team_test
39: [ RUN      ] std_algorithms_replace_team_test.test
39: [       OK ] std_algorithms_replace_team_test.test (696 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (696 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_if_team_test
39: [ RUN      ] std_algorithms_replace_if_team_test.test
39: [       OK ] std_algorithms_replace_if_team_test.test (540 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (540 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_team_test
39: [ RUN      ] std_algorithms_replace_copy_team_test.test
39: [       OK ] std_algorithms_replace_copy_team_test.test (565 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (565 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test
39: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
39: [       OK ] std_algorithms_replace_copy_if_team_test.test (452 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (452 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (2766 ms total)
39: [  PASSED  ] 6 tests.
39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.79 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

40: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
40: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
40: Test timeout computed to be: 600
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_reverse_team_test
40: [ RUN      ] std_algorithms_reverse_team_test.test
40: [       OK ] std_algorithms_reverse_team_test.test (472 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (472 ms total)
40: 
40: [----------] 1 test from std_algorithms_reverse_copy_team_test
40: [ RUN      ] std_algorithms_reverse_copy_team_test.test
40: [       OK ] std_algorithms_reverse_copy_team_test.test (412 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (412 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_team_test
40: [ RUN      ] std_algorithms_rotate_team_test.test
40: [       OK ] std_algorithms_rotate_team_test.test (259 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (259 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_copy_team_test
40: [ RUN      ] std_algorithms_rotate_copy_team_test.test
40: [       OK ] std_algorithms_rotate_copy_team_test.test (258 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (258 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (1403 ms total)
40: [  PASSED  ] 4 tests.
40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.42 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

41: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
41: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
41: Test timeout computed to be: 600
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_move_team_test
41: [ RUN      ] std_algorithms_move_team_test.test
41: [       OK ] std_algorithms_move_team_test.test (592 ms)
41: [----------] 1 test from std_algorithms_move_team_test (592 ms total)
41: 
41: [----------] 1 test from std_algorithms_move_backward_team_test
41: [ RUN      ] std_algorithms_move_backward_team_test.test
41: [       OK ] std_algorithms_move_backward_team_test.test (661 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (661 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_left_team_test
41: [ RUN      ] std_algorithms_shift_left_team_test.test
41: [       OK ] std_algorithms_shift_left_team_test.test (1129 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (1129 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_right_team_test
41: [ RUN      ] std_algorithms_shift_right_team_test.test
41: [       OK ] std_algorithms_shift_right_team_test.test (1148 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (1148 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (3531 ms total)
41: [  PASSED  ] 4 tests.
41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.55 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

42: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
42: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
42: Test timeout computed to be: 600
42: [==========] Running 9 tests from 9 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_copy_team_test
42: [ RUN      ] std_algorithms_copy_team_test.test
42: [       OK ] std_algorithms_copy_team_test.test (834 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (834 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_n_team_test
42: [ RUN      ] std_algorithms_copy_n_team_test.test
42: [       OK ] std_algorithms_copy_n_team_test.test (65 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (65 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_backward_team_test
42: [ RUN      ] std_algorithms_copy_backward_team_test.test
42: [       OK ] std_algorithms_copy_backward_team_test.test (720 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (720 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_if_team_test
42: [ RUN      ] std_algorithms_copy_if_team_test.test
42: [       OK ] std_algorithms_copy_if_team_test.test (704 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (704 ms total)
42: 
42: [----------] 1 test from std_algorithms_unique_copy_team_test
42: [ RUN      ] std_algorithms_unique_copy_team_test.test
42: [       OK ] std_algorithms_unique_copy_team_test.test (823 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (823 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_team_test
42: [ RUN      ] std_algorithms_remove_team_test.test
42: [       OK ] std_algorithms_remove_team_test.test (616 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (616 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_if_team_test
42: [ RUN      ] std_algorithms_remove_if_team_test.test
42: [       OK ] std_algorithms_remove_if_team_test.test (601 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (601 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_team_test
42: [ RUN      ] std_algorithms_remove_copy_team_test.test
42: [       OK ] std_algorithms_remove_copy_team_test.test (707 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (707 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test
42: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
42: [       OK ] std_algorithms_remove_copy_if_team_test.test (535 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (535 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (5610 ms total)
42: [  PASSED  ] 9 tests.
42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    5.63 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

43: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
43: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
43: Test timeout computed to be: 600
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_unique_team_test
43: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
43: [       OK ] std_algorithms_unique_team_test.test_default_predicate (893 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (893 ms total)
43: 
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test
43: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
43: [       OK ] std_algorithms_adjacent_difference_team_test.test (1240 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1240 ms total)
43: 
43: [----------] 1 test from std_algorithms_reduce_team_test
43: [ RUN      ] std_algorithms_reduce_team_test.test
43: [       OK ] std_algorithms_reduce_team_test.test (1077 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (1078 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_reduce_team_test
43: [ RUN      ] std_algorithms_transform_reduce_team_test.test
43: [       OK ] std_algorithms_transform_reduce_team_test.test (2167 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (2167 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (5380 ms total)
43: [  PASSED  ] 4 tests.
43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    5.40 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

44: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
44: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
44: Test timeout computed to be: 600
44: [==========] Running 18 tests from 5 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_is_sorted_team_test
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (873 ms)
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (543 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (1417 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (1 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (1 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (574 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (799 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1376 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test
44: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
44: [       OK ] std_algorithms_is_partitioned_team_test.empty (0 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
44: [       OK ] std_algorithms_is_partitioned_team_test.all_true (377 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (382 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (253 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1013 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_copy_team_test
44: [ RUN      ] std_algorithms_partition_copy_team_test.empty
44: [       OK ] std_algorithms_partition_copy_team_test.empty (1 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (883 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (827 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (709 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (2422 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_point_team_test
44: [ RUN      ] std_algorithms_partition_point_team_test.empty
44: [       OK ] std_algorithms_partition_point_team_test.empty (0 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_true
44: [       OK ] std_algorithms_partition_point_team_test.all_true (433 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (357 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (230 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (1021 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (7252 ms total)
44: [  PASSED  ] 18 tests.
44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    7.27 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

45: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
45: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
45: Test timeout computed to be: 600
45: [==========] Running 5 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_transform_team_test
45: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (1252 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (1371 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (2624 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (3129 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (3129 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_n_team_test
45: [ RUN      ] std_algorithms_generate_n_team_test.test
45: [       OK ] std_algorithms_generate_n_team_test.test (84 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (84 ms total)
45: 
45: [----------] 1 test from std_algorithms_swap_ranges_team_test
45: [ RUN      ] std_algorithms_swap_ranges_team_test.test
45: [       OK ] std_algorithms_swap_ranges_team_test.test (1463 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1463 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (7301 ms total)
45: [  PASSED  ] 5 tests.
45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    7.32 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

46: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
46: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
46: Test timeout computed to be: 600
46: [==========] Running 2 tests from 2 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
46: [       OK ] std_algorithms_exclusive_scan_team_test.test (2701 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2701 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
46: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1342 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1342 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (4043 ms total)
46: [  PASSED  ] 2 tests.
46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    4.06 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

47: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
47: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests
47: Test timeout computed to be: 600
47: [==========] Running 2 tests from 2 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (3724 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3724 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (2335 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2335 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (6060 ms total)
47: [  PASSED  ] 2 tests.
47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    6.08 sec
test 48
      Start 48: Kokkos_PerformanceTest_InclusiveScan

48: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-12-23_T05-31-21.json"
48: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test
48: Test timeout computed to be: 600
48: 2025-12-23T06:14:13+00:00
48: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
48: Run on (4 X 2000 MHz CPU s)
48: CPU Caches:
48:   L1 Data 64 KiB (x4)
48:   L1 Instruction 64 KiB (x4)
48:   L2 Unified 512 KiB (x4)
48:   L3 Unified 16384 KiB (x4)
48: Load Average: 1.46, 1.44, 2.87
48: CPU architecture: none
48: Default Device: Serial
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-12-22T08:01:29-08:00
48: GIT_COMMIT_DESCRIPTION: Merge pull request #8780 from kokkos/dependabot/github_actions/github/codeql-action-4.31.9
48: GIT_COMMIT_HASH: 834209fe8
48: GPU architecture: none
48: KOKKOS_COMPILER_GNU: 1510
48: KOKKOS_ENABLE_ASM: yes
48: KOKKOS_ENABLE_CXX20: no
48: KOKKOS_ENABLE_CXX23: no
48: KOKKOS_ENABLE_CXX26: yes
48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
48: KOKKOS_ENABLE_HWLOC: no
48: KOKKOS_ENABLE_LIBDL: yes
48: KOKKOS_ENABLE_PRAGMA_IVDEP: no
48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
48: KOKKOS_ENABLE_PRAGMA_UNROLL: no
48: KOKKOS_ENABLE_PRAGMA_VECTOR: no
48: KOKKOS_ENABLE_SERIAL: yes
48: Kokkos Version: 5.0.99
48: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94
48: mdspan: enabled
48: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812
48: platform: 64bit
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.367 s         0.367 s             2  4.35955/s       1.6k          1
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.357 s         0.357 s             2  4.47842/s       1.6k          1
48: BM_inclusive_scan<double>/100000000/manual_time                         0.447 s         0.447 s             2  3.57724/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.356 s         0.356 s             2  4.48954/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.356 s         0.356 s             2  4.49348/s       1.6k          1
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.449 s         0.449 s             2  3.56574/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.397 s         0.396 s             2  4.03472/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.442 s         0.442 s             2  3.61958/s       1.6k          1
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.382 s         0.382 s             2  4.19234/s       1.6k          1
48/52 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   32.20 sec
test 49
      Start 49: Kokkos_PerformanceTest_Random

49: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Random_2025-12-23_T05-31-21.json"
49: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test
49: Test timeout computed to be: 600
49: 2025-12-23T06:14:45+00:00
49: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random
49: Run on (4 X 2000 MHz CPU s)
49: CPU Caches:
49:   L1 Data 64 KiB (x4)
49:   L1 Instruction 64 KiB (x4)
49:   L2 Unified 512 KiB (x4)
49:   L3 Unified 16384 KiB (x4)
49: Load Average: 1.33, 1.41, 2.82
49: CPU architecture: none
49: Default Device: Serial
49: GIT_BRANCH: HEAD
49: GIT_CLEAN_STATUS: CLEAN
49: GIT_COMMIT_DATE: 2025-12-22T08:01:29-08:00
49: GIT_COMMIT_DESCRIPTION: Merge pull request #8780 from kokkos/dependabot/github_actions/github/codeql-action-4.31.9
49: GIT_COMMIT_HASH: 834209fe8
49: GPU architecture: none
49: KOKKOS_COMPILER_GNU: 1510
49: KOKKOS_ENABLE_ASM: yes
49: KOKKOS_ENABLE_CXX20: no
49: KOKKOS_ENABLE_CXX23: no
49: KOKKOS_ENABLE_CXX26: yes
49: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
49: KOKKOS_ENABLE_HWLOC: no
49: KOKKOS_ENABLE_LIBDL: yes
49: KOKKOS_ENABLE_PRAGMA_IVDEP: no
49: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
49: KOKKOS_ENABLE_PRAGMA_UNROLL: no
49: KOKKOS_ENABLE_PRAGMA_VECTOR: no
49: KOKKOS_ENABLE_SERIAL: yes
49: Kokkos Version: 5.0.99
49: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94
49: mdspan: enabled
49: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812
49: platform: 64bit
49: ------------------------------------------------------------------------------------------
49: Benchmark                                     Time             CPU   Iterations  FOM: rate
49: ------------------------------------------------------------------------------------------
49: Random64/N:2097152/K:1/real_time          38166 us        37741 us           19 54.9483M/s
49: Random64/N:2097152/K:256/real_time      4674532 us      4670067 us            1  114.85M/s
49: Random1024/N:2097152/K:1/real_time        55984 us        55929 us           12 37.4596M/s
==> cmake: Executing phase: 'install'
49: Random1024/N:2097152/K:256/real_time    5544974 us      5536498 us            1 96.8212M/s
49/52 Test #49: Kokkos_PerformanceTest_Random ..............................   Passed   12.15 sec
test 50
      Start 50: Kokkos_UnitTest_SIMD

50: Test command: /var/jenkins/workspace/Kokkos_nightly/build/simd/unit_tests/Kokkos_UnitTest_SIMD
50: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/simd/unit_tests
50: Test timeout computed to be: 600
50: [==========] Running 22 tests from 1 test suite.
50: [----------] Global test environment set-up.
50: [----------] 22 tests from simd
50: [ RUN      ] simd.host_math_ops
50: [       OK ] simd.host_math_ops (6 ms)
50: [ RUN      ] simd.device_math_ops
50: [       OK ] simd.device_math_ops (0 ms)
50: [ RUN      ] simd.host_mask_ops
50: [       OK ] simd.host_mask_ops (0 ms)
50: [ RUN      ] simd.device_mask_ops
50: [       OK ] simd.device_mask_ops (0 ms)
50: [ RUN      ] simd.host_conversions
50: [       OK ] simd.host_conversions (0 ms)
50: [ RUN      ] simd.device_conversions
50: [       OK ] simd.device_conversions (0 ms)
50: [ RUN      ] simd.host_shift_ops
50: [       OK ] simd.host_shift_ops (0 ms)
50: [ RUN      ] simd.device_shift_ops
50: [       OK ] simd.device_shift_ops (0 ms)
50: [ RUN      ] simd.host_bitwise_ops
50: [       OK ] simd.host_bitwise_ops (0 ms)
50: [ RUN      ] simd.host_mask_bitwise_ops
50: [       OK ] simd.host_mask_bitwise_ops (0 ms)
50: [ RUN      ] simd.device_bitwise_ops
50: [       OK ] simd.device_bitwise_ops (0 ms)
50: [ RUN      ] simd.device_mask_bitwise_ops
50: [       OK ] simd.device_mask_bitwise_ops (0 ms)
50: [ RUN      ] simd.host_condition
50: [       OK ] simd.host_condition (0 ms)
50: [ RUN      ] simd.device_condition
50: [       OK ] simd.device_condition (0 ms)
50: [ RUN      ] simd.host_gen_ctors
50: [       OK ] simd.host_gen_ctors (0 ms)
50: [ RUN      ] simd.device_gen_ctors
50: [       OK ] simd.device_gen_ctors (0 ms)
50: [ RUN      ] simd.host_reductions
50: [       OK ] simd.host_reductions (0 ms)
50: [ RUN      ] simd.device_reductions
50: [       OK ] simd.device_reductions (0 ms)
50: [ RUN      ] simd.host_construction
50: [       OK ] simd.host_construction (0 ms)
50: [ RUN      ] simd.device_construction
50: [       OK ] simd.device_construction (0 ms)
50: [ RUN      ] simd.host_loadstore
50: [       OK ] simd.host_loadstore (0 ms)
50: [ RUN      ] simd.device_loadstore
50: [       OK ] simd.device_loadstore (0 ms)
50: [----------] 22 tests from simd (7 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 22 tests from 1 test suite ran. (7 ms total)
50: [  PASSED  ] 22 tests.
50/52 Test #50: Kokkos_UnitTest_SIMD .......................................   Passed    0.02 sec
test 51
      Start 51: Kokkos_Example_VirtualFunctions

51: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/virtual_functions/Kokkos_example_virtual_functions
51: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/example/virtual_functions
51: Test timeout computed to be: 600
51: Values: 1 2
51/52 Test #51: Kokkos_Example_VirtualFunctions ............................   Passed    0.01 sec
test 52
      Start 52: Kokkos_Example_RelocatableFunction

52: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/relocatable_function/Kokkos_example_relocatable_function
52: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/example/relocatable_function
52: Test timeout computed to be: 600
52: 1.000000e+01 1.452900e-05s (relocatable) vs. 8.600000e-07s (inline)
52: 1.000000e+02 6.700000e-07s (relocatable) vs. 4.800000e-07s (inline)
52: 1.000000e+03 3.430000e-06s (relocatable) vs. 6.300000e-07s (inline)
52: 1.000000e+04 3.124000e-05s (relocatable) vs. 2.380000e-06s (inline)
52: 1.000000e+05 3.382480e-04s (relocatable) vs. 2.059000e-05s (inline)
52: 1.000000e+06 3.141158e-03s (relocatable) vs. 2.050980e-04s (inline)
52: 1.000000e+07 3.148782e-02s (relocatable) vs. 2.018596e-03s (inline)
52: 1.000000e+08 3.211356e-01s (relocatable) vs. 2.038939e-02s (inline)
52/52 Test #52: Kokkos_Example_RelocatableFunction .........................   Passed    0.38 sec

100% tests passed, 0 tests failed out of 52

Label Time Summary:
Kokkos    = 179.04 sec*proc (41 tests)

Total Test time (real) = 1124.93 sec
SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build
SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly
SetCTestConfiguration:SubmitURL:https://my.cdash.org/submit.php?project=Kokkos
Submit files
   SubmitURL: https://my.cdash.org/submit.php?project=Kokkos
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Update.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251223-0100-Nightly___XML___Update.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=39b170caf6328aba62a96d82b5b2705d Size: 554
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Update.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Configure.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251223-0100-Nightly___XML___Configure.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=769ce1b9d55f9a18c85f498c36f98d20 Size: 6095
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Configure.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Build.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251223-0100-Nightly___XML___Build.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=6a2d019b105f8ca4927e8a3cb7649ba2 Size: 1019
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Build.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Test.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251223-0100-Nightly___XML___Test.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=826c2f076b70484e64343510f158fb0a Size: 94596
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Test.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Done.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251223-0100-Nightly___XML___Done.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251223-0100-Nightly&MD5=b20d32144ec3c22185d10ef3424445a4 Size: 107
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251223-0100/Done.xml
   Submission successful
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 f5978d24015acc7f77b77f29d6859bf95030fc73b03ae493940e1e39bc36e2b1
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_nightly' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes f5978d24015acc7f77b77f29d6859bf95030fc73b03ae493940e1e39bc36e2b1
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
==> cmake: Successfully installed cmake-3.31.9-lgjemlkv2p7t6ny5exyxnlgx6cl3tzlb
  Stage: 32.93s.  Bootstrap: 2m 8.32s.  Build: 3m 7.70s.  Install: 22.14s.  Post-install: 1.29s.  Total: 6m 14.33s
[+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-lgjemlkv2p7t6ny5exyxnlgx6cl3tzlb
==> Installing cmake-3.31.9-lgjemlkv2p7t6ny5exyxnlgx6cl3tzlb [23/24]
+ return 0
+ spack install --only=package --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-cuda kokkos@develop+cuda+wrapper+tests cuda_arch=80 ^cuda@12.9.0
+ : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh
+ : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack
+ _spack_shell_wrapper install --only=package --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-cuda kokkos@develop+cuda+wrapper+tests cuda_arch=80 ^cuda@12.9.0
+ eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi
+ [ -n  ]
+ eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi
+ [ -n  ]
+ [ -n  ]
+ _sp_flags=
+ [ ! -z x ]
+ [ install != install ]
+ [ -n  ]
+ [  !=  ]
+ _sp_subcommand=
+ [ ! -z x ]
+ _sp_subcommand=install
+ shift
+ command spack install --only=package --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-cuda kokkos@develop+cuda+wrapper+tests cuda_arch=80 ^cuda@12.9.0
==> Error: Cannot proceed with kokkos-develop-pfaiws5keu3qux466uajaxraaehxpu5k: cuda-12.9.0-5kbz5roxwjz5djk6lyq32j7ufglmnvvy is marked as an install failure: 'spack install' the dependency
+ return 1
[Pipeline] }
$ docker stop --time=1 7e490880d305f8411554cde72ddc458c00e34076ac3d676691d21bc1bacf1cec
$ docker rm -f --volumes 7e490880d305f8411554cde72ddc458c00e34076ac3d676691d21bc1bacf1cec
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch spack-cuda
Cancelling nested steps due to timeout
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch HIP-ROCM-7.0-MI210-CXX23
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE